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

Last updated: May 18,2024

1. Install "collectd" package

Learn how to install collectd on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install collectd

2. Uninstall "collectd" package

This guide covers the steps necessary to uninstall collectd on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove collectd $ sudo apt autoclean && sudo apt autoremove

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

Package: collectd
Priority: optional
Section: universe/utils
Installed-Size: 161
Maintainer: Ubuntu Developers
Original-Maintainer: Sebastian Harl
Architecture: amd64
Version: 5.5.1-1build2
Depends: collectd-core, libc6 (>= 2.14), librrd4 (>= 1.3.0)
Recommends: iptables, libatasmart4 (>= 0.13), libcurl3-gnutls (>= 7.16.2), libdbi1 (>= 0.9.0), libesmtp6, libganglia1, libgcrypt20 (>= 1.6.1), libglib2.0-0 (>= 2.28.0), libhiredis0.13 (>= 0.13.1), libldap-2.4-2 (>= 2.4.7), liblvm2app2.2 (>= 2.02.133), libmemcached11, libmnl0 (>= 1.0.3-4~), libmodbus5 (>= 3.0.2), libmysqlclient20 (>= 5.7.11), libnotify4 (>= 0.7.0), libopenipmi0, liboping0 (>= 0.3.3), libowcapi-3.1-1, libpcap0.8 (>= 1.0.0), libperl5.22 (>= 5.22.1), libpq5, libprotobuf-c1 (>= 1.0.1), libpython2.7 (>= 2.7), librabbitmq4 (>= 0.6.0), librdkafka1 (>= 0.8.4), librrd4 (>= 1.4~rc2), libsensors4 (>= 1:3.0.0), libsigrok2, libsnmp30 (>= 5.7.3+dfsg-1ubuntu3~dfsg), libtokyotyrant3, libudev1 (>= 183), libupsclient4 (>= 2.7.2), libvarnishapi1 (>= 3.0.0), libvirt0 (>= 0.7.5), libxml2 (>= 2.7.4), libyajl2 (>= 2.0.4), default-jre-headless
Filename: pool/universe/c/collectd/collectd_5.5.1-1build2_amd64.deb
Size: 18508
MD5sum: 20006a9302f692177656c9d3c82b2e52
SHA1: 91dc51610d0be558c3e2920ce5fc3f1196755a74
SHA256: deb7e7fa8c73056b0a91d906025be14795370248d459b4ceb25d3113468d6574
Description-en: statistics collection and monitoring daemon
collectd is a small daemon which collects system information periodically and
provides mechanisms to monitor and store the values in a variety of ways.
Since the daemon doesn't need to startup every time it wants to update the
values it's very fast and easy on the system. Also, the statistics are very
fine grained since the files are updated every 10 seconds by default.
.
The collected information can be used to find current performance bottlenecks
(performance analysis) and predict future system load (capacity planning).
.
This package provides a full installation of the daemon, including the
configuration. For the core system, see the "collectd-core" package, which
allows sites to, e.g., provide customizations (like a custom default
configuration) on top of it without having to modify the "collectd" package.
Description-md5: 4cab05e1aaeb16dba768fed7b2d14922
Homepage: http://collectd.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu