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

Last updated: May 17,2024

1. Install "git-daemon-sysvinit" package

This guide covers the steps necessary to install git-daemon-sysvinit on Kali Linux

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

2. Uninstall "git-daemon-sysvinit" package

Please follow the step by step instructions below to uninstall git-daemon-sysvinit on Kali Linux:

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

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

Package: git-daemon-sysvinit
Source: git
Version: 1:2.43.0-1
Installed-Size: 1026
Maintainer: Jonathan Nieder
Architecture: all
Depends: git (>> 1:2.43.0), git (<< 1:2.43.0-.), adduser, lsb-base (>= 3.0-6)
Conflicts: git-daemon-run
Size: 1018632
SHA256: 4661e5092504ac578c130e12962a919fce1f6f31d74306c6c22d02ce0fdeeb40
SHA1: 4b747205c3a6ddb5eecf3e4a2e6efda691937d5a
MD5sum: e3277a0cdfb29e757bf6b31253580e19
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 sysvinit service
for running git-daemon permanently. Unlike git-daemon-run, this
package provides the usual sysvinit service management commands
("service git-daemon start/stop") for git-daemon.
Description-md5:
Multi-Arch: foreign
Homepage: https://git-scm.com/
Section: vcs
Priority: optional
Filename: pool/main/g/git/git-daemon-sysvinit_2.43.0-1_all.deb