Fast Easy way to Install and Update Aur and Non-Aur Arch Linux Packages!
- This project is now under the wavly org as a rewritten project EMAIL ON THE AUR PKGBUILD IS EXPIRED; MESSAGE ME ONLY BY MY PROFILE LINKS ANYONE ELSE IS AN IMPERSONATOR
- Complete the Essential Pacman Functions
- Ability to Modify Arch Mirrorlist
- Implement AUR Helper
- Better Inspection and Secure AUR Package Installation
- Better Optimization
- Implement Better Command Handling
-
Arch Linux
-
A Text Editor Set in $EDITOR Path
-
Dependencies -
- less
- pacman
- curl
- base-devel
- make
- gcc
- git
- tar
- sudo
- json-c
-
Actions :
- update - ( Update outdated system/user packages )
- refresh - ( Refresh Repository Database )
- github - ( Opens GitHub )
- install - ( Install a package )
- install-local - ( Install a local package )
- install-aur - ( Install aur package )
- install-force - ( Forcefully install a package )
- modify-repo - ( Modify arch repositories )
- query - ( Query if a package is installed )
- search - ( Search for a package in the base repository )
- search-aur - ( Search for a package in the aur repository )
- remove - ( Remove a package )
- remove-dep - ( Remove a package along with its dependencies )
- remove-force - ( Forcefully remove a package even if other packages depend on it )
- remove-orp - ( Remove orphan packages )
-
Options :
- --version, -v - ( Display the version of the package manager )
- --help, -h - ( Display this help guide )
- This methods uses the AUR
yay -S aurc
- This method is encouraged for those that do not want to manually update
Caution
Make sure you are in the SRC Directory
-
Install dependencies :
sudo pacman -S less gcc pacman make base-devel git sudo tar curl json-c
-
Method 1 :
git clone https://github.com/statulr/aurc.git
cd aurc/src
sudo make install
-
Method 2 :
curl https://github.com/statulr/aurc/releases/latest/download/aurc-pkgbuild.tar.gz -o aurc-pkgbuild.tar.gz
tar xvzf aurc-pkgbuild.tar.gz
cd aurc-pkgbuild
makepkg -si
-
Method 3 :
wget https://github.com/statulr/aurc/releases/latest/download/aurc-${version}-x86_64.pkg.tar.zst
or download the file from Github Releases
sudo pacman -U aurc-${version}-x86_64.pkg.tar.zst
Caution
Make sure you are in the SRC Directory
git fetch & git pull
Then
sudo rm -rd build && sudo make clean install
yay
or
aurc update && aurc install-aur aurc