How To Install libbytesize-tools on Fedora 36
Introduction
In this tutorial we learn how to install libbytesize-tools on Fedora 36.
What is libbytesize-tools
Various nice tools based on libbytesize, in particular the calculator for doing calculations with storage sizes.
We can use yum or dnf to install libbytesize-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libbytesize-tools.
Install libbytesize-tools 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 libbytesize-tools using dnf by running the following command:
sudo dnf -y install libbytesize-tools
Install libbytesize-tools 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 libbytesize-tools using yum by running the following command:
sudo yum -y install libbytesize-tools
How To Uninstall libbytesize-tools on Fedora 36
To uninstall only the libbytesize-tools package we can use the following command:
sudo dnf remove libbytesize-tools
libbytesize-tools Package Contents on Fedora 36
/usr/bin/bscalc
/usr/share/man/man1/bscalc.1.gz
References
Summary
In this tutorial we learn how to install libbytesize-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).