How To Install systemd-libs on Fedora 36

In this tutorial we learn how to install systemd-libs in Fedora 36. systemd-libs is systemd libraries

Introduction

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

What is systemd-libs

Libraries for systemd and udev.

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

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

sudo dnf -y install systemd-libs

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

sudo yum -y install systemd-libs

How To Uninstall systemd-libs on Fedora 36

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

sudo dnf remove systemd-libs

systemd-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/24
/usr/lib/.build-id/24/eb693389d2fadb98e93c9456d656586d354488
/usr/lib/.build-id/70
/usr/lib/.build-id/70/3bc33d589c807dd4ea672c691b741092fb913c
/usr/lib/.build-id/94
/usr/lib/.build-id/94/4ba10ae183337f0ab0afb46b67a4cf21e8b624
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/b43357f66abe3173614947fc45b8c249a45b1f
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/88c2944c7b4aaa63f949422d5c10257a961ab2
/usr/lib64/libnss_myhostname.so.2
/usr/lib64/libnss_resolve.so.2
/usr/lib64/libnss_systemd.so.2
/usr/lib64/libsystemd.so.0
/usr/lib64/libsystemd.so.0.33.0
/usr/lib64/libudev.so.1
/usr/lib64/libudev.so.1.7.3
/usr/share/licenses/systemd
/usr/share/licenses/systemd/LICENSE.LGPL2.1
/usr/share/man/man8/libnss_myhostname.so.2.8.gz
/usr/share/man/man8/libnss_resolve.so.2.8.gz
/usr/share/man/man8/libnss_systemd.so.2.8.gz

References

Summary

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