How To Install perl-App-ccdiff on Fedora 36

In this tutorial we learn how to install perl-App-ccdiff in Fedora 36. perl-App-ccdiff is Colored Character diff

Introduction

In this tutorial we learn how to install perl-App-ccdiff on Fedora 36.

What is perl-App-ccdiff

All command-line tools that show the difference between two files fall short in showing minor changes visuably useful. This tool tries to give the look and feel of diff --color or colordiff, but extending the display of colored output from red for deleted lines and green for added lines to red for deleted characters and green for added characters within the changed lines.

We can use yum or dnf to install perl-App-ccdiff on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-App-ccdiff.

Install perl-App-ccdiff on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-App-ccdiff using dnf by running the following command:

sudo dnf -y install perl-App-ccdiff

Install perl-App-ccdiff on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-App-ccdiff using yum by running the following command:

sudo yum -y install perl-App-ccdiff

How To Uninstall perl-App-ccdiff on Fedora 36

To uninstall only the perl-App-ccdiff package we can use the following command:

sudo dnf remove perl-App-ccdiff

perl-App-ccdiff Package Contents on Fedora 36

/usr/bin/ccdiff
/usr/share/doc/perl-App-ccdiff
/usr/share/doc/perl-App-ccdiff/CONTRIBUTING.md
/usr/share/doc/perl-App-ccdiff/ChangeLog
/usr/share/doc/perl-App-ccdiff/README.md
/usr/share/licenses/perl-App-ccdiff
/usr/share/licenses/perl-App-ccdiff/LICENSE
/usr/share/man/man1/ccdiff.1.gz
/usr/share/man/man3/App::ccdiff.3pm.gz
/usr/share/perl5/vendor_perl/App
/usr/share/perl5/vendor_perl/App/ccdiff.pm

References

Summary

In this tutorial we learn how to install perl-App-ccdiff on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).