How to Install and Uninstall systemd Package on openSuSE Tumbleweed

Last updated: May 05,2024

1. Install "systemd" package

This guide covers the steps necessary to install systemd on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install systemd

2. Uninstall "systemd" package

Here is a brief guide to show you how to uninstall systemd on openSuSE Tumbleweed:

$ sudo zypper remove systemd

3. Information about the systemd package on openSuSE Tumbleweed

Information for package systemd:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : systemd
Version : 254.9-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 11.0 MiB
Installed : No
Status : not installed
Source package : systemd-254.9-2.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.