How To Install pidgin-groupchat-typing-notifications on CentOS 7

In this tutorial we learn how to install pidgin-groupchat-typing-notifications on CentOS 7. pidgin-groupchat-typing-notifications is Adds typing notifications for group chats in Pidgin

Introduction

In this tutorial we learn how to install pidgin-groupchat-typing-notifications on CentOS 7.

What is pidgin-groupchat-typing-notifications

Adds typing notifications for multi-user group chats in Pidgin. Currently only tested as working with the Hangouts plugin, but support for other protocols will come later.

We can use yum or dnf to install pidgin-groupchat-typing-notifications on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install pidgin-groupchat-typing-notifications.

Install pidgin-groupchat-typing-notifications on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install pidgin-groupchat-typing-notifications using yum by running the following command:

sudo yum -y install pidgin-groupchat-typing-notifications

Install pidgin-groupchat-typing-notifications 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 pidgin-groupchat-typing-notifications using dnf by running the following command:

sudo dnf -y install pidgin-groupchat-typing-notifications

How To Uninstall pidgin-groupchat-typing-notifications on CentOS 7

To uninstall only the pidgin-groupchat-typing-notifications package we can use the following command:

sudo dnf remove pidgin-groupchat-typing-notifications

References

Summary

In this tutorial we learn how to install pidgin-groupchat-typing-notifications on CentOS 7 using yum and dnf.