How to Install and Uninstall git-svn Package on Kali Linux

Last updated: May 03,2024

1. Install "git-svn" package

Please follow the guidance below to install git-svn on Kali Linux

$ sudo apt update $ sudo apt install git-svn

2. Uninstall "git-svn" package

Please follow the steps below to uninstall git-svn on Kali Linux:

$ sudo apt remove git-svn $ sudo apt autoclean && sudo apt autoremove

3. Information about the git-svn package on Kali Linux

Package: git-svn
Source: git
Version: 1:2.43.0-1
Installed-Size: 1258
Maintainer: Jonathan Nieder
Architecture: all
Replaces: git (<< 1:1.8.3~rc1-1.)
Depends: git (>> 1:2.43.0), git (<< 1:2.43.0-.), libsvn-perl, libyaml-perl, libterm-readkey-perl
Suggests: git-doc, subversion
Breaks: git (<< 1:1.8.3~rc1-1.)
Size: 1091476
SHA256: 2010672f118bf66d9a467d80e8fc399fc788cb9ff97ef1c5f919f2870e0f36ec
SHA1: 7a1084afa712e4f8227629eb4e2102d610500f7f
MD5sum: 9390491ba25e4b735d4995b6b5f0f374
Description: fast, scalable, distributed revision control system (svn interoperability)
Git is popular version control system designed to handle very large
projects with speed and efficiency; it is used for many high profile
open source projects, most notably the Linux kernel.
.
Git falls in the category of distributed source code management tools.
Every Git working directory is a full-fledged repository with full
revision tracking capabilities, not dependent on network access or a
central server.
.
This package provides tools for interoperating with Subversion repositories,
and importing SVN development history.
Description-md5:
Multi-Arch: foreign
Homepage: https://git-scm.com/
Tag: implemented-in::perl, interface::commandline, network::client,
protocol::TODO, role::program, scope::utility,
works-with::software:source, works-with::vcs
Section: vcs
Priority: optional
Filename: pool/main/g/git/git-svn_2.43.0-1_all.deb