How to Install and Uninstall systemctl Package on Kali Linux

Last updated: May 21,2024

1. Install "systemctl" package

Please follow the guidance below to install systemctl on Kali Linux

$ sudo apt update $ sudo apt install systemctl

2. Uninstall "systemctl" package

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

$ sudo apt remove systemctl $ sudo apt autoclean && sudo apt autoremove

3. Information about the systemctl package on Kali Linux

Package: systemctl
Source: docker-systemctl-replacement
Version: 1.4.4181-1.1
Installed-Size: 272
Maintainer: Dmitry Smirnov
Architecture: all
Depends: python3:any
Recommends: procps
Suggests: tini | dumb-init
Conflicts: systemd
Size: 79836
SHA256: 9538e028d11a96e1e9294b8542bb36884bd2e27c202b2fab00369031cda7df8f
SHA1: 0ea782cb458de14b7cf631b733fdda8475b2d5bf
MD5sum: 138f9860d5276ba1830533e8829761e2
Description: daemonless "systemctl" command to manage services without systemd
"systemctl" is a replacement command to control system daemons without
systemd. "systemctl" is useful in application containers where systemd is
not available to start/stop services.
.
This script can also be run as init of an application container (i.e. the
main "CMD" on PID 1) where it will automatically bring up all enabled
services in the "multi-user.target" and where it will reap all zombies
from background processes in the container. When stopping such a container
it will also bring down all configured services correctly before exit.
Description-md5:
Homepage: https://github.com/gdraheim/docker-systemctl-replacement
Section: admin
Priority: optional
Filename: pool/main/d/docker-systemctl-replacement/systemctl_1.4.4181-1.1_all.deb