Installing with AUR
đ Installing Packages with an AUR Helper on Snigdha OSâ
Snigdha OS is known for its powerful Arch User Repository (AUR), which provides access to user-contributed packages that are not included in the official repositories. To simplify the process of building and installing packages from the AUR, many users rely on AUR helpers like yay
, paru
, or trizen
.
đ§ Step 1: Install an AUR Helperâ
Popular AUR Helpersâ
-
Yay (Yet Another Yaourt)
Lightweight and popular among Arch users.- Install:
sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
- Install:
-
Paru
A modern AUR helper written in Rust, which offers fast operations and is actively maintained.- Install:
sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -si
- Install: