How To Install libbpkg on Fedora 36

In this tutorial we learn how to install libbpkg in Fedora 36. libbpkg is build2 package dependency manager library

Introduction

In this tutorial we learn how to install libbpkg on Fedora 36.

What is libbpkg

This package contains the build2 package dependency manager library.

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

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

sudo dnf -y install libbpkg

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

sudo yum -y install libbpkg

How To Uninstall libbpkg on Fedora 36

To uninstall only the libbpkg package we can use the following command:

sudo dnf remove libbpkg

libbpkg Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/a8f2ee87c04ab7970515aa9d7e040d63468982
/usr/lib/libbpkg-0.14.so
/usr/share/licenses/libbpkg
/usr/share/licenses/libbpkg/AUTHORS
/usr/share/licenses/libbpkg/LICENSE

References

Summary

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


title: “How To Install libbpkg on Fedora 36” linkTitle: “libbpkg” type: “docs” description: “In this tutorial we learn how to install libbpkg in Fedora 36. libbpkg is build2 package dependency manager library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libbpkg-featured.png

Introduction

In this tutorial we learn how to install libbpkg on Fedora 36.

What is libbpkg

This package contains the build2 package dependency manager library.

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

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

sudo dnf -y install libbpkg

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

sudo yum -y install libbpkg

How To Uninstall libbpkg on Fedora 36

To uninstall only the libbpkg package we can use the following command:

sudo dnf remove libbpkg

libbpkg Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/936b610c2770d3d40cbdc3d95e30c150463920
/usr/lib64/libbpkg-0.14.so
/usr/share/licenses/libbpkg
/usr/share/licenses/libbpkg/AUTHORS
/usr/share/licenses/libbpkg/LICENSE

References

Summary

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