How to Install and Uninstall systemd.x86_64 Package on CentOS Stream 8

Last updated: May 14,2024

1. Install "systemd.x86_64" package

Please follow the guidance below to install systemd.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install systemd.x86_64

2. Uninstall "systemd.x86_64" package

Please follow the instructions below to uninstall systemd.x86_64 on CentOS Stream 8:

$ sudo dnf remove systemd.x86_64 $ sudo dnf autoremove

3. Information about the systemd.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:12:41 ago on Sun Feb 25 03:03:59 2024.
Installed Packages
Name : systemd
Version : 239
Release : 79.el8
Architecture : x86_64
Size : 11 M
Source : systemd-239-79.el8.src.rpm
Repository : @System
Summary : System and Service Manager
URL : http://www.freedesktop.org/wiki/Software/systemd
License : LGPLv2+ and MIT and GPLv2+
Description : systemd is a system and service manager that runs as PID 1 and starts
: the rest of the system. 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 supports SysV and LSB init scripts and works as a
: replacement for sysvinit. Other parts of this package are a logging daemon,
: utilities to control basic system configuration like the hostname,
: date, locale, maintain a list of logged-in users, system accounts,
: runtime directories and settings, and daemons to manage simple network
: configuration, network time synchronization, log forwarding, and name
: resolution.