How to Install and Uninstall gitolite3.noarch Package on AlmaLinux 8

Last updated: May 05,2024

1. Install "gitolite3.noarch" package

This tutorial shows how to install gitolite3.noarch on AlmaLinux 8

$ sudo dnf update $ sudo dnf install gitolite3.noarch

2. Uninstall "gitolite3.noarch" package

This guide covers the steps necessary to uninstall gitolite3.noarch on AlmaLinux 8:

$ sudo dnf remove gitolite3.noarch $ sudo dnf autoremove

3. Information about the gitolite3.noarch package on AlmaLinux 8

Last metadata expiration check: 0:59:19 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : gitolite3
Epoch : 1
Version : 3.6.12
Release : 1.el8
Architecture : noarch
Size : 136 k
Source : gitolite3-3.6.12-1.el8.src.rpm
Repository : epel
Summary : Highly flexible server for git directory version tracker
URL : http://github.com/sitaramc/gitolite
License : GPLv2 and CC-BY-SA
Description : Gitolite allows a server to host many git repositories and provide access
: to many developers, without having to give them real userids on the server.
: The essential magic in doing this is ssh's pubkey access and the authorized
: keys file, and the inspiration was an older program called gitosis.
:
: Gitolite can restrict who can read from (clone/fetch) or write to (push) a
: repository. It can also restrict who can push to what branch or tag, which
: is very important in a corporate environment. Gitolite can be installed
: without requiring root permissions, and with no additional software than git
: itself and perl. It also has several other neat features described below and
: elsewhere in the doc/ directory.