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

Last updated: October 05,2024

1. Install "pki-ca.noarch" package

This guide covers the steps necessary to install pki-ca.noarch on Oracle Linux 9

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

2. Uninstall "pki-ca.noarch" package

Please follow the step by step instructions below to uninstall pki-ca.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 2:49:34 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pki-ca
Version : 11.0.6
Release : 2.0.1.el9_0
Architecture : noarch
Size : 1.6 M
Source : pki-core-11.0.6-2.0.1.el9_0.src.rpm
Repository : ol9_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.