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

Last updated: May 19,2024

1. Install "pymetrics" package

This guide covers the steps necessary to install pymetrics on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pymetrics

2. Uninstall "pymetrics" package

Please follow the instructions below to uninstall pymetrics on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pymetrics $ sudo apt autoclean && sudo apt autoremove

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

Package: pymetrics
Priority: extra
Section: universe/python
Installed-Size: 180
Maintainer: Ubuntu Developers
Original-Maintainer: Andrew Pollock
Architecture: all
Version: 0.8.1-7
Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8), python
Filename: pool/universe/p/pymetrics/pymetrics_0.8.1-7_all.deb
Size: 32222
MD5sum: 67d2e83ba992869b2e154a794a09726c
SHA1: a43f7a35fa88c5f15c5d2c0864004cf0fbdabd24
SHA256: 62cbe576fcf8b6a84806c6010b01fa4b5b871a0618b1ef6a5026018e7f836aec
Description-en: Python code metric reporting tool
PyMetrics produces metrics for Python programs. Metrics include McCabe's
Cyclomatic Complexity metric, LoC, %Comments, etc. Users can also define their
own metrics using data from PyMetrics. PyMetrics optionally outputs stdout,
SQL command files and CSV
Description-md5: 63a8a3f5753a71044a4732215c83962c
Homepage: http://pymetrics.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu