v1.1.0
Cache cleanup: reclaim package-cache disk space from inside Plaza.
- A CACHE sidebar block (press
c) shows per-source cache sizes: the pacman
cache, the AUR helper's build cache, apt archives, the dnf package cache,
and a count of unused Flatpak runtimes. Enter cleans the selected source;
Enter on the total row cleans everything available in one chained task.
Idle visibility is configurable (hidden by default, or a concise total row,
or the full list). - Cleaning keeps the newest N cached versions (default 2, configurable down
to 0 = delete everything). pacman cleans via paccache from pacman-contrib,
so downgrade safety is preserved by default. apt maps the setting to
autoclean/clean, dnf cleans packages only, Flatpak removes unused runtimes. - Optional auto-clean (off by default): after an install or upgrade succeeds,
Plaza queues one clean for that source, using non-interactive command forms
so it never stalls at a prompt. A chain of installs gets a single trailing
clean. - Cache cleaning runs through the normal confirm, queue, and background pane,
so sudo prompts work and everything stays cancellable.
Install:
- Arch:
yay -S plaza(ormakepkg -si) - Debian and Ubuntu:
sudo apt install ./plaza_*.deb - Fedora:
sudo dnf install ./plaza-*.rpm
The .deb and .rpm are attached by CI shortly after the release is published.