linux-uksm-headers on AUR (Arch User Repository)

Last updated: May 13,2024

1. Install "linux-uksm-headers" 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 linux-uksm-headers on Arch using YAY

$ yay -S linux-uksm-headers

* (Optional) Uninstall linux-uksm-headers on Arch using YAY

$ yay -Rns linux-uksm-headers

2. Manually Install "linux-uksm-headers" via AUR

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

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

b. Clone linux-uksm-headers's git locally

$ git clone https://aur.archlinux.org/linux-uksm-headers.git ~/linux-uksm-headers

c. Go to ~/linux-uksm-headers folder and install it

$ cd ~/linux-uksm-headers $ makepkg -si

3. Information about the linux-uksm-headers package on Arch User Repository (AUR)