How To Install libmount-devel on Fedora 36
Introduction
In this tutorial we learn how to install libmount-devel
on Fedora 36.
What is libmount-devel
This is the device mounting development library and headers, part of util-linux.
We can use yum
or dnf
to install libmount-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmount-devel.
Install libmount-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install libmount-devel
Install libmount-devel 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-devel
using yum
by running the following command:
sudo yum -y install libmount-devel
How To Uninstall libmount-devel on Fedora 36
To uninstall only the libmount-devel
package we can use the following command:
sudo dnf remove libmount-devel
libmount-devel Package Contents on Fedora 36
/usr/include/libmount
/usr/include/libmount/libmount.h
/usr/lib64/libmount.so
/usr/lib64/pkgconfig/mount.pc
References
- libmount-devel website title: “How To Install libmount-devel on Fedora 36”
Summary
linkTitle: “libmount-devel”
type: “docs”
description: “In this tutorial we learn how to install libmount-devel in Fedora 36. libmount-devel is Device mounting library”
In this tutorial we learn how to install libmount-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
date: “2022-08-17”
lastmod: “2022-08-17”
#image: /images/fedora/36/libmount-devel-featured.png
Introduction
In this tutorial we learn how to install libmount-devel
on Fedora 36.
What is libmount-devel
This is the device mounting development library and headers, part of util-linux.
We can use yum
or dnf
to install libmount-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmount-devel.
Install libmount-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install libmount-devel
Install libmount-devel 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-devel
using yum
by running the following command:
sudo yum -y install libmount-devel
How To Uninstall libmount-devel on Fedora 36
To uninstall only the libmount-devel
package we can use the following command:
sudo dnf remove libmount-devel
libmount-devel Package Contents on Fedora 36
/usr/include/libmount
/usr/include/libmount/libmount.h
/usr/lib/libmount.so
/usr/lib/pkgconfig/mount.pc
References
Summary
In this tutorial we learn how to install libmount-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).