check-support-status

Identify installed Debian packages for which support has had to be limited or prematurely ended. More information: <https://manpages.debian.org/latest/debian-security-support/check-support-status.html>.

Install

All systems
curl cmd.cat/check-support-status.sh
Debian Debian
apt-get install debian-security-support
Ubuntu
apt-get install debian-security-support
image/svg+xml Kali Linux
apt-get install debian-security-support
Windows (WSL2)
sudo apt-get update sudo apt-get install debian-security-support
Raspbian
apt-get install debian-security-support

Identify installed Debian packages for which support has had to be limited or prematurely ended. More information: <https://manpages.debian.org/latest/debian-security-support/check-support-status.html>.

  • Display packages whose support is limited, has already ended or will end earlier than the distribution's end of life:
    check-support-status
  • Display only packages whose support has ended:
    check-support-status --type ended
  • Skip printing a headline:
    check-support-status --no-heading

© tl;dr; authors and contributors