How To Install purple-mm-sms on Fedora 36

In this tutorial we learn how to install purple-mm-sms in Fedora 36. purple-mm-sms is A libpurple plugin for sending and receiving SMS via ModemManager

Introduction

In this tutorial we learn how to install purple-mm-sms on Fedora 36.

What is purple-mm-sms

A libpurple plugin for sending and receiving SMS via ModemManager

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

Install purple-mm-sms 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 purple-mm-sms using dnf by running the following command:

sudo dnf -y install purple-mm-sms

Install purple-mm-sms 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 purple-mm-sms using yum by running the following command:

sudo yum -y install purple-mm-sms

How To Uninstall purple-mm-sms on Fedora 36

To uninstall only the purple-mm-sms package we can use the following command:

sudo dnf remove purple-mm-sms

purple-mm-sms Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/133b9dc02b956672d674b05bf64dd78d557c7c
/usr/lib64/purple-2/mm-sms.so
/usr/share/doc/purple-mm-sms
/usr/share/doc/purple-mm-sms/README.md
/usr/share/licenses/purple-mm-sms
/usr/share/licenses/purple-mm-sms/COPYING
/usr/share/pixmaps/pidgin
/usr/share/pixmaps/pidgin/protocols
/usr/share/pixmaps/pidgin/protocols/16
/usr/share/pixmaps/pidgin/protocols/16/mm-sms.png
/usr/share/pixmaps/pidgin/protocols/22
/usr/share/pixmaps/pidgin/protocols/22/mm-sms.png
/usr/share/pixmaps/pidgin/protocols/48
/usr/share/pixmaps/pidgin/protocols/48/mm-sms.png

References

Summary

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