A simple but powerful tool for managing installed applications on your linux machine. Whether you installed an app through your system's package manager, Flatpak, or Snap, Terminator provides a unified interface to view and remove them all from one place.
- Browse installed applications with their icons and identifiers
- Remove system packages, AppImages, Flatpaks, and Snaps from the same interface
- Confirmation and authentication dialogs prevent accidental uninstallations
- Search and filter installed apps by name or type
- System packages
- User-local packages
- Flatpak
- Snap
- AppImage
yay -S app-terminatorOr with any other AUR helper (paru, pikaur, etc.).
# add the repository for Terminator
sudo dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:/r6mez/Fedora_$(rpm -E %fedora)_standard/home:r6mez.repo
# install the app-terminator package
sudo dnf install app-terminator# add the repository for Terminator
sudo add-apt-repository ppa:r6mez/app-terminator
# update the package list
sudo apt update
# install the app-terminator package
sudo apt install app-terminatorDownload the latest .deb from the releases page and install it:
# downloads the latest .deb file from the releases page
wget https://github.com/r6mez/App-Terminator/releases/latest/download/app-terminator_0.1.0-1_all.deb
# install the downloaded .deb file
sudo apt install ./app-terminator_0.1.0-1_all.debTerminator is free software released under the GNU General Public License v3.0 or later.
Contributions are welcome! Feel free to open issues or submit pull requests. See CONTRIBUTING.md for build instructions.
