apt-show-versions
lists available package versions with distribution
Install
- All systems
-
curl cmd.cat/apt-show-versions.sh
- Debian
-
apt-get install apt-show-versions
- Ubuntu
-
apt-get install apt-show-versions
- Kali Linux
-
apt-get install apt-show-versions
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install apt-show-versions
- Raspbian
-
apt-get install apt-show-versions
- Dockerfile
- dockerfile.run/apt-show-versions
apt-show-versions
lists available package versions with distribution
apt-show-versions parses the dpkg status file and the APT lists for the installed and available package versions and distribution and shows upgrade options within the specific distribution of the selected package. This is really useful if you have a mixed stable/testing environment and want to list all packages which are from testing and can be upgraded in testing.