How To Install rpm-build-libs on Fedora 36

In this tutorial we learn how to install rpm-build-libs in Fedora 36. rpm-build-libs is Libraries for building RPM packages

Introduction

In this tutorial we learn how to install rpm-build-libs on Fedora 36.

What is rpm-build-libs

This package contains the RPM shared libraries for building packages.

We can use yum or dnf to install rpm-build-libs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rpm-build-libs.

Install rpm-build-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-build-libs using dnf by running the following command:

sudo dnf -y install rpm-build-libs

Install rpm-build-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-build-libs using yum by running the following command:

sudo yum -y install rpm-build-libs

How To Uninstall rpm-build-libs on Fedora 36

To uninstall only the rpm-build-libs package we can use the following command:

sudo dnf remove rpm-build-libs

rpm-build-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/72
/usr/lib/.build-id/72/c0f7ef46a78b445ef0bcd79b4b204f8825d4ff
/usr/lib64/librpmbuild.so.9
/usr/lib64/librpmbuild.so.9.2.0

References

Summary

In this tutorial we learn how to install rpm-build-libs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).