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

Last updated: October 05,2024

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

Please follow the instructions below to install rpm-head-signing.x86_64 on Oracle Linux 9

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

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

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

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

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

Last metadata expiration check: 2:25:27 ago on Thu Feb 15 07:50:05 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.