How to Install and Uninstall diffstat.x86_64 Package on Rocky Linux 8

Last updated: May 20,2024

1. Install "diffstat.x86_64" package

Please follow the guidance below to install diffstat.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install diffstat.x86_64

2. Uninstall "diffstat.x86_64" package

Please follow the steps below to uninstall diffstat.x86_64 on Rocky Linux 8:

$ sudo dnf remove diffstat.x86_64 $ sudo dnf autoremove

3. Information about the diffstat.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:03:28 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : diffstat
Version : 1.61
Release : 7.el8
Architecture : x86_64
Size : 43 k
Source : diffstat-1.61-7.el8.src.rpm
Repository : appstream
Summary : A utility which provides statistics based on the output of diff
URL : http://invisible-island.net/diffstat
License : MIT
Description : The diff command compares files line by line. Diffstat reads the
: output of the diff command and displays a histogram of the insertions,
: deletions and modifications in each file. Diffstat is commonly used
: to provide a summary of the changes in large, complex patch files.
:
: Install diffstat if you need a program which provides a summary of the
: diff command's output.