How To Install obs-build-mkdrpms on Fedora 36

In this tutorial we learn how to install obs-build-mkdrpms in Fedora 36. obs-build-mkdrpms is Tools to generate DeltaRPMs

Introduction

In this tutorial we learn how to install obs-build-mkdrpms on Fedora 36.

What is obs-build-mkdrpms

This package contains the parts which may be installed in the inner build system for generating DeltaRPM packages.

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

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

sudo dnf -y install obs-build-mkdrpms

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

sudo yum -y install obs-build-mkdrpms

How To Uninstall obs-build-mkdrpms on Fedora 36

To uninstall only the obs-build-mkdrpms package we can use the following command:

sudo dnf remove obs-build-mkdrpms

obs-build-mkdrpms Package Contents on Fedora 36

/usr/lib/build/mkdrpms

References

Summary

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