Install mosquitto-auth-plugin
Installing mosquitto-auth-plugin package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mosquitto-auth-plugin
mosquitto-auth-plugin package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mosquitto-auth-plugin |
version | 0.0.7-2 |
description | Authentication plugin for Mosquitto with multiple back-ends |
subsection | net |
website | github.com / jpmens / mosquitto-auth-plug |
maintainer | Adam Majer |
Uninstall mosquitto-auth-plugin
To remove just mosquitto-auth-plugin package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mosquitto-auth-plugin
Uninstall mosquitto-auth-plugin and it’s dependent packages
To remove the mosquitto-auth-plugin package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mosquitto-auth-plugin
Purging mosquitto-auth-plugin
If you also want to delete configuration and/or data files of mosquitto-auth-plugin from Debian Sid then this will work:
sudo apt-get purge mosquitto-auth-plugin
To delete configuration and/or data files of mosquitto-auth-plugin and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mosquitto-auth-plugin