How To Install pesign on Fedora 36
Introduction
In this tutorial we learn how to install pesign
on Fedora 36.
What is pesign
This package contains the pesign utility for signing UEFI binaries as well as other associated tools.
We can use yum
or dnf
to install pesign
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pesign.
Install pesign 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 pesign
using dnf
by running the following command:
sudo dnf -y install pesign
Install pesign 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 pesign
using yum
by running the following command:
sudo yum -y install pesign
How To Uninstall pesign on Fedora 36
To uninstall only the pesign
package we can use the following command:
sudo dnf remove pesign
pesign Package Contents on Fedora 36
/etc/pesign/groups
/etc/pesign/users
/etc/pki/pesign
/etc/pki/pesign-rh-test
/etc/pki/pesign-rh-test/cert9.db
/etc/pki/pesign-rh-test/key4.db
/etc/pki/pesign-rh-test/pkcs11.txt
/etc/pki/pesign/cert9.db
/etc/pki/pesign/key4.db
/etc/pki/pesign/pkcs11.txt
/etc/popt.d/pesign.popt
/run/pesign
/run/pesign/pesign.pid
/run/pesign/socket
/usr/bin/authvar
/usr/bin/efikeygen
/usr/bin/pesigcheck
/usr/bin/pesign
/usr/bin/pesign-client
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/c3e10c24e5404ecdf79640163f59a754cf763c
/usr/lib/.build-id/44
/usr/lib/.build-id/44/4ae26c46869841ccb30cffdab7b733d8b79923
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/9562ef6f9df75e917626565b41acc3f947b1af
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/1b586bd86b051cbb20d01ef250f0e89de5c00e
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/3585d6e44adcfb45beb69d0066f887f081580b
/usr/lib/python3.10/site-packages/mockbuild/plugins/__pycache__/pesign.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mockbuild/plugins/__pycache__/pesign.cpython-310.pyc
/usr/lib/python3.10/site-packages/mockbuild/plugins/pesign.py
/usr/lib/rpm/macros.d/macros.pesign
/usr/lib/systemd/system/pesign.service
/usr/lib/tmpfiles.d/pesign.conf
/usr/libexec/pesign
/usr/libexec/pesign/pesign-authorize
/usr/libexec/pesign/pesign-rpmbuild-helper
/usr/share/doc/pesign
/usr/share/doc/pesign/README
/usr/share/doc/pesign/TODO
/usr/share/licenses/pesign
/usr/share/licenses/pesign/COPYING
/usr/share/man/man1/authvar.1.gz
/usr/share/man/man1/efikeygen.1.gz
/usr/share/man/man1/pesigcheck.1.gz
/usr/share/man/man1/pesign-client.1.gz
/usr/share/man/man1/pesign.1.gz
References
Summary
In this tutorial we learn how to install pesign
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).