How to Install and Uninstall diffutils.x86_64 Package on Rocky Linux 8
Last updated: November 14,2024
1. Install "diffutils.x86_64" package
Learn how to install diffutils.x86_64 on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
diffutils.x86_64
Copied
2. Uninstall "diffutils.x86_64" package
This tutorial shows how to uninstall diffutils.x86_64 on Rocky Linux 8:
$
sudo dnf remove
diffutils.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the diffutils.x86_64 package on Rocky Linux 8
Last metadata expiration check: 2:20:11 ago on Mon Sep 12 10:27:18 2022.
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 : baseos
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.
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 : baseos
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.