How to Install and Uninstall duperemove.x86_64 Package on CentOS Stream 8

Last updated: April 29,2024

1. Install "duperemove.x86_64" package

This guide let you learn how to install duperemove.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install duperemove.x86_64

2. Uninstall "duperemove.x86_64" package

This guide let you learn how to uninstall duperemove.x86_64 on CentOS Stream 8:

$ sudo dnf remove duperemove.x86_64 $ sudo dnf autoremove

3. Information about the duperemove.x86_64 package on CentOS Stream 8

Last metadata expiration check: 2:36:30 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : duperemove
Version : 0.11.3
Release : 1.el8
Architecture : x86_64
Size : 98 k
Source : duperemove-0.11.3-1.el8.src.rpm
Repository : epel
Summary : Tools for deduping file systems
URL : https://github.com/markfasheh/duperemove
License : GPLv2
Description : Duperemove is a simple tool for finding duplicated extents and
: submitting them for deduplication. When given a list of files it will
: hash their contents on a block by block basis and compare those hashes
: to each other, finding and categorizing extents that match each other.
:
: When given the -d option, duperemove will submit those extents for
: deduplication using the btrfs-extent-same ioctl.