How to Install and Uninstall perl-File-DirCompare.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "perl-File-DirCompare.noarch" package

This guide covers the steps necessary to install perl-File-DirCompare.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-File-DirCompare.noarch

2. Uninstall "perl-File-DirCompare.noarch" package

Please follow the guidelines below to uninstall perl-File-DirCompare.noarch on Fedora 34:

$ sudo dnf remove perl-File-DirCompare.noarch $ sudo dnf autoremove

3. Information about the perl-File-DirCompare.noarch package on Fedora 34

Last metadata expiration check: 1:42:47 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-File-DirCompare
Version : 0.7
Release : 23.fc34
Architecture : noarch
Size : 15 k
Source : perl-File-DirCompare-0.7-23.fc34.src.rpm
Repository : fedora
Summary : Perl module to compare two directories using callbacks
URL : https://metacpan.org/release/File-DirCompare
License : GPL+ or Artistic
Description : File::DirCompare is a perl module to compare two directories using a
: callback, invoked for all files that are 'different' between the two
: directories, and for any files that exist only in one or other directory
: ('unique' files).