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

Last updated: June 26,2024

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

$ yay -S linux-uksm-docs

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

$ yay -Rns linux-uksm-docs

2. Manually Install "linux-uksm-docs" 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-docs's git locally

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

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

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

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