How to Install and Uninstall pki-ca.noarch Package on Rocky Linux 9

Last updated: October 05,2024

1. Install "pki-ca.noarch" package

Here is a brief guide to show you how to install pki-ca.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install pki-ca.noarch

2. Uninstall "pki-ca.noarch" package

Please follow the steps below to uninstall pki-ca.noarch on Rocky Linux 9:

$ sudo dnf remove pki-ca.noarch $ sudo dnf autoremove

3. Information about the pki-ca.noarch package on Rocky Linux 9

Last metadata expiration check: 0:38:12 ago on Tue Sep 13 04:19:08 2022.
Available Packages
Name : pki-ca
Version : 11.0.5
Release : 1.el9_0
Architecture : noarch
Size : 1.3 M
Source : pki-core-11.0.5-1.el9_0.src.rpm
Repository : appstream
Summary : PKI CA Package
URL : https://www.dogtagpki.org
License : GPLv2 and LGPLv2
Description : PKI Certificate Authority (CA) is a required subsystem which issues,
: renews, revokes, and publishes certificates as well as compiling and
: publishing Certificate Revocation Lists (CRLs).
:
: The Certificate Authority can be configured as a self-signing Certificate
: Authority, where it is the root CA, or it can act as a subordinate CA,
: where it obtains its own signing certificate from a public CA.