How To Install skydns on Fedora 36

In this tutorial we learn how to install skydns in Fedora 36. skydns is DNS service discovery for etcd

Introduction

In this tutorial we learn how to install skydns on Fedora 36.

What is skydns

DNS service discovery for etcd.

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

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

sudo dnf -y install skydns

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

sudo yum -y install skydns

How To Uninstall skydns on Fedora 36

To uninstall only the skydns package we can use the following command:

sudo dnf remove skydns

skydns Package Contents on Fedora 36

/etc/skydns
/etc/skydns/skydns.conf
/usr/bin/skydns
/usr/lib/.build-id
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/7c91150ae6820866ccb8de67686810f3b0c42f
/usr/lib/systemd/system/skydns.service
/usr/lib/systemd/system/skydns.socket
/usr/share/doc/skydns
/usr/share/doc/skydns/AUTHORS
/usr/share/doc/skydns/CONTRIBUTORS
/usr/share/doc/skydns/README.md
/usr/share/licenses/skydns
/usr/share/licenses/skydns/LICENSE
/var/lib/skydns

References

Summary

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