How To Install subversion-gnome.x86_64 on Amazon Linux 2
In this tutorial we learn how to install subversion-gnome.x86_64 in Amazon Linux 2. subversion-gnome.x86_64 is GNOME Keyring support for Subversion
Introduction
In this tutorial we learn how to install subversion-gnome.x86_64 on Amazon Linux 2.
What is subversion-gnome.x86_64
The subversion-gnome package adds support for storing Subversion passwords in the GNOME Keyring.
We can use yum to install subversion-gnome.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-gnome.x86_64.
Install subversion-gnome.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-gnome.x86_64 using yum by running the following command:
sudo yum -y install subversion-gnome.x86_64
How To Uninstall subversion-gnome.x86_64 on Amazon Linux 2
To uninstall only the subversion-gnome.x86_64 package we can use the following command:
sudo yum remove subversion-gnome.x86_64
subversion-gnome.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/libsvn_auth_gnome_keyring-1.so.0
/usr/lib64/libsvn_auth_gnome_keyring-1.so.0.0.0
References
Summary
In this tutorial we learn how to install subversion-gnome.x86_64 on Amazon Linux 2 using yum.