How to Install and Uninstall ntfs-3g.x86_64 Package on Rocky Linux 9

Last updated: July 07,2024

1. Install "ntfs-3g.x86_64" package

This guide let you learn how to install ntfs-3g.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install ntfs-3g.x86_64

2. Uninstall "ntfs-3g.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ntfs-3g.x86_64 on Rocky Linux 9:

$ sudo dnf remove ntfs-3g.x86_64 $ sudo dnf autoremove

3. Information about the ntfs-3g.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:13:00 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : ntfs-3g
Epoch : 2
Version : 2022.10.3
Release : 1.el9
Architecture : x86_64
Size : 128 k
Source : ntfs-3g-2022.10.3-1.el9.src.rpm
Repository : epel
Summary : Linux NTFS userspace driver
URL : https://www.tuxera.com/company/open-source/
License : GPLv2+
Description : NTFS-3G is a stable, open source, GPL licensed, POSIX, read/write NTFS
: driver for Linux and many other operating systems. It provides safe
: handling of the Windows XP, Windows Server 2003, Windows 2000, Windows
: Vista, Windows Server 2008 and Windows 7 NTFS file systems. NTFS-3G can
: create, remove, rename, move files, directories, hard links, and streams;
: it can read and write normal and transparently compressed files, including
: streams and sparse files; it can handle special files like symbolic links,
: devices, and FIFOs, ACL, extended attributes; moreover it provides full
: file access right and ownership support.