How To Install perl-File-Rsync on Fedora 36
Introduction
In this tutorial we learn how to install perl-File-Rsync
on Fedora 36.
What is perl-File-Rsync
Perl Convenience wrapper for the rsync(1) program. Written for rsync- 2.3.2 and updated for rsync-3.1.1 but should perform properly with most recent versions.
We can use yum
or dnf
to install perl-File-Rsync
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-File-Rsync.
Install perl-File-Rsync 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-File-Rsync
using dnf
by running the following command:
sudo dnf -y install perl-File-Rsync
Install perl-File-Rsync 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-File-Rsync
using yum
by running the following command:
sudo yum -y install perl-File-Rsync
How To Uninstall perl-File-Rsync on Fedora 36
To uninstall only the perl-File-Rsync
package we can use the following command:
sudo dnf remove perl-File-Rsync
perl-File-Rsync Package Contents on Fedora 36
/usr/share/doc/perl-File-Rsync
/usr/share/doc/perl-File-Rsync/Changelog
/usr/share/doc/perl-File-Rsync/README
/usr/share/doc/perl-File-Rsync/TODO
/usr/share/man/man3/File::Rsync.3pm.gz
/usr/share/perl5/vendor_perl/File
/usr/share/perl5/vendor_perl/File/Rsync.pm
References
Summary
In this tutorial we learn how to install perl-File-Rsync
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).