Difference between revisions of "VirtualBox"
Views
Actions
Namespaces
Variants
Tools
Update install virtualbox instructions with one-liner
imported>Fhdk |
imported>Dalto (Update install virtualbox instructions with one-liner) |
||
Line 52: | Line 52: | ||
{{ | To install VirtualBox, you need to install the packages {{ic|virtualbox}} and {{ic|linux*-virtualbox-host-modules}}. The latter must match the version of the kernel you are running. | ||
To install VirtualBox | To install VirtualBox and automatically install the kernel modules for your installed kernels enter the following command in the terminal: | ||
pamac install virtualbox $(pacman -Qsq "^linux" | grep "^linux[0-9]*$" | awk '{print $1"-virtualbox-host-modules"}' ORS=' ') | |||
Line 72: | Line 63: | ||
sudo vboxreload | sudo vboxreload | ||
== Where Using Multiple Kernels == | == Where Using Multiple Kernels == |