How to Install and Uninstall gitaly Package on Kali Linux

Last updated: June 04,2024

1. Install "gitaly" package

Please follow the step by step instructions below to install gitaly on Kali Linux

$ sudo apt update $ sudo apt install gitaly

2. Uninstall "gitaly" package

This is a short guide on how to uninstall gitaly on Kali Linux:

$ sudo apt remove gitaly $ sudo apt autoclean && sudo apt autoremove

3. Information about the gitaly package on Kali Linux

Package: gitaly
Version: 16.8.2+ds3-2
Installed-Size: 277611
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), gitlab-common (= 16.8.2+ds3-2), pipexec, procps
Conflicts: libruby2.5
Size: 72774656
SHA256: 3545fe4f0c310130c7ec7b6e17e6561b74faed0ae1664363902bebab7136742c
SHA1: be989f46c6a2c47f705ddf865aac0194e085b9c5
MD5sum: 7b348d1c88265d909b21c17df5090a82
Description: Git RPC service for handling all the git calls made by GitLab
Gitaly makes the git data storage tier of large GitLab instances fast.
.
This is achieved by moving git operations as close to the data as possible and
Optimizing git services using caching.
.
Gitaly is a core service of gitlab.
Description-md5:
Homepage: https://gitlab.com/gitlab-org/gitaly
Section: net
Priority: optional
Filename: pool/main/g/gitaly/gitaly_16.8.2+ds3-2_amd64.deb

5. The same packages on other Linux Distributions