Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install gendarme on Debian Unstable (Sid)


Install gendarme

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

sudo apt-get update
sudo apt-get install gendarme

gendarme package information

distro Debian Unstable (Sid)
section Main
name gendarme
version 4.2-1
description extensible rule-based checker for CLI assemblies
subsection devel
website mono-project.com / Gendarme
maintainer Debian Mono Group

Uninstall gendarme

To remove just gendarme package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove gendarme

Uninstall gendarme and it’s dependent packages

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

sudo apt-get remove --auto-remove gendarme

Purging gendarme

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

sudo apt-get purge gendarme

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

sudo apt-get purge --auto-remove gendarme

 

Comments

comments