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

Last updated: May 07,2024

1. Install "git-gui" package

This guide let you learn how to install git-gui on Kali Linux

$ sudo apt update $ sudo apt install git-gui

2. Uninstall "git-gui" package

This guide covers the steps necessary to uninstall git-gui on Kali Linux:

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

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

Package: git-gui
Source: git
Version: 1:2.43.0-1
Installed-Size: 2429
Maintainer: Jonathan Nieder
Architecture: all
Depends: git (>> 1:2.43.0), git (<< 1:2.43.0-.), tk
Recommends: gitk
Suggests: git-doc, aspell, meld
Size: 1233632
SHA256: c1c91208fa80d20a99a1a372fe676d32394afba707f184d76180f667b01e0af0
SHA1: b9bf1af69418ba5c58b2d8b86fe7e76f96c22b21
MD5sum: be79b28926744951e7b73a50422cd790
Description: fast, scalable, distributed revision control system (GUI)
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 the git graphical user interface.
.
If aspell is installed, it can check the spelling of commit messages
as the user types.
.
If meld is installed, it can be used for displaying diffs and for
interactive merge conflict resolution.
Description-md5:
Multi-Arch: foreign
Homepage: https://git-scm.com/
Tag: devel::rcs, implemented-in::tcl, interface::graphical, interface::x11,
role::program, uitoolkit::tk, use::downloading, use::editing,
use::storing, use::synchronizing, use::viewing, works-with::file,
works-with::software:source, works-with::vcs, x11::application
Section: vcs
Priority: optional
Filename: pool/main/g/git/git-gui_2.43.0-1_all.deb