virtualbox-host-modules-lts on AUR (Arch User Repository)

Last updated: October 05,2024

1. Install "virtualbox-host-modules-lts" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install virtualbox-host-modules-lts on Arch using YAY

$ yay -S virtualbox-host-modules-lts

* (Optional) Uninstall virtualbox-host-modules-lts on Arch using YAY

$ yay -Rns virtualbox-host-modules-lts

2. Manually Install "virtualbox-host-modules-lts" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone virtualbox-host-modules-lts's git locally

$ git clone https://aur.archlinux.org/virtualbox-host-modules-lts.git ~/virtualbox-host-modules-lts

c. Go to ~/virtualbox-host-modules-lts folder and install it

$ cd ~/virtualbox-host-modules-lts $ makepkg -si

3. Information about the virtualbox-host-modules-lts package on Arch User Repository (AUR)