User Tools

Site Tools


linux:arch:arch_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:arch:arch_notes [2018/04/01 12:36]
dave
linux:arch:arch_notes [2019/09/01 12:58] (current)
dave
Line 1: Line 1:
 ===== Arch Notes ===== ===== Arch Notes =====
 +
 +==== VirtualBox ===
 +
 +After installing the ''​virtualbox''​ package, you won't be able to run VMs until you:
 +
 +<​code>​
 +sudo modprobe vboxdrv --force-vermagic
 +</​code>​
 +
 +If you don't do this you'll get an error about needing to run ''/​sbin/​vboxconfig''​ as root, but that program doesn'​t exist. ​
 + :/  ​
 +
 +This solution was found [[https://​forum.manjaro.org/​t/​vboxdrv-exec-format-error/​39335|here]].
 +
 +You'll also want to install the ''​virtualbox-guest-iso''​ package if you're running windows as a guest.
 +
 +==== pacman ===
 +
 + * [[https://​wiki.archlinux.org/​index.php/​Pacman/​Rosetta|pacman commands and their dnf, apt, etc, quivalents.]] (highly useful!)
  
 ==== pkgfile === ==== pkgfile ===
Line 10: Line 29:
  
 To find which package contains a command: <​code>​ To find which package contains a command: <​code>​
-pkgfile -v -b <​file>​+pkgfile -vb <​file>​
 </​code>​ </​code>​
  
linux/arch/arch_notes.1522611415.txt.gz · Last modified: 2018/04/01 12:36 by dave