Basic Arch User Repository (AUR) Package Manager
A basic AUR helper written in python that I wrote for personal use on my Archlinux system
This is a small personal project that is still a work in progress so not everything is implemented. Also, the code is not guaranteed to be high quality as it is just for a personal project.
I have uploaded this to GitHub in case of someone wanting to use it and/or to properly develop it. The main reason is so I can easily install or update it on any of my archlinux installations.
- python 3.8 or later
- sudo
This is an AUR Helper so this will only run on arch based systems.
Usage Layout is
./baurpm.py [command] [options]
To install a Package
./baurpm.py -I package-name
To upgrade installed aur packages
./baurpm.py -C
See ./baurpm.py -H
for more commands and usage