How To Install telepathy-salut on Fedora 36

In this tutorial we learn how to install telepathy-salut in Fedora 36. telepathy-salut is Link-local XMPP telepathy connection manager

Introduction

In this tutorial we learn how to install telepathy-salut on Fedora 36.

What is telepathy-salut

telepathy-salut is a Telepathy connection manager for link-local XMPP. Normally, XMPP does not support direct client-to-client interactions, since it requires authentication with a server. This package makes it is possible to establish an XMPP-like communications system on a local network using zero-configuration networking.

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

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

sudo dnf -y install telepathy-salut

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

sudo yum -y install telepathy-salut

How To Uninstall telepathy-salut on Fedora 36

To uninstall only the telepathy-salut package we can use the following command:

sudo dnf remove telepathy-salut

telepathy-salut Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/0dec7ae98a12f7001462507a6eac03abcd7ada
/usr/lib/.build-id/62
/usr/lib/.build-id/62/1dceaf92051f0fa9dcceec5a55c13d15c86525
/usr/lib/.build-id/73
/usr/lib/.build-id/73/8fad59f1128ca2b62513b3ee36ee0e9a888080
/usr/lib64/telepathy
/usr/lib64/telepathy/salut-0
/usr/lib64/telepathy/salut-0/lib
/usr/lib64/telepathy/salut-0/lib/libsalut-plugins-0.8.1.so
/usr/lib64/telepathy/salut-0/lib/libsalut-plugins.so
/usr/lib64/telepathy/salut-0/lib/libwocky-telepathy-salut-0.8.1.so
/usr/lib64/telepathy/salut-0/lib/libwocky.so
/usr/libexec/telepathy-salut
/usr/share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.salut.service
/usr/share/doc/telepathy-salut
/usr/share/doc/telepathy-salut/AUTHORS
/usr/share/doc/telepathy-salut/COPYING
/usr/share/doc/telepathy-salut/NEWS
/usr/share/doc/telepathy-salut/README
/usr/share/doc/telepathy-salut/clique.xml
/usr/share/man/man8/telepathy-salut.8.gz
/usr/share/telepathy/managers/salut.manager

References

Summary

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