How To Install smbios-utils-bin on Fedora 36

In this tutorial we learn how to install smbios-utils-bin in Fedora 36. smbios-utils-bin is Binary utilities that use libsmbios

Introduction

In this tutorial we learn how to install smbios-utils-bin on Fedora 36.

What is smbios-utils-bin

Get BIOS information, such as System product name, product id, service tag and asset tag.

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

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

sudo dnf -y install smbios-utils-bin

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

sudo yum -y install smbios-utils-bin

How To Uninstall smbios-utils-bin on Fedora 36

To uninstall only the smbios-utils-bin package we can use the following command:

sudo dnf remove smbios-utils-bin

smbios-utils-bin Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/53
/usr/lib/.build-id/53/69f594149c54e785d36ac39f575e35a650a670
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/6cd5d3e4c7120c7372d7270e83428278546dba
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/ead911195d78fc80bf56d54dcafefe0c9d3714
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/cdb7564933eea92dea83481d226b8bab0824cf
/usr/sbin/smbios-get-ut-data
/usr/sbin/smbios-state-byte-ctl
/usr/sbin/smbios-sys-info-lite
/usr/sbin/smbios-upflag-ctl
/usr/share/licenses/smbios-utils-bin
/usr/share/licenses/smbios-utils-bin/boost_LICENSE_1_0_txt
/usr/share/licenses/smbios-utils-bin/getopts_LICENSE.txt
/usr/share/man/man1/smbios-get-ut-data.1.gz
/usr/share/man/man1/smbios-state-byte-ctl.1.gz
/usr/share/man/man1/smbios-sys-info-lite.1.gz
/usr/share/man/man1/smbios-upflag-ctl.1.gz

References

Summary

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