A GTK Python application which lets you explore Arch packages from only the ArcoLinux Pacman repositories.
The following repositories are explorable:
- arcolinux_repo
- arcolinux_repo_3party
- arcolinux_repo_xlarge
- arcolinux_repo_testing
- Any installed packages with pending updates will be highlighted
- Double clicking a package name displays more details
- Clicking Refresh runs a
pacman -Sy
to synchronize the pacman repositories and bring in the latest package details
The download package option lets you download the associated .zst package file to disk for offline installations.
This is stored inside $HOME/repoxp/packages
Fuzzy searching based on entered string.
- OS: Arch Linux only
- Python 3.11 or above
- GTK3
- Pacman configured to use ArcoLinux repositories
- Polkit running and configured correctly on system
This application requires sudo access to run Pacman commands successfully.
mkdir /tmp/arcolinux-repo-explorer && cd /tmp/arcolinux-repo-explorer
wget https://raw.githubusercontent.com/DeltaCopy/arcolinux-repo-explorer/main/PKGBUILD
makepkg -si
If those steps fail use the offline method described below.
wget https://github.com/DeltaCopy/arcolinux-repo-explorer/releases/download/release-23-09-07/arcolinux-repo-explorer-23.09-07-x86_64.pkg.tar.zst
sudo pacman -U arcolinux-repo-explorer-23.09-07-x86_64.pkg.tar.zst
This will install the package into /usr/share/repoxp
Open a terminal and type:
repoxp