How To Install tang on Fedora 36

In this tutorial we learn how to install tang in Fedora 36. tang is Network Presence Binding Daemon

Introduction

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

What is tang

Tang is a small daemon for binding data to the presence of a third party.

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

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

sudo dnf -y install tang

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

sudo yum -y install tang

How To Uninstall tang on Fedora 36

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

sudo dnf remove tang

tang Package Contents on Fedora 36

/usr/bin/tang-show-keys
/usr/lib/.build-id
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/6ac5baf2def9d22e98e5169a4ce2b812499f9a
/usr/lib/systemd/system/tangd.socket
/usr/lib/systemd/system/[email protected]
/usr/libexec/tangd
/usr/libexec/tangd-keygen
/usr/libexec/tangd-rotate-keys
/usr/share/licenses/tang
/usr/share/licenses/tang/COPYING
/usr/share/man/man1/tang-show-keys.1.gz
/usr/share/man/man1/tangd-rotate-keys.1.gz
/usr/share/man/man8/tang.8.gz
/var/db/tang

References

Summary

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