How To Install mozplugger on Fedora 36

In this tutorial we learn how to install mozplugger in Fedora 36. mozplugger is A generic mozilla plug-in

Introduction

In this tutorial we learn how to install mozplugger on Fedora 36.

What is mozplugger

MozPlugger is a generic Mozilla plug-in that allows the use of standard Linux programs as plug-ins for media types on the Internet.

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

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

sudo dnf -y install mozplugger

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

sudo yum -y install mozplugger

How To Uninstall mozplugger on Fedora 36

To uninstall only the mozplugger package we can use the following command:

sudo dnf remove mozplugger

mozplugger Package Contents on Fedora 36

/etc/mozpluggerrc
/usr/bin/mozplugger-controller
/usr/bin/mozplugger-helper
/usr/bin/mozplugger-linker
/usr/bin/mozplugger-update
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/6310530ccbeaf8befba67dda0dc05c95bf4562
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/6e7cd6dbd52cbf94ef451f225b1f9c6641b7c3
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/fd96912cdcdd0ab8b44771d153f540475f0434
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/931513264dbb43ddada5c2e67c16fad5ccb02b
/usr/lib/.build-id/78
/usr/lib/.build-id/78/e2cc7bb2287a8bcd9a2ad184a379032a85aba2
/usr/lib64/mozilla/plugins/mozplugger.so
/usr/share/doc/mozplugger
/usr/share/doc/mozplugger/COPYING
/usr/share/doc/mozplugger/README
/usr/share/man/man7/mozplugger.7.gz

References

Summary

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