How to Install and Uninstall systemd Package on openSUSE Leap

Last updated: May 05,2024

1. Install "systemd" package

Please follow the steps below to install systemd on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install systemd

2. Uninstall "systemd" package

Please follow the steps below to uninstall systemd on openSUSE Leap:

$ sudo zypper remove systemd

3. Information about the systemd package on openSUSE Leap

Information for package systemd:
--------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : systemd
Version : 249.17-150400.8.40.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 10.6 MiB
Installed : No
Status : not installed
Source package : systemd-249.17-150400.8.40.1.src
Upstream URL : http://www.freedesktop.org/wiki/Software/systemd
Summary : A System and Session Manager
Description :
Systemd is a system and service manager, compatible with SysV and LSB
init scripts for Linux. 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.