How to Install and Uninstall libbinio.i686 Package on Fedora 35

Last updated: October 04,2024

1. Install "libbinio.i686" package

Here is a brief guide to show you how to install libbinio.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install libbinio.i686

2. Uninstall "libbinio.i686" package

In this section, we are going to explain the necessary steps to uninstall libbinio.i686 on Fedora 35:

$ sudo dnf remove libbinio.i686 $ sudo dnf autoremove

3. Information about the libbinio.i686 package on Fedora 35

Last metadata expiration check: 0:18:15 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : libbinio
Version : 1.5
Release : 1.fc35
Architecture : i686
Size : 42 k
Source : libbinio-1.5-1.fc35.src.rpm
Repository : updates
Summary : A software library for binary I/O classes in C++
URL : http://adplug.github.io/libbinio
License : LGPLv2+
Description : This binary I/O stream class library presents a platform-independent
: way to access binary data streams in C++. The library is hardware
: independent in the form that it transparently converts between the
: different forms of machine-internal binary data representation.
: It further employs no special I/O protocol and can be used on
: arbitrary binary data sources.