2020年10月26日 星期一

[Virtualbox] Installing Virtualbox on Arch Linux

  1. sudo pacman -S virtualbox virtualbox-guest-iso
  2. Add the current user to the vboxusers group
    sudo gpasswd -a $USERS vboxusers
  3. Load the virtualbox kernel module using the command
    sudo modprobe vboxdrv
  4. install extension package
    yay -Syy
    Following is how to install yay
    git clone https://aur.archlinux.org/yay.git
    cd yay/
    makepkg -si
  5. yay -S virtualbox-ext-oracle
  6. enable vboxweb
    sudo systemctl enable vboxweb.service
    sudo systemctl start vboxweb.service
  7. lsmod | grep -i vbox

Ref:

0 意見:

張貼留言