How To Install systemd-standalone-sysusers on Fedora 36

In this tutorial we learn how to install systemd-standalone-sysusers in Fedora 36. systemd-standalone-sysusers is Standalone sysusers binary for use in non-systemd systems

Introduction

In this tutorial we learn how to install systemd-standalone-sysusers on Fedora 36.

What is systemd-standalone-sysusers

Standalone sysusers binary with no dependencies on the systemd-shared library or other libraries from systemd-libs. This package conflicts with the main systemd package and is meant for use in non-systemd systems.

We can use yum or dnf to install systemd-standalone-sysusers on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install systemd-standalone-sysusers.

Install systemd-standalone-sysusers on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install systemd-standalone-sysusers using dnf by running the following command:

sudo dnf -y install systemd-standalone-sysusers

Install systemd-standalone-sysusers on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install systemd-standalone-sysusers using yum by running the following command:

sudo yum -y install systemd-standalone-sysusers

How To Uninstall systemd-standalone-sysusers on Fedora 36

To uninstall only the systemd-standalone-sysusers package we can use the following command:

sudo dnf remove systemd-standalone-sysusers

systemd-standalone-sysusers Package Contents on Fedora 36

/usr/bin/systemd-sysusers
/usr/lib/.build-id
/usr/lib/.build-id/68
/usr/lib/.build-id/68/feaad1e8be397a1a4b447eaddb9ec00c0aee3e

References

Summary

In this tutorial we learn how to install systemd-standalone-sysusers on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).