How to Install and Uninstall subversion Package on Kali Linux

Last updated: May 18,2024

1. Install "subversion" package

This is a short guide on how to install subversion on Kali Linux

$ sudo apt update $ sudo apt install subversion

2. Uninstall "subversion" package

Here is a brief guide to show you how to uninstall subversion on Kali Linux:

$ sudo apt remove subversion $ sudo apt autoclean && sudo apt autoremove

3. Information about the subversion package on Kali Linux

Package: subversion
Source: subversion (1.14.3-1)
Version: 1.14.3-1+b1
Installed-Size: 4837
Maintainer: James McCoy
Architecture: amd64
Depends: libsvn1 (= 1.14.3-1+b1), libapr1 (>= 1.5.0), libaprutil1 (>= 1.3.2+dfsg), libc6 (>= 2.34)
Suggests: db5.3-util, libapache2-mod-svn, patch, subversion-tools
Size: 959860
SHA256: 92e6eaed1bdb64219bd199203120b497381940f4f59ef8263573be4cf1d3cea7
SHA1: 3191acc7dd85b18a065c7b2dbdd00dcb29d4e913
MD5sum: 19f4ce69d903ff28028e08dbbb42886b
Description: Advanced version control system
Apache Subversion, also known as svn, is a centralised version control
system. Version control systems allow many individuals (who may be
distributed geographically) to collaborate on a set of files (source
code, websites, etc). Subversion began with a CVS paradigm and
supports all the major features of CVS, but has evolved to support
many features that CVS users often wish they had.
.
This package includes the Subversion client (svn, svnsync), repository
administration tools (svnadmin, svnlook) and a network server (svnserve).
Description-md5:
Homepage: http://subversion.apache.org/
Tag: devel::rcs, implemented-in::c++, implemented-in::python,
interface::commandline, network::client, network::server,
protocol::http, protocol::ssh, protocol::webdav, role::program,
use::storing, use::synchronizing
Section: vcs
Priority: optional
Filename: pool/main/s/subversion/subversion_1.14.3-1+b1_amd64.deb