linux5.15.38-1-lts-bin on AUR (Arch User Repository)
Last updated: November 05,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "linux5.15.38-1-lts-bin" 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
Copied
b. Install linux5.15.38-1-lts-bin on Arch using YAY
$
yay -S
linux5.15.38-1-lts-bin
Copied
* (Optional) Uninstall linux5.15.38-1-lts-bin on Arch using YAY
$
yay -Rns
linux5.15.38-1-lts-bin
Copied
2. Manually Install "linux5.15.38-1-lts-bin" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone linux5.15.38-1-lts-bin's git locally
$
git clone https://aur.archlinux.org/linux5.15.38-1-lts-bin.git
~/linux5.15.38-1-lts-bin
Copied
c. Go to ~/linux5.15.38-1-lts-bin folder and install it
$
cd
~/linux5.15.38-1-lts-bin
Copied
$
makepkg -si
Copied