How To Install subversion-perl on Rocky Linux 8

In this tutorial we learn how to install subversion-perl on Rocky Linux 8. subversion-perl is Perl bindings to the Subversion libraries

Introduction

In this tutorial we learn how to install subversion-perl on Rocky Linux 8.

What is subversion-perl

This package includes the Perl bindings to the Subversion libraries.

We can use yum or dnf to install subversion-perl on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install subversion-perl.

Install subversion-perl on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install subversion-perl

Install subversion-perl on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install subversion-perl

How To Uninstall subversion-perl on Rocky Linux 8

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

sudo dnf remove subversion-perl

subversion-perl Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/16
/usr/lib/.build-id/16/d3df13c030595204a30769482766f07aa14d7a
/usr/lib/.build-id/3d/5c8be093c0909413331721b38d094155dd54fb
/usr/lib/.build-id/40
/usr/lib/.build-id/40/1602af752de1c8463e062a24a28a25aa18e80c
/usr/lib/.build-id/4e/4944a7170b0fb453ef700b6e7378977a733996
/usr/lib/.build-id/92
/usr/lib/.build-id/92/a8524a135cb7986c7117f41b484f6f72d96107
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/8bd4e6f7f27b415d37e248dd6855eb63ae915d
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/13aec7da696f73ce94c8fb95a625f761eeda10
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/63fcefb9c31313d98ca4c006d8d73a10a8f1d2
/usr/lib64/libsvn_swig_perl-1.so.0
/usr/lib64/libsvn_swig_perl-1.so.0.0.0
/usr/lib64/perl5/vendor_perl/SVN
/usr/lib64/perl5/vendor_perl/SVN/Base.pm
/usr/lib64/perl5/vendor_perl/SVN/Client.pm
/usr/lib64/perl5/vendor_perl/SVN/Core.pm
/usr/lib64/perl5/vendor_perl/SVN/Delta.pm
/usr/lib64/perl5/vendor_perl/SVN/Fs.pm
/usr/lib64/perl5/vendor_perl/SVN/Ra.pm
/usr/lib64/perl5/vendor_perl/SVN/Repos.pm
/usr/lib64/perl5/vendor_perl/SVN/Wc.pm
/usr/lib64/perl5/vendor_perl/auto/SVN
/usr/lib64/perl5/vendor_perl/auto/SVN/_Client
/usr/lib64/perl5/vendor_perl/auto/SVN/_Client/_Client.so
/usr/lib64/perl5/vendor_perl/auto/SVN/_Core
/usr/lib64/perl5/vendor_perl/auto/SVN/_Core/_Core.so
/usr/lib64/perl5/vendor_perl/auto/SVN/_Delta
/usr/lib64/perl5/vendor_perl/auto/SVN/_Delta/_Delta.so
/usr/lib64/perl5/vendor_perl/auto/SVN/_Fs
/usr/lib64/perl5/vendor_perl/auto/SVN/_Fs/_Fs.so
/usr/lib64/perl5/vendor_perl/auto/SVN/_Ra
/usr/lib64/perl5/vendor_perl/auto/SVN/_Ra/_Ra.so
/usr/lib64/perl5/vendor_perl/auto/SVN/_Repos
/usr/lib64/perl5/vendor_perl/auto/SVN/_Repos/_Repos.so
/usr/lib64/perl5/vendor_perl/auto/SVN/_Wc
/usr/lib64/perl5/vendor_perl/auto/SVN/_Wc/_Wc.so
/usr/share/man/man3/SVN::Base.3pm.gz
/usr/share/man/man3/SVN::Client.3pm.gz
/usr/share/man/man3/SVN::Core.3pm.gz
/usr/share/man/man3/SVN::Delta.3pm.gz
/usr/share/man/man3/SVN::Fs.3pm.gz
/usr/share/man/man3/SVN::Ra.3pm.gz
/usr/share/man/man3/SVN::Repos.3pm.gz
/usr/share/man/man3/SVN::Wc.3pm.gz

References

Summary

In this tutorial we learn how to install subversion-perl on Rocky Linux 8 using yum and dnf.