How to Install and Uninstall systemd.src Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "systemd.src" package

This guide covers the steps necessary to install systemd.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install systemd.src

2. Uninstall "systemd.src" package

Here is a brief guide to show you how to uninstall systemd.src on Oracle Linux 8:

$ sudo dnf remove systemd.src $ sudo dnf autoremove

3. Information about the systemd.src package on Oracle Linux 8

Last metadata expiration check: 4:57:18 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : systemd
Version : 239
Release : 58.0.1.el8_6.4
Architecture : src
Size : 8.4 M
Source : None
Repository : ol8_baseos_latest
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.