Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install prosody-modules on Debian Unstable (Sid)


Install prosody-modules

Installing prosody-modules package on Debian Unstable (Sid) is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install prosody-modules

prosody-modules package information

distro Debian Unstable (Sid)
section Main
name prosody-modules
version 0.0~hg20150813.12ac88940fe3-2
description Selection of community modules for Prosody
subsection net
website hg.prosody.im / prosody-modules / 
maintainer Victor Seva

Uninstall prosody-modules

To remove just prosody-modules package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove prosody-modules

Uninstall prosody-modules and it’s dependent packages

To remove the prosody-modules package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove prosody-modules

Purging prosody-modules

If you also want to delete configuration and/or data files of prosody-modules from Debian Sid then this will work:

sudo apt-get purge prosody-modules

To delete configuration and/or data files of prosody-modules and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove prosody-modules

Comments

comments