Install prometheus-node-exporter
Installing prometheus-node-exporter package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install prometheus-node-exporter
prometheus-node-exporter package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | prometheus-node-exporter |
version | 0.12.0+ds-2 |
description | Prometheus exporter for machine metrics |
subsection | net |
website | github.com / prometheus / node_exporter |
maintainer | Debian Go Packaging Team |
Uninstall prometheus-node-exporter
To remove just prometheus-node-exporter package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove prometheus-node-exporter
Uninstall prometheus-node-exporter and it’s dependent packages
To remove the prometheus-node-exporter package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove prometheus-node-exporter
Purging prometheus-node-exporter
If you also want to delete configuration and/or data files of prometheus-node-exporter from Debian Sid then this will work:
sudo apt-get purge prometheus-node-exporter
To delete configuration and/or data files of prometheus-node-exporter and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove prometheus-node-exporter