How To Install perl-BSSolv on Fedora 36

In this tutorial we learn how to install perl-BSSolv in Fedora 36. perl-BSSolv is OBS solver and repository management using libsolv

Introduction

In this tutorial we learn how to install perl-BSSolv on Fedora 36.

What is perl-BSSolv

This is a support perl module for the OBS backend. It contains functions for repository management, dependency solving, package ordering, and meta file creation.

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

Install perl-BSSolv 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 perl-BSSolv using dnf by running the following command:

sudo dnf -y install perl-BSSolv

Install perl-BSSolv 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 perl-BSSolv using yum by running the following command:

sudo yum -y install perl-BSSolv

How To Uninstall perl-BSSolv on Fedora 36

To uninstall only the perl-BSSolv package we can use the following command:

sudo dnf remove perl-BSSolv

perl-BSSolv Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/5a13852f0ed8595646802d417bfb8b834bcc98
/usr/lib64/perl5/vendor_perl/BSSolv.pm
/usr/lib64/perl5/vendor_perl/auto/BSSolv
/usr/lib64/perl5/vendor_perl/auto/BSSolv/BSSolv.so
/usr/share/doc/perl-BSSolv
/usr/share/doc/perl-BSSolv/README
/usr/share/doc/perl-BSSolv/perl-BSSolv.changes

References

Summary

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