How to Install and Uninstall tig Package on Kali Linux

Last updated: May 02,2024

1. Install "tig" package

Here is a brief guide to show you how to install tig on Kali Linux

$ sudo apt update $ sudo apt install tig

2. Uninstall "tig" package

This guide let you learn how to uninstall tig on Kali Linux:

$ sudo apt remove tig $ sudo apt autoclean && sudo apt autoremove

3. Information about the tig package on Kali Linux

Package: tig
Version: 2.5.8-1
Installed-Size: 1197
Maintainer: Sebastian Harl
Architecture: amd64
Depends: git (>= 1:1.7.0.4-2~) | git-core (>= 1:1.5.4), libc6 (>= 2.34), libncursesw6 (>= 6), libpcre2-8-0 (>= 10.22), libpcre2-posix3 (>= 10.34), libreadline8 (>= 6.3), libtinfo6 (>= 6)
Enhances: git
Size: 374136
SHA256: e9ca01b80d8292f2737117a5001615cc6fdb07f8a1543e2ab0706f602ecc1323
SHA1: ea5b0a00f95580c7041108e6f22bc8b56536cdab
MD5sum: 21e2397e5c650b065b13bfeeb63d64f4
Description: ncurses-based text-mode interface for Git
This package contains a text-mode interface for the version control system
Git. It may be used to browse the history and contents of a repository.
.
The following main features are supported:
- View revision logs, commit messages, diffstats, diffs, archive trees and
file contents.
- Visualize revision graphs.
- Stage / unstage changes and add untracked files.
- Merge files.
- Cherry-pick commits.
.
tig may also be used as a pager. It reads input from stdin and colorizes it.
Description-md5:
Homepage: https://jonas.github.io/tig/
Tag: devel::rcs, implemented-in::c, interface::text-mode, role::program,
uitoolkit::ncurses, use::viewing, works-with::software:source,
works-with::vcs
Section: vcs
Priority: optional
Filename: pool/main/t/tig/tig_2.5.8-1_amd64.deb