How to Install and Uninstall gitolite3 Package on Kali Linux

Last updated: May 16,2024

1. Install "gitolite3" package

This guide let you learn how to install gitolite3 on Kali Linux

$ sudo apt update $ sudo apt install gitolite3

2. Uninstall "gitolite3" package

Please follow the steps below to uninstall gitolite3 on Kali Linux:

$ sudo apt remove gitolite3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the gitolite3 package on Kali Linux

Package: gitolite3
Version: 3.6.12-1
Installed-Size: 417
Maintainer: David Bremner
Architecture: all
Depends: adduser, debconf (>= 0.5) | debconf-2.0, git (>= 1:1.7.0.4) | git-core (>= 1:1.6.2), libjson-perl, openssh-client, openssh-server | ssh-server, perl (>= 5.6.0-16)
Suggests: git-daemon-sysvinit, gitweb
Size: 111892
SHA256: 3456beb2a16a7f80ee01e24e96d0656c7aedeb6c52151ccd7c5328a9e9af4eef
SHA1: f04b8f96b197b86832375e24d35e3839ddce652c
MD5sum: 421e6f5638dffe432eafc5b70f69991f
Description: SSH-based gatekeeper for git repositories (version 3)
Gitolite is an SSH-based gatekeeper providing access control for a server that
hosts many git repositories. Without gitolite,
each developer needing to push to one of the repositories hosted would need a
user account on that server; gitolite lets you do that just using
SSH public keys tied to a single, common, user that hosts all the
repositories.
.
Gitolite can restrict who can read (clone/fetch) from or write
(push) to a repository, and who can push to what branch or tag - an
important issue in corporate environments. Other features include:
* access control by branch-name or by modified file/directory;
* per-developer "personal namespace" prefixes;
* simple but powerful configuration file syntax (with validation);
* config files (and authority for maintaining them) can be split;
* easy integration with gitweb;
* comprehensive logging;
* easy migration from gitosis.
Description-md5:
Homepage: http://github.com/sitaramc/gitolite
Section: vcs
Priority: optional
Filename: pool/main/g/gitolite3/gitolite3_3.6.12-1_all.deb