How to Install and Uninstall gitweb Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "gitweb" package

In this section, we are going to explain the necessary steps to install gitweb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gitweb

2. Uninstall "gitweb" package

This is a short guide on how to uninstall gitweb on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the gitweb package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: gitweb
Architecture: all
Version: 1:2.7.4-0ubuntu1.10
Multi-Arch: foreign
Priority: optional
Section: universe/devel
Source: git
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Gerrit Pape
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 656
Pre-Depends: dpkg (>= 1.16.1~)
Depends: git (>> 1:2.7.4), git (<< 1:2.7.4-.), perl, apache2 | httpd | lynx-cur
Recommends: libhttp-date-perl | libtime-modules-perl
Suggests: httpd-cgi | libcgi-fast-perl, git-doc
Breaks: apache2.2-common
Filename: pool/universe/g/git/gitweb_2.7.4-0ubuntu1.10_all.deb
Size: 10642
MD5sum: 72f834b42204457b85c5509f7efdf484
SHA1: 5ee9c99736139baaeeb99b77f136af0e7d6ec1c6
SHA256: 49eba1aa090b50b4f343d9c8fa126146f483a6b20bf2d82f1c3d7863dfef9333
SHA512: 9d6d7bc5d9a3e60cfec99c84146c91c6d4fc00e0a903f9d4e1c31a999a3e4b2dd4675a43be8b271ee76a703b550891bb128be6e12e90849dcff6b0402038804f
Homepage: https://git-scm.com/
Description-en: 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: 2140d89702ec1cd621b41c71a95a910a

Package: gitweb
Priority: optional
Section: universe/devel
Installed-Size: 654
Maintainer: Ubuntu Developers
Original-Maintainer: Gerrit Pape
Architecture: all
Source: git
Version: 1:2.7.4-0ubuntu1
Depends: git (>> 1:2.7.4), git (<< 1:2.7.4-.), perl, apache2 | httpd | lynx-cur
Pre-Depends: dpkg (>= 1.16.1~)
Recommends: libhttp-date-perl | libtime-modules-perl
Suggests: httpd-cgi | libcgi-fast-perl, git-doc
Breaks: apache2.2-common
Filename: pool/universe/g/git/gitweb_2.7.4-0ubuntu1_all.deb
Size: 10632
MD5sum: b359630f63b5bea0ad46c03a9e0e1de0
SHA1: 2acfcf3f1cff2bc9ef45e59a6e874d80de954b61
SHA256: 75115f5d4e0ef304cf96fc664513a0884dd407bf074bbf244c97f04d049a3cb3
Description-en: 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: 2140d89702ec1cd621b41c71a95a910a
Multi-Arch: foreign
Homepage: https://git-scm.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu