/apt-list-expired-keys

List expired APT keys without use apt-key which is deprecated.

GNU General Public License v3.0GPL-3.0

apt-list-expired-keys

Overview

This program list expired APT keys without use apt-key which is deprecated.

Installing

You can install it simply running these commands on your computer:

   wget --no-check-certificate -O /usr/local/sbin/apt-list-expired-keys https://github.com/algodelinux/apt-list-expired-keys/raw/master/apt-list-expired-keys
   chmod 755 /usr/local/sbin/apt-list-expired-keys

Author