How to Install and Uninstall ntfs-3g-system-compression.x86_64 Package on CentOS 8 / RHEL 8

Last updated: January 12,2025

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

Please follow the step by step instructions below to install ntfs-3g-system-compression.x86_64 on CentOS 8 / RHEL 8

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

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

This guide let you learn how to uninstall ntfs-3g-system-compression.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the ntfs-3g-system-compression.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:19:23 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : ntfs-3g-system-compression
Version : 1.0
Release : 2.el8
Architecture : x86_64
Size : 27 k
Source : ntfs-3g-system-compression-1.0-2.el8.src.rpm
Repository : epel
Summary : NTFS-3G plugin for reading "system compressed" files
URL : https://github.com/ebiggers/ntfs-3g-system-compression
License : GPLv2+
Description : System compression, also known as "Compact OS", is a Windows feature that
: allows rarely modified files to be compressed using the XPRESS or LZX
: compression formats. It is not built directly into NTFS but rather is
: implemented using reparse points. This feature appeared in Windows 10 and it
: appears that many Windows 10 systems have been using it by default.
:
: This RPM contains a plugin which enables the NTFS-3G FUSE driver to
: transparently read from system-compressed files. Currently, only reading is
: supported. Compressing an existing file may be done by using the "compact"
: utility on Windows.