How To Install libmount on Fedora 36
Introduction
In this tutorial we learn how to install libmount
on Fedora 36.
What is libmount
This is the device mounting library, part of util-linux.
We can use yum
or dnf
to install libmount
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmount.
Install libmount 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 libmount
using dnf
by running the following command:
sudo dnf -y install libmount
Install libmount 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 libmount
using yum
by running the following command:
sudo yum -y install libmount
How To Uninstall libmount on Fedora 36
To uninstall only the libmount
package we can use the following command:
sudo dnf remove libmount
libmount Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/59
/usr/lib/.build-id/59/8330551ee15a053368f71ffc841cc243654899
/usr/lib64/libmount.so.1
/usr/lib64/libmount.so.1.1.0
/usr/share/licenses/libmount
/usr/share/licenses/libmount/COPYING
/usr/share/licenses/libmount/COPYING.LGPL-2.1-or-later
References
Summary
In this tutorial we learn how to install libmount
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).