How to Install and Uninstall subversion.x86_64 Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "subversion.x86_64" package

Learn how to install subversion.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install subversion.x86_64

2. Uninstall "subversion.x86_64" package

Please follow the guidelines below to uninstall subversion.x86_64 on AlmaLinux 9:

$ sudo dnf remove subversion.x86_64 $ sudo dnf autoremove

3. Information about the subversion.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:44:04 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : subversion
Version : 1.14.1
Release : 5.el9_0
Architecture : x86_64
Size : 1.0 M
Source : subversion-1.14.1-5.el9_0.src.rpm
Repository : appstream
Summary : A Modern Concurrent Version Control System
URL : https://subversion.apache.org/
License : ASL 2.0
Description : Subversion is a concurrent version control system which enables one
: or more users to collaborate in developing and maintaining a
: hierarchy of files and directories while keeping a history of all
: changes. Subversion only stores the differences between versions,
: instead of every complete file. Subversion is intended to be a
: compelling replacement for CVS.