How To Install systemd-standalone-tmpfiles on Fedora 36

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

Introduction

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

What is systemd-standalone-tmpfiles

Standalone tmpfiles 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-tmpfiles on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install systemd-standalone-tmpfiles.

Install systemd-standalone-tmpfiles 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-tmpfiles using dnf by running the following command:

sudo dnf -y install systemd-standalone-tmpfiles

Install systemd-standalone-tmpfiles 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-tmpfiles using yum by running the following command:

sudo yum -y install systemd-standalone-tmpfiles

How To Uninstall systemd-standalone-tmpfiles on Fedora 36

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

sudo dnf remove systemd-standalone-tmpfiles

systemd-standalone-tmpfiles Package Contents on Fedora 36

/usr/bin/systemd-tmpfiles
/usr/lib/.build-id
/usr/lib/.build-id/0f/658cc1b7e0c0bf6f4d3d7c65c512896d9a4f23

References

Summary

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