aurx to prosty menedżer pakietów AUR dla Arch Linux i pochodnych, podobny do yay.
Umożliwia instalację, aktualizację i usuwanie pakietów z AUR oraz oferuje interaktywne menu w terminalu.
- Instalacja pakietów:
aurx inst <pakiet> - Aktualizacja pakietów:
aurx update <pakiet> - Aktualizacja wszystkich pakietów:
aurx update all - Aktualizacja samego aurx:
aurx update me - Usuwanie pakietów:
aurx rem <pakiet> - Interaktywne menu:
aurx x - Informacje o aurx:
aurx about
- Pobierz najnowszą wersję
install_aurx.shz releases. - Nadaj skryptowi prawa wykonywalności:
chmod +x install_aurx.sh
- Uruchom instalator:
./install_aurx.sh
- Skrypt pobierze aurx z GitHub, skopiuje go do
/usr/local/bini nada prawa wykonywalności. - Po instalacji sprawdź działanie:
aurx about
- System: Arch Linux lub pochodne
- Python 3
- git
- makepkg (
base-devel)
aurx is a lightweight AUR package manager for Arch Linux and derivatives, similar to yay.
It allows installing, updating, and removing AUR packages and provides an interactive terminal menu.
- Install packages:
aurx inst <package> - Update packages:
aurx update <package> - Update all packages:
aurx update all - Update aurx itself:
aurx update me - Remove packages:
aurx rem <package> - Interactive menu:
aurx x - About aurx:
aurx about
- Download the latest
install_aurx.shfrom releases. - Make it executable:
chmod +x install_aurx.sh
- Run the installer:
./install_aurx.sh
- The script will download aurx from GitHub, copy it to
/usr/local/bin, and set executable permissions. - After installation, check if it works:
aurx about
- System: Arch Linux or derivatives
- Python 3
- git
- makepkg (
base-devel)
- Projekt: OneDevelopmentPL / aurx
- Issue Tracker: GitHub Issues