How to Install and Uninstall cgit Package on Kali Linux

Last updated: May 11,2024

1. Install "cgit" package

This tutorial shows how to install cgit on Kali Linux

$ sudo apt update $ sudo apt install cgit

2. Uninstall "cgit" package

Please follow the guidelines below to uninstall cgit on Kali Linux:

$ sudo apt remove cgit $ sudo apt autoclean && sudo apt autoremove

3. Information about the cgit package on Kali Linux

Package: cgit
Version: 1.2.3+git20221219.50.91f2590+git2.39.1-1
Installed-Size: 2388
Maintainer: Debian cgit Maintainers
Architecture: amd64
Depends: libc6 (>= 2.34), liblua5.1-0, zlib1g (>= 1:1.2.2)
Recommends: apache2 (>= 2.4.6-4~) | httpd
Suggests: python3, python3-docutils, python3-markdown, python3-pygments | highlight
Size: 991184
SHA256: e39d51909d1aa7ab5327eeae64ad18bad60f55b529ef840cafbb614754a5a191
SHA1: 2f915359cf1177d800b77a12aebfde1cb21163a8
MD5sum: 9f70d53ea6328fa49e24ab07a16ca63e
Description: hyperfast web frontend for git repositories written in C
This is an attempt to create a fast web interface for the Git SCM, using a
built-in cache to decrease server I/O pressure.
.
Features:
* basic repository browsing (logs, diffs, trees...)
* caching of generated HTML
* cloneable URLs (implements dumb HTTP transport)
* commit feeds (atom format)
* discovery of Git repositories
* on-the-fly archives for tags and commits
* plugin support for e.g. syntax highlighting
* side-by-side diffs
* simple time/author statistics
* simple virtual hosting support (macro expansion)
* understands GitWeb project-lists
* understands gitweb.owner in Git config files
* has extensive filtering framework using scripts or a built-in Lua
interpreter
Description-md5:
Multi-Arch: foreign
Homepage: https://git.zx2c4.com/cgit/
Section: net
Priority: optional
Filename: pool/main/c/cgit/cgit_1.2.3+git20221219.50.91f2590+git2.39.1-1_amd64.deb