How To Install rpm-sign-libs on Fedora 36
Introduction
In this tutorial we learn how to install rpm-sign-libs
on Fedora 36.
What is rpm-sign-libs
This package contains the RPM shared libraries for signing packages.
We can use yum
or dnf
to install rpm-sign-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rpm-sign-libs.
Install rpm-sign-libs 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 rpm-sign-libs
using dnf
by running the following command:
sudo dnf -y install rpm-sign-libs
Install rpm-sign-libs 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 rpm-sign-libs
using yum
by running the following command:
sudo yum -y install rpm-sign-libs
How To Uninstall rpm-sign-libs on Fedora 36
To uninstall only the rpm-sign-libs
package we can use the following command:
sudo dnf remove rpm-sign-libs
rpm-sign-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/54
/usr/lib/.build-id/54/6af56d8c54dc7c6f91630e31c0870b0043d45f
/usr/lib64/librpmsign.so.9
/usr/lib64/librpmsign.so.9.2.0
References
Summary
In this tutorial we learn how to install rpm-sign-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).