How to Install and Uninstall golang-github-hashicorp-scada-client-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 09,2024

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

This is a short guide on how to install golang-github-hashicorp-scada-client-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

Please follow the step by step instructions below to uninstall golang-github-hashicorp-scada-client-dev on Ubuntu 20.10 (Groovy Gorilla):

$ 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 Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-hashicorp-scada-client-dev
Architecture: all
Version: 0.0~git20160601.0.6e89678-2
Priority: extra
Section: universe/devel
Source: golang-github-hashicorp-scada-client
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 90
Depends: golang-github-armon-go-metrics-dev, golang-github-hashicorp-net-rpc-msgpackrpc-dev, golang-github-hashicorp-yamux-dev
Filename: pool/universe/g/golang-github-hashicorp-scada-client/golang-github-hashicorp-scada-client-dev_0.0~git20160601.0.6e89678-2_all.deb
Size: 19368
MD5sum: a4df6a4c53ceccc5cbbbbe714a8159cf
SHA1: 86a01501c2fec95d97514918ca96c8b607a21c70
SHA256: 5f952eeb71f01401c7689518ee94c4f19be2c770c8968bdc8858b86d28cbdecc
SHA512: c2b5aec690bf3681039cf6c73f79bf479331462664cb29eb475361ac98f29c84e400288f01aacc1670088bd862f9f865863c00fb03b92cab0540422aa1cba477
Homepage: https://github.com/hashicorp/scada-client
Description-en: 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: 02adea7893a8c6d8005f79f2650e7749

5. The same packages on other Linux Distributions