How to Install and Uninstall systemd.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 28,2024

1. Install "systemd.x86_64" package

Please follow the step by step instructions below to install systemd.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install systemd.x86_64

2. Uninstall "systemd.x86_64" package

Please follow the steps below to uninstall systemd.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove systemd.x86_64 $ sudo yum autoremove

3. Information about the systemd.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : systemd
Arch : x86_64
Version : 219
Release : 78.el7_9.3
Size : 23 M
Repo : installed
From repo : updates
Summary : A 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 for Linux, compatible with
: SysV and LSB init scripts. systemd 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 cgroups, supports snapshotting and
: restoring of the system state, maintains mount and automount
: points and implements an elaborate transactional dependency-based
: service control logic. It can work as a drop-in replacement for
: sysvinit.