How To Install libb2 on Fedora 36
Introduction
In this tutorial we learn how to install libb2
on Fedora 36.
What is libb2
C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp. BLAKE2 is a cryptographic hash function faster than MD5, SHA-1, SHA-2, and SHA-3, yet is at least as secure as the latest standard SHA-3.
We can use yum
or dnf
to install libb2
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libb2.
Install libb2 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 libb2
using dnf
by running the following command:
sudo dnf -y install libb2
Install libb2 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 libb2
using yum
by running the following command:
sudo yum -y install libb2
How To Uninstall libb2 on Fedora 36
To uninstall only the libb2
package we can use the following command:
sudo dnf remove libb2
libb2 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/0b9bcf35d126132dd84fee6d3d836e09850969
/usr/lib/libb2.so.1
/usr/lib/libb2.so.1.0.4
/usr/share/licenses/libb2
/usr/share/licenses/libb2/COPYING
References
Summary
In this tutorial we learn how to install libb2
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libb2 on Fedora 36” linkTitle: “libb2” type: “docs” description: “In this tutorial we learn how to install libb2 in Fedora 36. libb2 is C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libb2-featured.png
Introduction
In this tutorial we learn how to install libb2
on Fedora 36.
What is libb2
C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp. BLAKE2 is a cryptographic hash function faster than MD5, SHA-1, SHA-2, and SHA-3, yet is at least as secure as the latest standard SHA-3.
We can use yum
or dnf
to install libb2
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libb2.
Install libb2 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 libb2
using dnf
by running the following command:
sudo dnf -y install libb2
Install libb2 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 libb2
using yum
by running the following command:
sudo yum -y install libb2
How To Uninstall libb2 on Fedora 36
To uninstall only the libb2
package we can use the following command:
sudo dnf remove libb2
libb2 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/5a31f23480213853859349a4e55f744cd14684
/usr/lib64/libb2.so.1
/usr/lib64/libb2.so.1.0.4
/usr/share/licenses/libb2
/usr/share/licenses/libb2/COPYING
References
Summary
In this tutorial we learn how to install libb2
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).