How To Install subversion-tools.x86_64 on Amazon Linux 2
In this tutorial we learn how to install subversion-tools.x86_64 in Amazon Linux 2. subversion-tools.x86_64 is Supplementary tools for Subversion
Introduction
In this tutorial we learn how to install subversion-tools.x86_64 on Amazon Linux 2.
What is subversion-tools.x86_64
This package includes supplementary tools for use with Subversion.
We can use yum to install subversion-tools.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install subversion-tools.x86_64.
Install subversion-tools.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install subversion-tools.x86_64 using yum by running the following command:
sudo yum -y install subversion-tools.x86_64
How To Uninstall subversion-tools.x86_64 on Amazon Linux 2
To uninstall only the subversion-tools.x86_64 package we can use the following command:
sudo yum remove subversion-tools.x86_64
subversion-tools.x86_64 Package Contents on Amazon Linux 2
/usr/bin/svn-populate-node-origins-index
/usr/bin/svn-rep-sharing-stats
/usr/bin/svnauthz-validate
/usr/bin/svnmucc
/usr/bin/svnraisetreeconflict
References
Summary
In this tutorial we learn how to install subversion-tools.x86_64 on Amazon Linux 2 using yum.