Install mozplugger
Installing mozplugger package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mozplugger
mozplugger package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mozplugger |
version | 1.14.5-2 |
description | Plugin allowing external viewers to be launched inside Mozilla |
subsection | web |
website | mozplugger.mozdev.org |
maintainer | Debian QA Group |
Uninstall mozplugger
To remove just mozplugger package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mozplugger
Uninstall mozplugger and it’s dependent packages
To remove the mozplugger package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mozplugger
Purging mozplugger
If you also want to delete configuration and/or data files of mozplugger from Debian Sid then this will work:
sudo apt-get purge mozplugger
To delete configuration and/or data files of mozplugger and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mozplugger