How To Install pidgin-groupchat-typing-notifications on Fedora 36
Introduction
In this tutorial we learn how to install pidgin-groupchat-typing-notifications on Fedora 36.
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 Fedora 36. 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 Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
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
Install pidgin-groupchat-typing-notifications 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 pidgin-groupchat-typing-notifications using yum by running the following command:
sudo yum -y install pidgin-groupchat-typing-notifications
How To Uninstall pidgin-groupchat-typing-notifications on Fedora 36
To uninstall only the pidgin-groupchat-typing-notifications package we can use the following command:
sudo dnf remove pidgin-groupchat-typing-notifications
pidgin-groupchat-typing-notifications Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/66ddac3a1802db116be6b636b12d00ac8b700a
/usr/lib64/pidgin/grouptyping.so
/usr/share/doc/pidgin-groupchat-typing-notifications
/usr/share/doc/pidgin-groupchat-typing-notifications/README.md
/usr/share/licenses/pidgin-groupchat-typing-notifications
/usr/share/licenses/pidgin-groupchat-typing-notifications/LICENSE
References
Summary
In this tutorial we learn how to install pidgin-groupchat-typing-notifications on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).