How To Install unbound-libs on Fedora 36

In this tutorial we learn how to install unbound-libs in Fedora 36. unbound-libs is Libraries used by the unbound server and client applications

Introduction

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

What is unbound-libs

Contains libraries used by the unbound server and client applications

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

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

sudo dnf -y install unbound-libs

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

sudo yum -y install unbound-libs

How To Uninstall unbound-libs on Fedora 36

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

sudo dnf remove unbound-libs

unbound-libs Package Contents on Fedora 36

/etc/unbound
/etc/unbound/icannbundle.pem
/etc/unbound/root.key
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/e583e16d0f5ef34ff14a5e05e33deb62d6c4c2
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/1484ffe0df87421a8f92b71cbb3278ecedd570
/usr/lib/systemd/system/unbound-anchor.service
/usr/lib/systemd/system/unbound-anchor.timer
/usr/lib64/libunbound.so.8
/usr/lib64/libunbound.so.8.1.13
/usr/sbin/unbound-anchor
/usr/share/doc/unbound-libs
/usr/share/doc/unbound-libs/README
/usr/share/licenses/unbound-libs
/usr/share/licenses/unbound-libs/LICENSE
/usr/share/man/man8/unbound-anchor.8.gz
/var/lib/unbound
/var/lib/unbound/root.key
/etc/unbound
/etc/unbound/icannbundle.pem
/etc/unbound/root.key
/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/fc368cf7608101473e64fe413b18f9a382a624
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/b64b8e5a2d4438a60da44f87261dcb234139f7
/usr/lib/systemd/system/unbound-anchor.service
/usr/lib/systemd/system/unbound-anchor.timer
/usr/lib64/libunbound.so.8
/usr/lib64/libunbound.so.8.1.15
/usr/sbin/unbound-anchor
/usr/share/doc/unbound-libs
/usr/share/doc/unbound-libs/README
/usr/share/licenses/unbound-libs
/usr/share/licenses/unbound-libs/LICENSE
/usr/share/man/man8/unbound-anchor.8.gz
/var/lib/unbound
/var/lib/unbound/root.key

References

Summary

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