How To Install telepathy-logger.i686 on Amazon Linux 2

In this tutorial we learn how to install telepathy-logger.i686 in Amazon Linux 2. telepathy-logger.i686 is Telepathy framework logging daemon

Introduction

In this tutorial we learn how to install telepathy-logger.i686 on Amazon Linux 2.

What is telepathy-logger.i686

telepathy-logger is a headless Observer client that logs information received by the Telepathy framework. It features pluggable backends to log different sorts of messages, in different formats.

We can use yum to install telepathy-logger.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install telepathy-logger.i686.

Install telepathy-logger.i686 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install telepathy-logger.i686 using yum by running the following command:

sudo yum -y install telepathy-logger.i686

How To Uninstall telepathy-logger.i686 on Amazon Linux 2

To uninstall only the telepathy-logger.i686 package we can use the following command:

sudo yum remove telepathy-logger.i686

telepathy-logger.i686 Package Contents on Amazon Linux 2

/usr/lib/girepository-1.0/TelepathyLogger-0.2.typelib
/usr/lib/libtelepathy-logger.so.3
/usr/lib/libtelepathy-logger.so.3.3.0
/usr/libexec/telepathy-logger
/usr/share/dbus-1/services/org.freedesktop.Telepathy.Client.Logger.service
/usr/share/dbus-1/services/org.freedesktop.Telepathy.Logger.service
/usr/share/doc/telepathy-logger-0.8.0
/usr/share/doc/telepathy-logger-0.8.0/COPYING
/usr/share/doc/telepathy-logger-0.8.0/NEWS
/usr/share/doc/telepathy-logger-0.8.0/README
/usr/share/glib-2.0/schemas/org.freedesktop.Telepathy.Logger.gschema.xml
/usr/share/telepathy/clients/Logger.client

References

Summary

In this tutorial we learn how to install telepathy-logger.i686 on Amazon Linux 2 using yum.