Yay (Yet Another Yaourt) and Paru are AUR helpers for Arch Linux that simplify installing and managing AUR packages while also handling Pacman packages.
π οΈ Paru, designed as a Yay alternative, focuses on minimalism, speed, and better security with a cleaner codebase.
Option 1: One-Click Installation (Recommended)
To install either Yay or Paru with a single command, open your terminal and execute:
Note - You need package curl
for this.
sh <(curl -L https://raw.githubusercontent.com/shyamjames/aur-helper-installer/refs/heads/main/aur-helper-installer.sh)
Option 2: Using Git
- π Clone the repository:
git clone https://github.com/shyamjames/aur-helper-installer.git
- π Navigate to the directory:
cd aur-helper-installer
- π Give execution permission to the script:
chmod +x aur-helper-installer.sh
βΆοΈ Run the script:./aur-helper-installer.sh
β¨ Enjoy seamless AUR package management! π