How To Install dogtag-pki-base on Fedora 36
Introduction
In this tutorial we learn how to install dogtag-pki-base
on Fedora 36.
What is dogtag-pki-base
This package provides default configuration files for Dogtag PKI client.
We can use yum
or dnf
to install dogtag-pki-base
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dogtag-pki-base.
Install dogtag-pki-base on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install dogtag-pki-base
using dnf
by running the following command:
sudo dnf -y install dogtag-pki-base
Install dogtag-pki-base on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install dogtag-pki-base
using yum
by running the following command:
sudo yum -y install dogtag-pki-base
How To Uninstall dogtag-pki-base on Fedora 36
To uninstall only the dogtag-pki-base
package we can use the following command:
sudo dnf remove dogtag-pki-base
dogtag-pki-base Package Contents on Fedora 36
/etc/pki
/etc/pki/pki.conf
/usr/sbin/pki-upgrade
/usr/share/doc/pki-base/html
/usr/share/doc/pki-base/html/_modules
/usr/share/doc/pki-base/html/_modules/index.html
/usr/share/doc/pki-base/html/_modules/pki
/usr/share/doc/pki-base/html/_modules/pki.html
/usr/share/doc/pki-base/html/_modules/pki/account.html
/usr/share/doc/pki-base/html/_modules/pki/cert.html
/usr/share/doc/pki-base/html/_modules/pki/client.html
/usr/share/doc/pki-base/html/_modules/pki/crypto.html
/usr/share/doc/pki-base/html/_modules/pki/encoder.html
/usr/share/doc/pki-base/html/_modules/pki/key.html
/usr/share/doc/pki-base/html/_modules/pki/kra.html
/usr/share/doc/pki-base/html/_modules/pki/profile.html
/usr/share/doc/pki-base/html/_modules/pki/system.html
/usr/share/doc/pki-base/html/_modules/pki/systemcert.html
/usr/share/doc/pki-base/html/_modules/pki/upgrade.html
/usr/share/doc/pki-base/html/_modules/pki/util.html
/usr/share/doc/pki-base/html/_sources
/usr/share/doc/pki-base/html/_sources/index.rst.txt
/usr/share/doc/pki-base/html/_sources/pki.rst.txt
/usr/share/doc/pki-base/html/_static
/usr/share/doc/pki-base/html/_static/basic.css
/usr/share/doc/pki-base/html/_static/classic.css
/usr/share/doc/pki-base/html/_static/doctools.js
/usr/share/doc/pki-base/html/_static/documentation_options.js
/usr/share/doc/pki-base/html/_static/file.png
/usr/share/doc/pki-base/html/_static/jquery-3.5.1.js
/usr/share/doc/pki-base/html/_static/jquery.js
/usr/share/doc/pki-base/html/_static/language_data.js
/usr/share/doc/pki-base/html/_static/minus.png
/usr/share/doc/pki-base/html/_static/plus.png
/usr/share/doc/pki-base/html/_static/pygments.css
/usr/share/doc/pki-base/html/_static/searchtools.js
/usr/share/doc/pki-base/html/_static/sidebar.js
/usr/share/doc/pki-base/html/_static/underscore-1.13.1.js
/usr/share/doc/pki-base/html/_static/underscore.js
/usr/share/doc/pki-base/html/genindex.html
/usr/share/doc/pki-base/html/index.html
/usr/share/doc/pki-base/html/objects.inv
/usr/share/doc/pki-base/html/pki.html
/usr/share/doc/pki-base/html/py-modindex.html
/usr/share/doc/pki-base/html/search.html
/usr/share/doc/pki-base/html/searchindex.js
/usr/share/licenses/dogtag-pki-base
/usr/share/licenses/dogtag-pki-base/LICENSE
/usr/share/licenses/dogtag-pki-base/LICENSE.LESSER
/usr/share/man/man1/pki-python-client.1.gz
/usr/share/man/man5/pki-logging.5.gz
/usr/share/man/man8/pki-upgrade.8.gz
/usr/share/pki
/usr/share/pki/VERSION
/usr/share/pki/etc
/usr/share/pki/etc/logging.properties
/usr/share/pki/etc/pki.conf
/usr/share/pki/key/templates
/usr/share/pki/key/templates/archiveKey.json
/usr/share/pki/key/templates/generateKey.json
/usr/share/pki/key/templates/retrieveKey.json
/usr/share/pki/lib
/usr/share/pki/pom.xml
/usr/share/pki/scripts
/usr/share/pki/scripts/config
/usr/share/pki/upgrade
/usr/share/pki/upgrade/10.0.1
/usr/share/pki/upgrade/10.0.1/01-AddJniJarDir.py
/usr/share/pki/upgrade/10.0.3
/usr/share/pki/upgrade/10.0.3/01-RemoveJniJarDir.py
/var/log/pki
References
Summary
In this tutorial we learn how to install dogtag-pki-base
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).