How to Install and Uninstall systemd.i686 Package on Rocky Linux 9

Last updated: May 18,2024

1. Install "systemd.i686" package

This is a short guide on how to install systemd.i686 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install systemd.i686

2. Uninstall "systemd.i686" package

In this section, we are going to explain the necessary steps to uninstall systemd.i686 on Rocky Linux 9:

$ sudo dnf remove systemd.i686 $ sudo dnf autoremove

3. Information about the systemd.i686 package on Rocky Linux 9

Last metadata expiration check: 0:37:19 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : systemd
Version : 252
Release : 18.el9.0.1.rocky
Architecture : i686
Size : 4.0 M
Source : systemd-252-18.el9.0.1.rocky.src.rpm
Repository : baseos
Summary : System and Service Manager
URL : https://systemd.io
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.