A TUI for managing Arch Linux packages through pacman.
- Dashboard - System stats, available updates, recent activity
- Package Browser - Search and filter installed packages (View Dependencies/Required By)
- Install Packages - Search and install from official repos
- System Upgrade - Run
pacman -Syu - Sync Database - Run
pacman -Sy - Clean System - Remove orphans or clean package cache
- Log Viewer - Browse and filter pacman transaction history
From crates.io
cargo install pactui
Or from source:
git clone https://github.com/xavierhampton/pactui
cd pactui
cargo install --path .
pactui
q- QuitEsc- Back / Cancel
p- Packages viewi- Install packagesl- View logu- System upgrades- Sync databasec- Clean cache/orphans
MIT
