How to Install and Uninstall gitk Package on Kali Linux

Last updated: April 28,2024

1. Install "gitk" package

This tutorial shows how to install gitk on Kali Linux

$ sudo apt update $ sudo apt install gitk

2. Uninstall "gitk" package

Learn how to uninstall gitk on Kali Linux:

$ sudo apt remove gitk $ sudo apt autoclean && sudo apt autoremove

3. Information about the gitk package on Kali Linux

Package: gitk
Source: git
Version: 1:2.43.0-1
Installed-Size: 1838
Maintainer: Jonathan Nieder
Architecture: all
Depends: git (>> 1:2.43.0), git (<< 1:2.43.0-.), tk
Suggests: git-doc
Size: 1152144
SHA256: db285fe4816c95c03dcf76213c7c920ccd7cb6b5740b4f7f2ebfa3ea52644ab4
SHA1: dd53613c7b21246bff73ce1c0f82459dffbf0369
MD5sum: 635fe23b417272e826178548e277a493
Description: fast, scalable, distributed revision control system (revision tree visualizer)
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 gitk program, a tcl/tk revision tree visualizer.
Description-md5:
Multi-Arch: foreign
Homepage: https://git-scm.com/
Tag: implemented-in::tcl, interface::commandline, interface::graphical,
interface::x11, role::program, scope::utility, uitoolkit::tk,
use::browsing, use::viewing, works-with::software:source,
works-with::vcs, x11::application
Section: vcs
Priority: optional
Filename: pool/main/g/git/gitk_2.43.0-1_all.deb