How To Install telepathy-logger on CentOS 7
Introduction
In this tutorial we learn how to install telepathy-logger on CentOS 7.
What is telepathy-logger
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. 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 or dnf to install telepathy-logger on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install telepathy-logger.
Install telepathy-logger on CentOS 7 Using yum
Update yum database with yum using the following command.
sudo yum makecache
After updating yum database, We can install telepathy-logger using yum by running the following command:
sudo yum -y install telepathy-logger
Install telepathy-logger on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf using the following command.
sudo dnf makecache
After updating yum database, We can install telepathy-logger using dnf by running the following command:
sudo dnf -y install telepathy-logger
How To Uninstall telepathy-logger on CentOS 7
To uninstall only the telepathy-logger package we can use the following command:
sudo dnf remove telepathy-logger
References
Summary
In this tutorial we learn how to install telepathy-logger on CentOS 7 using yum and dnf.