How To Install bcd-cli on Fedora 36

In this tutorial we learn how to install bcd-cli in Fedora 36. bcd-cli is Tools for bcd

Introduction

In this tutorial we learn how to install bcd-cli on Fedora 36.

What is bcd-cli

The bcd-cli package contains libraries and header files for developing applications that use bcd.

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

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

sudo dnf -y install bcd-cli

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

sudo yum -y install bcd-cli

How To Uninstall bcd-cli on Fedora 36

To uninstall only the bcd-cli package we can use the following command:

sudo dnf remove bcd-cli

bcd-cli Package Contents on Fedora 36

/usr/bin/bcd-cli
/usr/bin/bcd-raw-converter
/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/04e7c5bbd145feceb23c218c3d27c30792c8a4
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/7e4cc6b9e0ee73f003793e376bd1793530e454

References

Summary

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