How to Install and Uninstall libbytesize.x86_64 Package on Oracle Linux 9

Last updated: May 20,2024

1. Install "libbytesize.x86_64" package

This tutorial shows how to install libbytesize.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libbytesize.x86_64

2. Uninstall "libbytesize.x86_64" package

This tutorial shows how to uninstall libbytesize.x86_64 on Oracle Linux 9:

$ sudo dnf remove libbytesize.x86_64 $ sudo dnf autoremove

3. Information about the libbytesize.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:36:30 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libbytesize
Version : 2.5
Release : 3.el9
Architecture : x86_64
Size : 71 k
Source : libbytesize-2.5-3.el9.src.rpm
Repository : ol9_appstream
Summary : A library for working with sizes in bytes
URL : https://github.com/storaged-project/libbytesize
License : LGPLv2+
Description : 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.