How to Install and Uninstall gitweb Package on Kali Linux

Last updated: May 14,2024

1. Install "gitweb" package

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

$ sudo apt update $ sudo apt install gitweb

2. Uninstall "gitweb" package

Please follow the guidance below to uninstall gitweb on Kali Linux:

$ sudo apt remove gitweb $ sudo apt autoclean && sudo apt autoremove

3. Information about the gitweb package on Kali Linux

Package: gitweb
Source: git
Version: 1:2.43.0-1
Installed-Size: 1031
Maintainer: Jonathan Nieder
Architecture: all
Depends: git (>> 1:2.43.0), git (<< 1:2.43.0-.), perl, libcgi-pm-perl
Recommends: apache2 (>= 2.4.6-4~) | lynx | httpd, libhttp-date-perl | libtime-parsedate-perl
Suggests: httpd-cgi | libcgi-fast-perl, git-doc
Breaks: apache2.2-common (<< 2.3~)
Size: 1019444
SHA256: 866f7827ddb90aa658b87b86a04ae12e4a6ac90300260d5f38cdfc4c97636514
SHA1: 6662cb46e923172421e0b079b8ae2cd2c23a29de
MD5sum: f2ee7982031e1f639ab2d67d5b3b3795
Description: fast, scalable, distributed revision control system (web interface)
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 configures a web interface for browsing git repositories.
.
If apache2 is installed, the web interface is automatically made
available at http://localhost/gitweb. Other servers that support CGI
or mod_perl are supported through manual configuration.
.
If libcgi-fast-perl is installed, gitweb can also be run over FastCGI
(and served by nginx, for example).
Description-md5:
Multi-Arch: foreign
Homepage: https://git-scm.com/
Tag: devel::rcs, interface::web, role::program, use::browsing
Section: vcs
Priority: optional
Filename: pool/main/g/git/gitweb_2.43.0-1_all.deb