How to Install and Uninstall git-daemon-run Package on Kali Linux

Last updated: July 05,2024

1. Install "git-daemon-run" package

This guide let you learn how to install git-daemon-run on Kali Linux

$ sudo apt update $ sudo apt install git-daemon-run

2. Uninstall "git-daemon-run" package

Learn how to uninstall git-daemon-run on Kali Linux:

$ sudo apt remove git-daemon-run $ sudo apt autoclean && sudo apt autoremove

3. Information about the git-daemon-run package on Kali Linux

Package: git-daemon-run
Source: git
Version: 1:2.43.0-1
Installed-Size: 1022
Maintainer: Jonathan Nieder
Architecture: all
Depends: git (>> 1:2.43.0), git (<< 1:2.43.0-.), runit, adduser
Conflicts: git-daemon-sysvinit
Size: 1017420
SHA256: 83175ced682961b22189183e0365d09a82237e264457776caa2c54754e30251a
SHA1: 96757008a34d4aefb1dad0489da2255813e1a0e5
MD5sum: 1976f53aa7e07da7d6f09bb5057d6438
Description: fast, scalable, distributed revision control system (git-daemon service)
Git is popular version control system designed to handle very large
projects with speed and efficiency; it is used for many high profile
open source projects, most notably the Linux kernel.
.
Git falls in the category of distributed source code management tools.
Every Git working directory is a full-fledged repository with full
revision tracking capabilities, not dependent on network access or a
central server.
.
git-daemon, as provided by the git package, is a simple server for git
repositories, ideally suited for read-only updates, i.e. pulling from git
repositories through the network. This package provides a runit service
for running git-daemon permanently. This configuration is simpler and
more reliable than git-daemon-sysvinit, at a cost of being less
familiar for administrators accustomed to sysvinit.
Description-md5:
Multi-Arch: foreign
Homepage: https://git-scm.com/
Tag: devel::rcs, implemented-in::shell, interface::daemon, network::server,
network::service, protocol::tcp, role::TODO, role::program, use::TODO,
use::configuring, use::proxying, works-with::vcs
Section: vcs
Priority: optional
Filename: pool/main/g/git/git-daemon-run_2.43.0-1_all.deb