How To Install libbytesize on Fedora 36
Introduction
In this tutorial we learn how to install libbytesize
on Fedora 36.
What is libbytesize
The libbytesize is a C library that facilitates work with sizes in bytes. Be it parsing the input from users or producing a nice human readable representation of a size in bytes this library takes localization into account. It also provides support for sizes bigger than MAXUINT64.
We can use yum
or dnf
to install libbytesize
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libbytesize.
Install libbytesize 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
using dnf
by running the following command:
sudo dnf -y install libbytesize
Install libbytesize 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
using yum
by running the following command:
sudo yum -y install libbytesize
How To Uninstall libbytesize on Fedora 36
To uninstall only the libbytesize
package we can use the following command:
sudo dnf remove libbytesize
libbytesize Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/44
/usr/lib/.build-id/44/00987e2036e7f810c9d772f8e66ab68fbca9c1
/usr/lib64/libbytesize.so.1
/usr/lib64/libbytesize.so.1.0.0
/usr/share/doc/libbytesize
/usr/share/doc/libbytesize/README.md
/usr/share/licenses/libbytesize
/usr/share/licenses/libbytesize/LICENSE
/usr/share/locale/ast/LC_MESSAGES/libbytesize.mo
/usr/share/locale/be/LC_MESSAGES/libbytesize.mo
/usr/share/locale/bn_IN/LC_MESSAGES/libbytesize.mo
/usr/share/locale/ca/LC_MESSAGES/libbytesize.mo
/usr/share/locale/cs/LC_MESSAGES/libbytesize.mo
/usr/share/locale/da/LC_MESSAGES/libbytesize.mo
/usr/share/locale/de/LC_MESSAGES/libbytesize.mo
/usr/share/locale/es/LC_MESSAGES/libbytesize.mo
/usr/share/locale/fi/LC_MESSAGES/libbytesize.mo
/usr/share/locale/fr/LC_MESSAGES/libbytesize.mo
/usr/share/locale/fur/LC_MESSAGES/libbytesize.mo
/usr/share/locale/he/LC_MESSAGES/libbytesize.mo
/usr/share/locale/hu/LC_MESSAGES/libbytesize.mo
/usr/share/locale/id/LC_MESSAGES/libbytesize.mo
/usr/share/locale/it/LC_MESSAGES/libbytesize.mo
/usr/share/locale/ko/LC_MESSAGES/libbytesize.mo
/usr/share/locale/nl/LC_MESSAGES/libbytesize.mo
/usr/share/locale/nn/LC_MESSAGES/libbytesize.mo
/usr/share/locale/pl/LC_MESSAGES/libbytesize.mo
/usr/share/locale/pt/LC_MESSAGES/libbytesize.mo
/usr/share/locale/pt_BR/LC_MESSAGES/libbytesize.mo
/usr/share/locale/ru/LC_MESSAGES/libbytesize.mo
/usr/share/locale/si/LC_MESSAGES/libbytesize.mo
/usr/share/locale/sk/LC_MESSAGES/libbytesize.mo
/usr/share/locale/sq/LC_MESSAGES/libbytesize.mo
/usr/share/locale/sv/LC_MESSAGES/libbytesize.mo
/usr/share/locale/tr/LC_MESSAGES/libbytesize.mo
/usr/share/locale/uk/LC_MESSAGES/libbytesize.mo
/usr/share/locale/zh_CN/LC_MESSAGES/libbytesize.mo
/usr/share/locale/zh_TW/LC_MESSAGES/libbytesize.mo
References
Summary
In this tutorial we learn how to install libbytesize
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).