This is a simple command-line tool for managing packages from the Arch User Repository (AUR) on Arch Linux.
- Make sure you have Git installed. If not, run the following command to install it:
sudo pacman -S git- Clone this repository:
git clone https://github.com/coronux/aur-package-manager.git- Change to the cloned directory:
cd aur-package-manager- Compile the program:
gcc -o aur main.c./aur [-i|-r] package_name-i: Install a package from the AUR.-r: Remove a package installed from the AUR.
To install a package from the AUR:
./aur -i package_nameTo remove a package installed from the AUR:
./aur -r package_name- Arch Linux
- Git
- GCC (GNU Compiler Collection)
This project is licensed under the MIT License. See the LICENSE file for more information.
Made with ❤️ by Coronux