How to Install and Uninstall rpm-head-signing.x86_64 Package on Rocky Linux 9

Last updated: October 11,2024

1. Install "rpm-head-signing.x86_64" package

This tutorial shows how to install rpm-head-signing.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install rpm-head-signing.x86_64

2. Uninstall "rpm-head-signing.x86_64" package

Please follow the guidelines below to uninstall rpm-head-signing.x86_64 on Rocky Linux 9:

$ sudo dnf remove rpm-head-signing.x86_64 $ sudo dnf autoremove

3. Information about the rpm-head-signing.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:58:51 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rpm-head-signing
Version : 1.7.4
Release : 1.el9
Architecture : x86_64
Size : 37 k
Source : rpm-head-signing-1.7.4-1.el9.src.rpm
Repository : epel
Summary : Small python module to extract RPM header and file digests
URL : https://github.com/fedora-iot/rpm-head-signing
License : MIT
Description : A small Python module (with C helper) to extract a RPM header and file
: digests and reinsert the signature and signed file digests. This is
: used for when you want to retrieve the parts to sign if you have a
: remote signing server without having to transmit the entire RPM over
: to the server.