How to Install and Uninstall golang-github-hashicorp-scada-client-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

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

Learn how to install golang-github-hashicorp-scada-client-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide let you learn how to uninstall golang-github-hashicorp-scada-client-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ 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 16.04 LTS (Xenial Xerus)

Package: golang-github-hashicorp-scada-client-dev
Priority: extra
Section: universe/devel
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-hashicorp-scada-client
Version: 0.0~git20150828.0.84989fd-1
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~git20150828.0.84989fd-1_all.deb
Size: 17506
MD5sum: ade682112bcdeeea59ef4715972df803
SHA1: 3e8f9e04c76cb849019512b205c672cd43315f71
SHA256: 543664b2aa7b61b656819bda2479e6c65f13d93a0597e49657802d8b4c40f34b
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
Homepage: https://github.com/hashicorp/scada-client
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions