interAPTive is an interactive commandline interface for APT (Advanced Packaging Tool on Debian-based Linux distributions).
apt
whiptail
curl
The following commands are supported
apt update
apt upgrade
apt clean
apt autoclean
apt autoremove
apt edit-sources
apt search
apt show
apt policy
apt changelog
apt depends
apt list --installed
apt list --upgradable
apt list --all-versions
apt install
apt install --reinstall
apt remove
apt purge
- Download latest version here
- Extract the archive
- Navigate to folder which contains this README.md
Install:
sudo make install
Uninstall:
sudo make uninstall
You can start interaptive by executing the interaptive
command. An old version aka interaptive-classic can be started via the interaptive-classic
command.
interAPTive comes with an selfupdate function which can be triggered from within the script.
interAPTive should work on all Debian-based Linux distributions. It was tested/used in the past on
- Ubuntu 14.04
- Ubuntu 15.10
- Ubuntu 16.04