How to Install and Uninstall gitolite3.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 26,2024
1. Install "gitolite3.noarch" package
This guide covers the steps necessary to install gitolite3.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
gitolite3.noarch
Copied
2. Uninstall "gitolite3.noarch" package
In this section, we are going to explain the necessary steps to uninstall gitolite3.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
gitolite3.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the gitolite3.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:14:14 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : gitolite3
Epoch : 1
Version : 3.6.13
Release : 1.el8
Architecture : noarch
Size : 138 k
Source : gitolite3-3.6.13-1.el8.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.
Available Packages
Name : gitolite3
Epoch : 1
Version : 3.6.13
Release : 1.el8
Architecture : noarch
Size : 138 k
Source : gitolite3-3.6.13-1.el8.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.