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

Last updated: May 18,2024

1. Install "prometheus" package

Here is a brief guide to show you how to install prometheus on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install prometheus

2. Uninstall "prometheus" package

In this section, we are going to explain the necessary steps to uninstall prometheus on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove prometheus $ sudo apt autoclean && sudo apt autoremove

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

Package: prometheus
Priority: extra
Section: universe/net
Installed-Size: 24915
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: amd64
Version: 0.16.2+ds-1ubuntu1
Depends: libc6 (>= 2.4), daemon, libjs-bootstrap, libjs-handlebars, libjs-jquery-hotkeys, libjs-rickshaw
Recommends: prometheus-node-exporter, prometheus-cli
Filename: pool/universe/p/prometheus/prometheus_0.16.2+ds-1ubuntu1_amd64.deb
Size: 5191366
MD5sum: fccf58778e06b04ceb0d399fed38cb12
SHA1: 1b258bed025395e1b117e41b1fc4228b77d56fdc
SHA256: b965e520ec273c89f5ed06b7d4ae37ac73c3d8173fe872047a16bf8bbf7508e1
Description-en: Monitoring system and time series database
Prometheus is a systems and services monitoring system. It collects metrics
from configured targets at given intervals, evaluates rule expressions,
displays the results, and can trigger alerts if some condition is observed to
be true.
.
Prometheus' main distinguishing features as compared to other monitoring
systems are:
.
* A multi-dimensional data model (timeseries defined by metric name and set
of key/value dimensions).
* A flexible query language to leverage this dimensionality.
* No dependency on distributed storage; single server nodes are autonomous.
* Timeseries collection happens via a pull model over HTTP.
* Pushing timeseries is supported via an intermediary gateway.
* Targets are discovered via service discovery or static configuration.
* Multiple modes of graphing and dashboarding support.
* Federation support coming soon.
Description-md5: 7f48f84a4177e99e795f6f034f9349c3
Built-Using: golang-1.6 (= 1.6-0ubuntu4), golang-defaults (= 2:1.6-1ubuntu4), golang-dns (= 0.0~git20151030.0.6a15566-1), golang-fsnotify (= 1.2.9-1), golang-github-aws-aws-sdk-go (= 1.0.7+dfsg-1), golang-github-julienschmidt-httprouter (= 1.1-1), golang-github-prometheus-common (= 0+git20160104.0a3005b-1), golang-github-prometheus-log (= 0+git20150701.439e5db-1), golang-github-samuel-go-zookeeper (= 0.0~git20150817.0.177002e-1), golang-github-vaughan0-go-ini (= 0.0~git20130923.0.a98ad7e-1), golang-golang-x-net-dev (= 1:0.0+git20160110.4fd4a9f-1), golang-goleveldb (= 0+git20150819.1a9d62f-1), golang-logrus (= 0.8.7-3), golang-prometheus-client (= 0.7.0+ds-3), golang-yaml.v2 (= 0.0+git20160301.0.a83829b-1)
Homepage: http://prometheus.io/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu