AUR Helper is a simple Python script designed to simplify the process of installing, updating, removing, and listing AUR packages on an Arch Linux system.
- Install AUR packages directly using Git repository URLs.
- Update all installed AUR packages with a single command.
- Remove specific AUR packages that were installed using this script.
- List all installed AUR packages managed by this script.
Usage of this script is at your own risk. The author is not responsible for any damage or issues caused by this script, as it is a private project.
-
Install Packages
aur-helper install [link-to-git-repository1] [link-to-git-repository2] ...
-
Remove Packages
aur-helper remove [packagename1] [packagename2] ...
-
Update Installed Packages
aur-helper update
-
List Installed Packages
aur-helper list
-
Debug Mode
Add the--debug
flag to see detailed output of the commands:aur-helper --debug install [link-to-git-repository]