How to Install and Uninstall gitolite3.noarch Package on Oracle Linux 9

Last updated: September 20,2024

1. Install "gitolite3.noarch" package

Please follow the guidelines below to install gitolite3.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install gitolite3.noarch

2. Uninstall "gitolite3.noarch" package

This is a short guide on how to uninstall gitolite3.noarch on Oracle Linux 9:

$ sudo dnf remove gitolite3.noarch $ sudo dnf autoremove

3. Information about the gitolite3.noarch package on Oracle Linux 9

Last metadata expiration check: 0:27:43 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : gitolite3
Epoch : 1
Version : 3.6.13
Release : 1.el9
Architecture : noarch
Size : 126 k
Source : gitolite3-3.6.13-1.el9.src.rpm
Repository : epel
Summary : Highly flexible server for git directory version tracker
URL : http://github.com/sitaramc/gitolite
License : GPL-2.0-only AND CC-BY-SA-1.0
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.