How To Install ntfs-3g-libs on Fedora 36
Introduction
In this tutorial we learn how to install ntfs-3g-libs
on Fedora 36.
What is ntfs-3g-libs
Libraries for applications to use ntfs-3g functionality.
We can use yum
or dnf
to install ntfs-3g-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ntfs-3g-libs.
Install ntfs-3g-libs 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 ntfs-3g-libs
using dnf
by running the following command:
sudo dnf -y install ntfs-3g-libs
Install ntfs-3g-libs 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 ntfs-3g-libs
using yum
by running the following command:
sudo yum -y install ntfs-3g-libs
How To Uninstall ntfs-3g-libs on Fedora 36
To uninstall only the ntfs-3g-libs
package we can use the following command:
sudo dnf remove ntfs-3g-libs
ntfs-3g-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/e56f836d2398e319b40e0fa0e7f7dff52aaa9f
/usr/lib64/libntfs-3g.so.89
/usr/lib64/libntfs-3g.so.89.0.0
/usr/share/licenses/ntfs-3g-libs
/usr/share/licenses/ntfs-3g-libs/COPYING
References
Summary
In this tutorial we learn how to install ntfs-3g-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).