How To Install libbtrfsutil on Fedora 36
Introduction
In this tutorial we learn how to install libbtrfsutil
on Fedora 36.
What is libbtrfsutil
libbtrfsutil contains an alternative utility library used by btrfs filesystem-specific programs.
We can use yum
or dnf
to install libbtrfsutil
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libbtrfsutil.
Install libbtrfsutil 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 libbtrfsutil
using dnf
by running the following command:
sudo dnf -y install libbtrfsutil
Install libbtrfsutil 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 libbtrfsutil
using yum
by running the following command:
sudo yum -y install libbtrfsutil
How To Uninstall libbtrfsutil on Fedora 36
To uninstall only the libbtrfsutil
package we can use the following command:
sudo dnf remove libbtrfsutil
libbtrfsutil Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/392ad8de94d3c11a3aae59a2ef6faf2c015e3c
/usr/lib/libbtrfsutil.so.1
/usr/lib/libbtrfsutil.so.1.2.0
/usr/share/licenses/libbtrfsutil
/usr/share/licenses/libbtrfsutil/COPYING
References
Summary
In this tutorial we learn how to install libbtrfsutil
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libbtrfsutil on Fedora 36” linkTitle: “libbtrfsutil” type: “docs” description: “In this tutorial we learn how to install libbtrfsutil in Fedora 36. libbtrfsutil is btrfs filesystem-specific runtime utility libraries” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libbtrfsutil-featured.png
Introduction
In this tutorial we learn how to install libbtrfsutil
on Fedora 36.
What is libbtrfsutil
libbtrfsutil contains an alternative utility library used by btrfs filesystem-specific programs.
We can use yum
or dnf
to install libbtrfsutil
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libbtrfsutil.
Install libbtrfsutil 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 libbtrfsutil
using dnf
by running the following command:
sudo dnf -y install libbtrfsutil
Install libbtrfsutil 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 libbtrfsutil
using yum
by running the following command:
sudo yum -y install libbtrfsutil
How To Uninstall libbtrfsutil on Fedora 36
To uninstall only the libbtrfsutil
package we can use the following command:
sudo dnf remove libbtrfsutil
libbtrfsutil Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/e7cfbfc951d38cd3f5789554c0e81e3f1f0e30
/usr/lib64/libbtrfsutil.so.1
/usr/lib64/libbtrfsutil.so.1.2.0
/usr/share/licenses/libbtrfsutil
/usr/share/licenses/libbtrfsutil/COPYING
References
Summary
In this tutorial we learn how to install libbtrfsutil
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).