How to Install and Uninstall gendarme Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "gendarme" package

This is a short guide on how to install gendarme on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gendarme

2. Uninstall "gendarme" package

Learn how to uninstall gendarme on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove gendarme $ sudo apt autoclean && sudo apt autoremove

3. Information about the gendarme package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: gendarme
Priority: optional
Section: universe/devel
Installed-Size: 904
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Mono Group
Architecture: all
Source: mono-tools
Version: 4.2-1
Replaces: mono-tools-devel (<< 2.0)
Depends: mono-runtime (>= 3.0~), libmono-cecil-private-cil (>= 4.2.1.102), libmono-cecil-private-cil (<< 4.2.1.103), libmono-corlib4.5-cil (>= 4.2.0), libmono-sharpzip4.84-cil (>= 1.0), libmono-system-core4.0-cil (>= 4.2.0), libmono-system-drawing4.0-cil (>= 3.0.6), libmono-system-web-services4.0-cil (>= 4.2.0), libmono-system-windows-forms4.0-cil (>= 1.0), libmono-system-xml4.0-cil (>= 4.2.0), libmono-system4.0-cil (>= 4.2.0)
Conflicts: mono-tools-devel (<< 2.0)
Filename: pool/universe/m/mono-tools/gendarme_4.2-1_all.deb
Size: 262668
MD5sum: 6fae994f45c9b0dffa5287bef637a2ae
SHA1: 79718d21474ecee0aad402c8985a5867fdff7d83
SHA256: af1223f6c2c970e16d0eb18742f1123b0dfb385e88caae6d7675af9dad292187
Description-en: extensible rule-based checker for CLI assemblies
Gendarme is a extensible rule-based tool to find problems in .NET
applications and libraries. Gendarme inspects programs and libraries
that contain code in ECMA CIL format (Mono and .NET) and looks for
common problems with the code, problems that compiler do not typically
check or have not historically checked.
Description-md5: d28e613abd7718d710a9b3188c8c85c4
Homepage: http://www.mono-project.com/Gendarme
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu