How to Install and Uninstall golang-github-hashicorp-scada-client-dev Package on Kali Linux

Last updated: May 10,2024

1. Install "golang-github-hashicorp-scada-client-dev" package

Please follow the guidelines below to install golang-github-hashicorp-scada-client-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-hashicorp-scada-client-dev

2. Uninstall "golang-github-hashicorp-scada-client-dev" package

Please follow the guidelines below to uninstall golang-github-hashicorp-scada-client-dev on Kali Linux:

$ sudo apt remove golang-github-hashicorp-scada-client-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-hashicorp-scada-client-dev package on Kali Linux

Package: golang-github-hashicorp-scada-client-dev
Source: golang-github-hashicorp-scada-client
Version: 0.0~git20160601.0.6e89678-2.1
Installed-Size: 90
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-armon-go-metrics-dev, golang-github-hashicorp-net-rpc-msgpackrpc-dev, golang-github-hashicorp-yamux-dev
Size: 19528
SHA256: c4736883d7267b8c560f98ca27eaf9c7c745f2b913c6562a9a96ef5e09815644
SHA1: 5ee621c96f369f6cf41cc533ea1c6f098ffdb6a6
MD5sum: 514e95292c3e69dfb7d8e5b67e64f580
Description: Golang client to the HashiCorp SCADA system
This library provides a Golang client for the HashiCorp SCADA service. SCADA
stands for Supervisory Control And Data Acquisition, and as the name implies it
allows Atlas to provide control functions and request data from the tools that
integrate.
.
The technical details about how SCADA works are fairly simple. Clients first
open a connection to the SCADA service at scada.hashicorp.com on port 7223.
This connection is secured by TLS, allowing clients to verify the identity of
the servers and to encrypt all communications. Once connected, a handshake is
performed where a client provides it's Atlas API credentials so that Atlas can
verify the client identity. Once complete, clients keep the connection open in
an idle state waiting for commands to be received. Commands map to APIs exposed
by the product, and are subject to any ACLs, authentication or authorization
mechanisms of the client.
.
This library is used in various HashiCorp products to integrate with the SCADA
system.
.
This package contains the source.
Description-md5:
Homepage: https://github.com/hashicorp/scada-client
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-hashicorp-scada-client/golang-github-hashicorp-scada-client-dev_0.0~git20160601.0.6e89678-2.1_all.deb

5. The same packages on other Linux Distributions