How to Install and Uninstall collectd Package on Kali Linux

Last updated: May 18,2024

1. Install "collectd" package

This guide covers the steps necessary to install collectd on Kali Linux

$ sudo apt update $ sudo apt install collectd

2. Uninstall "collectd" package

In this section, we are going to explain the necessary steps to uninstall collectd on Kali Linux:

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

3. Information about the collectd package on Kali Linux

Package: collectd
Version: 5.12.0-17
Installed-Size: 157
Maintainer: Collectd Packaging Team
Architecture: amd64
Depends: collectd-core (>= 5.12.0-17), collectd-core (<< 5.12.0-17.1~), libc6 (>= 2.34), librrd8 (>= 1.3.0)
Recommends: intel-cmt-cat (>= 23.11), libabsl20220623 (>= 0~20220623.0-1), libatasmart4 (>= 0.13), libbson-1.0-0 (>= 1.25.4), libcurl3-gnutls (>= 7.16.2), libdbi1 (>= 0.9.0), libesmtp6 (>= 1.1.0), libgcc-s1 (>= 3.0), libgcrypt20 (>= 1.10.3), libglib2.0-0 (>= 2.12.0), libgps30 (>= 3.3), libgrpc++1.51 (>= 1.51.1), libgrpc29 (>= 1.51.1), libhiredis1.1.0 (>= 1.2.0), libi2c0 (>= 4.0), libip4tc2 (>= 1.8.3), libip6tc2 (>= 1.8.3), libjansson4 (>= 2.14), libldap-2.5-0 (>= 2.5.4), liblua5.3-0, libmariadb3 (>= 3.0.0), libmemcached11 (>= 1.1.4), libmicrohttpd12 (>= 0.9.50), libmnl0 (>= 1.0.3-4~), libmodbus5 (>= 3.0.2), libmongoc-1.0-0 (>= 1.25.4), libmosquitto1 (>= 1.2), libnotify4 (>= 0.7.0), libopenipmi0 (>= 2.0.33), liboping0 (>= 0.3.2), libowcapi-3.2-4 (>= 3.2p4+dfsg1), libpcap0.8 (>= 1.0.0), libperl5.38 (>= 5.38.2), libpq5, libprotobuf-c1 (>= 1.0.1), libprotobuf32 (>= 3.21.12), libpython3.11 (>= 3.11.5), libqpid-proton11, librabbitmq4 (>= 0.8.0), librdkafka1 (>= 0.9.1), libriemann-client0 (>= 1.10.0), librrd8 (>= 1.4~rc2), librte-eal24 (>= 23.11), librte-ethdev24 (>= 23.11), libsensors5 (>= 1:3.5.0), libsnmp40 (>= 5.9.4+dfsg), libssl3 (>= 3.0.0), libstdc++6 (>= 13.1), libudev1 (>= 183), libupsclient6 (>= 2.8.0), libvirt0 (>= 1.2.11~rc1), libxenmisc4.17 (>= 4.17.3+10-g091466ba55), libxml2 (>= 2.7.4), libyajl2 (>= 2.0.4), default-jre-headless
Size: 90040
SHA256: 04151ea2282f668496b1c2b064ae627642b090fa128268c3864b79e9443b0a97
SHA1: b0bac865524818c2fea765aeff12d677243f8ee8
MD5sum: 9b18baaa425f3e68599677dc2d175add
Description: 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:
Homepage: https://collectd.org/
Tag: admin::hardware, admin::monitoring, admin::power-management,
hardware::laptop, hardware::power, hardware::power:acpi,
hardware::power:apm, hardware::power:ups, implemented-in::c,
interface::daemon, role::program, scope::utility, use::monitor,
works-with::network-traffic
Section: utils
Priority: optional
Filename: pool/main/c/collectd/collectd_5.12.0-17_amd64.deb