How To Install libbinio on Fedora 36
Introduction
In this tutorial we learn how to install libbinio
on Fedora 36.
What is libbinio
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.
We can use yum
or dnf
to install libbinio
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libbinio.
Install libbinio 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 libbinio
using dnf
by running the following command:
sudo dnf -y install libbinio
Install libbinio 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 libbinio
using yum
by running the following command:
sudo yum -y install libbinio
How To Uninstall libbinio on Fedora 36
To uninstall only the libbinio
package we can use the following command:
sudo dnf remove libbinio
libbinio Package Contents on Fedora 36
---
title: "How To Install libbinio on Fedora 36"
linkTitle: "libbinio"
type: "docs"
description: "In this tutorial we learn how to install libbinio in Fedora 36. libbinio is A software library for binary I/O classes in C++"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libbinio-featured.png
---
## Introduction
/usr/lib/.build-id
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/a50bbc79b20ad962abae3413e405f9b52db18a
/usr/lib64/libbinio.so.1
/usr/lib64/libbinio.so.1.0.0
/usr/share/doc/libbinio
/usr/share/doc/libbinio/AUTHORS
/usr/share/doc/libbinio/NEWS
/usr/share/doc/libbinio/README
/usr/share/doc/libbinio/TODO
/usr/share/licenses/libbinio
/usr/share/licenses/libbinio/COPYING
In this tutorial we learn how to install `libbinio` on Fedora 36.
### What is `libbinio`
> 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.
We can use `yum` or `dnf` to install `libbinio` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libbinio.
## Install libbinio on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libbinio
using dnf
by running the following command:
sudo dnf -y install libbinio
Install libbinio 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 libbinio
using yum
by running the following command:
sudo yum -y install libbinio
## How To Uninstall libbinio on Fedora 36
## References
To uninstall only the `libbinio` package we can use the following command:
* [libbinio website](http://adplug.github.io/libbinio)
```bash
sudo dnf remove libbinio
Summary
libbinio Package Contents on Fedora 36
In this tutorial we learn how to install `libbinio` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/6815b0fd1782bd2a8e8638d60e04e7b1b01c09
/usr/lib/libbinio.so.1
/usr/lib/libbinio.so.1.0.0
/usr/share/doc/libbinio
/usr/share/doc/libbinio/AUTHORS
/usr/share/doc/libbinio/NEWS
/usr/share/doc/libbinio/README
/usr/share/doc/libbinio/TODO
/usr/share/licenses/libbinio
/usr/share/licenses/libbinio/COPYING
References
Summary
In this tutorial we learn how to install libbinio
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).