How to Install and Uninstall systemd Package on Ubuntu 21.10 (Impish Indri)

Last updated: July 06,2024

1. Install "systemd" package

This tutorial shows how to install systemd on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install systemd

2. Uninstall "systemd" package

Please follow the guidelines below to uninstall systemd on Ubuntu 21.10 (Impish Indri):

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

3. Information about the systemd package on Ubuntu 21.10 (Impish Indri)

Package: systemd
Architecture: amd64
Version: 248.3-1ubuntu8
Multi-Arch: foreign
Priority: important
Section: admin
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian systemd Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 15700
Pre-Depends: libblkid1 (>= 2.24), libc6 (>= 2.34), libcap2 (>= 1:2.24-9~), libgcrypt20 (>= 1.8.0), liblz4-1 (>= 0.0~r122), liblzma5 (>= 5.1.1alpha+20120614), libselinux1 (>= 3.1~), libzstd1 (>= 1.4.0)
Depends: libacl1 (>= 2.2.23), libapparmor1 (>= 2.13), libaudit1 (>= 1:2.2.1), libcrypt1 (>= 1:4.4.0), libcryptsetup12 (>= 2:2.3), libgnutls30 (>= 3.7.0), libgpg-error0 (>= 1.14), libip4tc2 (>= 1.8.3), libkmod2 (>= 5~), liblz4-1 (>= 0.0~r130), libmount1 (>= 2.30), libpam0g (>= 0.99.7.1), libseccomp2 (>= 2.4.1), libsystemd0 (= 248.3-1ubuntu8), systemd-timesyncd | time-daemon, util-linux (>= 2.27.1), mount (>= 2.26), adduser
Recommends: dbus, networkd-dispatcher
Suggests: systemd-container, policykit-1
Conflicts: consolekit, libpam-ck-connector, systemd-shim, upstart
Breaks: isc-dhcp-client (<< 4.4.1-2.1ubuntu7), python-dbusmock (<< 0.18), python3-dbusmock (<< 0.18), resolvconf (<< 1.83~), systemd-shim (<< 10-4~), udev (<< 247~)
Filename: pool/main/s/systemd/systemd_248.3-1ubuntu8_amd64.deb
Size: 4401842
MD5sum: 28a56fbf3bdd3b4cb6b3d8713244f301
SHA1: a19b9b943c6f1a3ba469e4d3a08aab2d7223fe28
SHA256: 5edcb1ad14b4d0983f1ab602455399d580576968f73fbf56ef348ea649bc75d6
SHA512: 86cadd63969a5b32ebc7fa95ac57f5091ece08f005247f2696ba5b2b327924a035f929ec338c5a3373f5a9bbc0ad18b099393313f6473384726b092625e637b4
Homepage: https://www.freedesktop.org/wiki/Software/systemd
Description-en: 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.
.
systemd is compatible with SysV and LSB init scripts and can work as a
drop-in replacement for sysvinit.
.
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: 19399579cbc0c47a303288bf15eadcd4
Task: minimal, server-minimal