How To Install git-svn.noarch on Amazon Linux 2
In this tutorial we learn how to install git-svn.noarch in Amazon Linux 2. git-svn.noarch is Git tools for interacting with Subversion repositories
Introduction
In this tutorial we learn how to install git-svn.noarch
on Amazon Linux 2.
What is git-svn.noarch
Git tools for interacting with Subversion repositories.
We can use yum
to install git-svn.noarch
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install git-svn.noarch.
Install git-svn.noarch 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 git-svn.noarch
using yum
by running the following command:
sudo yum -y install git-svn.noarch
How To Uninstall git-svn.noarch on Amazon Linux 2
To uninstall only the git-svn.noarch
package we can use the following command:
sudo yum remove git-svn.noarch
git-svn.noarch Package Contents on Amazon Linux 2
/usr/libexec/git-core/git-svn
/usr/share/doc/git-2.32.0/git-svn.html
/usr/share/doc/git-2.32.0/git-svn.txt
/usr/share/man/man1/git-svn.1.gz
References
Summary
In this tutorial we learn how to install git-svn.noarch
on Amazon Linux 2 using yum.