How to Install and Uninstall x509watch.noarch Package on Rocky Linux 9

Last updated: May 19,2024

1. Install "x509watch.noarch" package

This is a short guide on how to install x509watch.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install x509watch.noarch

2. Uninstall "x509watch.noarch" package

This guide let you learn how to uninstall x509watch.noarch on Rocky Linux 9:

$ sudo dnf remove x509watch.noarch $ sudo dnf autoremove

3. Information about the x509watch.noarch package on Rocky Linux 9

Last metadata expiration check: 2:05:20 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : x509watch
Version : 0.6.1
Release : 11.el9
Architecture : noarch
Size : 21 k
Source : x509watch-0.6.1-11.el9.src.rpm
Repository : epel
Summary : Simple tool to list expiring or expired X.509 certificates
URL : https://ftp.robert-scheck.de/linux/x509watch/
License : GPLv2+
Description : x509watch is a simple command line application, written in Perl, that can be
: used to list soon expiring or already expired X.509 certificates, such as e.g.
: SSL certificates. All certificates are searched by default in the standard PKI
: directory, but any other directory can be specified as parameter. Only Base64
: encoded DER and PEM X.509 certificates are supported.