diffutils.x86_64 on CentOS 8 / RHEL 8

Last updated: October 03,2023

1. Install diffutils.x86_64 package

Please follow the steps below to install diffutils.x86_64 package:

sudo dnf makecache
sudo dnf install diffutils.x86_64

2. Uninstall / Remove diffutils.x86_64 package

This tutorial shows how to uninstall diffutils.x86_64 package:

sudo dnf remove diffutils.x86_64
sudo dnf autoremove

3. Details of diffutils.x86_64 package

Last metadata expiration check: 1 day, 3:28:58 ago on Sun May 9 13:03:46 2021.
Installed Packages
Name : diffutils
Version : 3.6
Release : 6.el8
Architecture : x86_64
Size : 1.3 M
Source : diffutils-3.6-6.el8.src.rpm
Repository : @System
From repo : anaconda
Summary : A GNU collection of diff utilities
URL : http://www.gnu.org/software/diffutils/diffutils.html
License : GPLv3+
Description : Diffutils includes four utilities: diff, cmp, diff3 and sdiff. Diff
: compares two files and shows the differences, line by line. The cmp
: command shows the offset and line numbers where two files differ, or
: cmp can show the characters that differ between the two files. The
: diff3 command shows the differences between three files. Diff3 can be
: used when two people have made independent changes to a common
: original; diff3 can produce a merged file that contains both sets of
: changes and warnings about conflicts. The sdiff command can be used
: to merge two files interactively.
:
: Install diffutils if you need to compare text files.