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

Last updated: May 18,2024

1. Install "git-all" package

This tutorial shows how to install git-all on Kali Linux

$ sudo apt update $ sudo apt install git-all

2. Uninstall "git-all" package

Learn how to uninstall git-all on Kali Linux:

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

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

Package: git-all
Source: git
Version: 1:2.43.0-1
Installed-Size: 1010
Maintainer: Jonathan Nieder
Architecture: all
Depends: git (>> 1:2.43.0), git (<< 1:2.43.0-.), git-doc, git-cvs, git-mediawiki, git-svn, git-email, git-gui, gitk, gitweb
Suggests: git-daemon-run | git-daemon-sysvinit
Size: 1015824
SHA256: 3d53ad447cb599cfbf0279dd06e879470e4f7a0ccc0269460f5479b769b44f86
SHA1: e2127127a78efe8bbddd3e2b75b0422ac0e8a314
MD5sum: ec82e3dea2b2594f307d84cbd8e7e611
Description: fast, scalable, distributed revision control system (all subpackages)
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 is a dummy package which brings in all subpackages.
Description-md5:
Multi-Arch: foreign
Homepage: https://git-scm.com/
Tag: devel::rcs, role::metapackage
Section: vcs
Priority: optional
Filename: pool/main/g/git/git-all_2.43.0-1_all.deb