How to Install and Uninstall systemd Package on Kali Linux

Last updated: July 05,2024

1. Install "systemd" package

Please follow the instructions below to install systemd on Kali Linux

$ sudo apt update $ sudo apt install systemd

2. Uninstall "systemd" package

Please follow the guidelines below to uninstall systemd on Kali Linux:

$ sudo apt remove systemd $ sudo apt autoclean && sudo apt autoremove

3. Information about the systemd package on Kali Linux

Package: systemd
Version: 255.4-1
Installed-Size: 11168
Maintainer: Debian systemd Maintainers
Architecture: amd64
Provides: systemd-sysusers (= 255.4-1), systemd-tmpfiles (= 255.4-1)
Depends: libacl1 (>= 2.2.23), libapparmor1 (>= 2.13), libaudit1 (>= 1:2.2.1), libcryptsetup12 (>= 2:2.4), libfdisk1 (>= 2.33), libkmod2 (>= 15), libpam0g (>= 0.99.7.1), libseccomp2 (>= 2.3.1), libsystemd-shared (= 255.4-1), libsystemd0 (= 255.4-1), systemd-dev (>= 255.4-1), mount
Pre-Depends: libblkid1 (>= 2.30.2), libc6 (>= 2.36), libcap2 (>= 1:2.10), libgcrypt20 (>= 1.10.0), liblz4-1 (>= 0.0~r122), liblzma5 (>= 5.1.1alpha+20120614), libmount1 (>= 2.30), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.5)
Recommends: default-dbus-system-bus | dbus-system-bus, systemd-timesyncd | time-daemon
Suggests: systemd-container, systemd-homed, systemd-userdbd, systemd-boot, systemd-resolved, libfido2-1, libip4tc2, libp11-kit0, libqrencode4, libtss2-esys-3.0.2-0, libtss2-mu-4.0.1-0, libtss2-rc0, libtss2-tcti-device0, polkitd
Conflicts: consolekit, libpam-ck-connector, opensysusers, systemd-shim
Breaks: dracut (<< 059-5), less (<< 563), sicherboot (<< 0.1.6)
Size: 3528216
SHA256: e47bc0aaf9352e1c6a42cbab3ce2c920034f465aac4f984d2dfa085b1143bd94
SHA1: 515c1fd415f3928f43757ebaab17492db562333b
MD5sum: 2d4d9e9c44cb1130e8ed8d5ec3940aa1
Description: system and service manager
systemd is a system and service manager for Linux. It provides aggressive
parallelization capabilities, uses socket and D-Bus activation for starting
services, offers on-demand starting of daemons, keeps track of processes using
Linux control groups, maintains mount and automount points and implements an
elaborate transactional dependency-based service control logic.
.
Installing the systemd package will not switch your init system unless you
boot with init=/lib/systemd/systemd or install systemd-sysv in addition.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.freedesktop.org/wiki/Software/systemd
Tag: admin::boot, implemented-in::c, interface::daemon, role::program,
works-with::software:running
Section: admin
Priority: important
Filename: pool/main/s/systemd/systemd_255.4-1_amd64.deb