How to Install and Uninstall subversion.src Package on Oracle Linux 9

Last updated: June 26,2024

1. Install "subversion.src" package

Please follow the steps below to install subversion.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install subversion.src

2. Uninstall "subversion.src" package

Here is a brief guide to show you how to uninstall subversion.src on Oracle Linux 9:

$ sudo dnf remove subversion.src $ sudo dnf autoremove

3. Information about the subversion.src package on Oracle Linux 9

Last metadata expiration check: 2:27:04 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : subversion
Version : 1.14.1
Release : 5.el9_0
Architecture : src
Size : 8.2 M
Source : None
Repository : ol9_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.