How To Install obs-build-mkbaselibs on Fedora 36

In this tutorial we learn how to install obs-build-mkbaselibs in Fedora 36. obs-build-mkbaselibs is Tools to generate base library packages

Introduction

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

What is obs-build-mkbaselibs

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

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

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

sudo dnf -y install obs-build-mkbaselibs

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

sudo yum -y install obs-build-mkbaselibs

How To Uninstall obs-build-mkbaselibs on Fedora 36

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

sudo dnf remove obs-build-mkbaselibs

obs-build-mkbaselibs Package Contents on Fedora 36

/usr/lib/build/baselibs_configs
/usr/lib/build/baselibs_configs/baselibs_global-deb.conf
/usr/lib/build/baselibs_configs/baselibs_global-sle11.conf
/usr/lib/build/baselibs_configs/baselibs_global-sle12.conf
/usr/lib/build/baselibs_configs/baselibs_global-sle15.conf
/usr/lib/build/baselibs_configs/baselibs_global.conf
/usr/lib/build/baselibs_global-deb.conf
/usr/lib/build/baselibs_global.conf
/usr/lib/build/mkbaselibs

References

Summary

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