How To Install perl-File-RsyncP on Fedora 36

In this tutorial we learn how to install perl-File-RsyncP in Fedora 36. perl-File-RsyncP is A perl implementation of an Rsync client

Introduction

In this tutorial we learn how to install perl-File-RsyncP on Fedora 36.

What is perl-File-RsyncP

File Rsync 2.5.5 - 2.6.3 (protocol versions 26-28). It can send or receive files, either by running rsync on the remote machine, or connecting to an rsyncd daemon on the remote machine.

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

Install perl-File-RsyncP 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-RsyncP using dnf by running the following command:

sudo dnf -y install perl-File-RsyncP

Install perl-File-RsyncP 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-RsyncP using yum by running the following command:

sudo yum -y install perl-File-RsyncP

How To Uninstall perl-File-RsyncP on Fedora 36

To uninstall only the perl-File-RsyncP package we can use the following command:

sudo dnf remove perl-File-RsyncP

perl-File-RsyncP Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/73
/usr/lib/.build-id/73/7e8aa5eadf67e4ca19151110932cc25b59cf4a
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/e40369353b93e65b532da0c94c1ecf6e5cbe0c
/usr/lib64/perl5/vendor_perl/File
/usr/lib64/perl5/vendor_perl/File/RsyncP
/usr/lib64/perl5/vendor_perl/File/RsyncP.pm
/usr/lib64/perl5/vendor_perl/File/RsyncP/Digest.pm
/usr/lib64/perl5/vendor_perl/File/RsyncP/FileIO.pm
/usr/lib64/perl5/vendor_perl/File/RsyncP/FileList.pm
/usr/lib64/perl5/vendor_perl/auto/File
/usr/lib64/perl5/vendor_perl/auto/File/RsyncP
/usr/lib64/perl5/vendor_perl/auto/File/RsyncP/Digest
/usr/lib64/perl5/vendor_perl/auto/File/RsyncP/Digest/Digest.so
/usr/lib64/perl5/vendor_perl/auto/File/RsyncP/Digest/autosplit.ix
/usr/lib64/perl5/vendor_perl/auto/File/RsyncP/FileList
/usr/lib64/perl5/vendor_perl/auto/File/RsyncP/FileList/FileList.so
/usr/lib64/perl5/vendor_perl/auto/File/RsyncP/FileList/autosplit.ix
/usr/share/doc/perl-File-RsyncP
/usr/share/doc/perl-File-RsyncP/Changes
/usr/share/doc/perl-File-RsyncP/README
/usr/share/licenses/perl-File-RsyncP
/usr/share/licenses/perl-File-RsyncP/LICENSE
/usr/share/man/man3/File::RsyncP.3pm.gz
/usr/share/man/man3/File::RsyncP::Digest.3pm.gz
/usr/share/man/man3/File::RsyncP::FileIO.3pm.gz
/usr/share/man/man3/File::RsyncP::FileList.3pm.gz

References

Summary

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