How to Install and Uninstall consul Package on Kali Linux

Last updated: May 18,2024

1. Install "consul" package

Please follow the steps below to install consul on Kali Linux

$ sudo apt update $ sudo apt install consul

2. Uninstall "consul" package

Please follow the instructions below to uninstall consul on Kali Linux:

$ sudo apt remove consul $ sudo apt autoclean && sudo apt autoremove

3. Information about the consul package on Kali Linux

Package: consul
Version: 1.8.7+dfsg1-6
Installed-Size: 51728
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: init-system-helpers (>= 1.51), libc6 (>= 2.34), adduser, pipexec, procps
Size: 12742984
SHA256: 6a262438051c5d85dfb2d996684bbb9b8a49baea6aefcca2c29586f6d5c4aa9f
SHA1: 247e170af028dd516dea4ca6e6f0ec0202b9f056
MD5sum: 8f5f8e91c2009031d69df813f247c0b8
Description: tool for service discovery, monitoring and configuration
Consul is a tool for service discovery and configuration. Consul is
distributed, highly available, and extremely scalable.
.
Consul provides several key features:
.
- Service Discovery - Consul makes it simple for services to register
themselves and to discover other services via a DNS or HTTP interface.
External services such as SaaS providers can be registered as well.
.
- Health Checking - Health Checking enables Consul to quickly alert operators
about any issues in a cluster. The integration with service discovery
prevents routing traffic to unhealthy hosts and enables service level
circuit breakers.
.
- Key/Value Storage - A flexible key/value store enables storing dynamic
configuration, feature flagging, coordination, leader election and more.
The simple HTTP API makes it easy to use anywhere.
.
- Multi-Datacenter - Consul is built to be datacenter aware, and can support
any number of regions without complex configuration.
.
Consul runs on Linux, Mac OS X, and Windows. It is recommended to run the
Consul servers only on Linux, however.
Description-md5: c0e304cd76acda4eed1b6cbfa0ce44f8
Homepage: https://github.com/hashicorp/consul
Built-Using: golang-1.19 (= 1.19-1), golang-github-armon-circbuf (= 0.0~git20190214.5111143-1), golang-github-armon-go-metrics (= 0.3.4-1), golang-github-armon-go-radix (= 1.0.0-1), golang-github-aws-aws-sdk-go (= 1.43.26-1), golang-github-beorn7-perks (= 1.0.1-1), golang-github-bgentry-speakeasy (= 0.1.0-2), golang-github-boltdb-bolt (= 1.3.1-7), golang-github-census-instrumentation-opencensus-proto (= 0.2.1+dfsg1-2), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-circonus-labs-circonus-gometrics (= 2.3.1-3), golang-github-circonus-labs-circonusllhist (= 0.0~git20191022.ec08cde-1), golang-github-coreos-go-oidc (= 2.1.0-2), golang-github-datadog-datadog-go (= 2.1.0-3), golang-github-davecgh-go-spew (= 1.1.1-3), golang-github-denverdino-aliyungo (= 0.0~git20180921.13fa8aa-2), golang-github-docker-go-connections (= 0.4.0-3), golang-github-elazarl-go-bindata-assetfs (= 1.0.0-1.1), golang-github-fatih-color (= 1.7.0-1), golang-github-golang-groupcache (= 0.0~git20200121.8c9f03a-1), golang-github-golang-snappy (= 0.0.2-2), golang-github-google-btree (= 1.0.0-1), golang-github-google-gofuzz (= 1.2.0-1), golang-github-googleapis-gax-go (= 2.0.5-3), golang-github-googleapis-gnostic (= 0.2.0-4), golang-github-gophercloud-gophercloud (= 0.12.0-1), golang-github-hashicorp-errwrap (= 1.1.0-1), golang-github-hashicorp-go-bexpr (= 0.1.2-2), golang-github-hashicorp-go-checkpoint (= 0.5.0-1), golang-github-hashicorp-go-cleanhttp (= 0.5.2-1), golang-github-hashicorp-go-discover (= 0.0+git20190905.34a6505-2), golang-github-hashicorp-go-hclog (= 0.11.0-1), golang-github-hashicorp-go-immutable-radix (= 1.3.1-1), golang-github-hashicorp-go-memdb (= 1.2.1-1), golang-github-hashicorp-go-msgpack (= 0.5.5-1), golang-github-hashicorp-go-multierror (= 1.1.1-1), golang-github-hashicorp-go-raftchunking (= 0.6.2-2), golang-github-hashicorp-go-retryablehttp (= 0.7.0-1), golang-github-hashicorp-go-rootcerts (= 1.0.2-2), golang-github-hashicorp-go-sockaddr (= 1.0.2-1), golang-github-hashicorp-go-syslog (= 1.0.0-1), golang-github-hashicorp-go-uuid (= 1.0.2-1), golang-github-hashicorp-go-version (= 1.3.0-1), golang-github-hashicorp-golang-lru (= 0.5.4-2), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-hashicorp-hil (= 0.0~git20160711.1e86c6b-1), golang-github-hashicorp-mdns (= 1.0.3-2), golang-github-hashicorp-memberlist (= 0.2.2-2), golang-github-hashicorp-net-rpc-msgpackrpc (= 0.0~git20151116.0.a14192a-1.1), golang-github-hashicorp-raft (= 1.1.2-1), golang-github-hashicorp-raft-boltdb (= 0.0~git20171010.6e5ba93-3), golang-github-hashicorp-serf (= 0.9.4~ds1-1), golang-github-hashicorp-yamux (= 0.0+git20190923.df201c7-1), golang-github-imdario-mergo (= 0.3.12-1), golang-github-jmespath-go-jmespath (= 0.4.0-2), golang-github-json-iterator-go (= 1.1.12-1), golang-github-mattn-go-colorable (= 0.1.12-1), golang-github-mattn-go-isatty (= 0.0.14-1), golang-github-miekg-dns (= 1.1.43-1), golang-github-mitchellh-cli (= 1.1.1-1), golang-github-mitchellh-copystructure (= 1.2.0-1), golang-github-mitchellh-go-testing-interface (= 1.14.1-1), golang-github-mitchellh-hashstructure (= 1.1.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-1), golang-github-mitchellh-reflectwalk (= 1.0.1-1), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-nytimes-gziphandler (= 1.1.1-1), golang-github-packethost-packngo (= 0.2.0-2), golang-github-patrickmn-go-cache (= 2.1.0-1.1), golang-github-pierrec-lz4 (= 2.5.2-1), golang-github-pkg-errors (= 0.9.1-2), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-posener-complete (= 1.2.3-2), golang-github-pquerna-cachecontrol (= 0.0~git20171018.0dec1b3-2), golang-github-prometheus-client-golang (= 1.11.1-1), golang-github-prometheus-client-model (= 0.2.0-3), golang-github-prometheus-common (= 0.32.1-8), golang-github-prometheus-procfs (= 0.7.3-2), golang-github-ryanuber-columnize (= 2.1.1-2), golang-github-ryanuber-go-glob (= 1.0.0-2), golang-github-shirou-gopsutil (= 3.22.4-3), golang-github-tklauser-go-sysconf (= 0.3.9-2), golang-github-tklauser-numcpus (= 0.3.0-2), golang-github-tv42-httpunix (= 0.0~git20150427.b75d861-2), golang-go.crypto (= 1:0.0~git20220315.3147a52-1), golang-go.opencensus (= 0.23.0-2), golang-gogoprotobuf (= 1.3.2-1), golang-golang-x-net (= 1:0.0+git20220728.c7608f3+dfsg-2), golang-golang-x-oauth2 (= 0.0~git20211104.d3ed0bb-1), golang-golang-x-sync (= 0.0~git20220722.886fb93-1), golang-golang-x-sys (= 0.0~git20220731.a90be44-1), golang-golang-x-term (= 0.0~git20220526.065cf7b-1), golang-golang-x-text (= 0.3.7-1), golang-golang-x-time (= 0.0+git20211116.f0f3c7e-1), golang-google-api (= 0.61.0-1), golang-google-cloud (= 0.56.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-1), golang-google-grpc (= 1.27.1-1), golang-gopkg-inf.v0 (= 0.9.1-1), golang-gopkg-square-go-jose.v2 (= 2.6.0-1), golang-gopkg-yaml.v3 (= 3.0.1-1), golang-goprotobuf (= 1.3.4-2), golang-k8s-sigs-yaml (= 1.3.0-1), golang-objx (= 0.4.0-1), golang-protobuf-extensions (= 1.0.1-1), golang-testify (= 1.7.5-1), golang-text (= 0.2.0-1), golang-yaml.v2 (= 2.4.0-4)
Section: devel
Priority: optional
Filename: pool/main/c/consul/consul_1.8.7+dfsg1-6_amd64.deb