How to Install and Uninstall golang-github-azure-go-autorest-dev Package on Ubuntu 20.10 (Groovy Gorilla)
Last updated: November 26,2024
1. Install "golang-github-azure-go-autorest-dev" package
Please follow the step by step instructions below to install golang-github-azure-go-autorest-dev on Ubuntu 20.10 (Groovy Gorilla)
$
sudo apt update
Copied
$
sudo apt install
golang-github-azure-go-autorest-dev
Copied
2. Uninstall "golang-github-azure-go-autorest-dev" package
Please follow the guidelines below to uninstall golang-github-azure-go-autorest-dev on Ubuntu 20.10 (Groovy Gorilla):
$
sudo apt remove
golang-github-azure-go-autorest-dev
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the golang-github-azure-go-autorest-dev package on Ubuntu 20.10 (Groovy Gorilla)
Package: golang-github-azure-go-autorest-dev
Architecture: all
Version: 10.15.5-2
Priority: extra
Section: universe/devel
Source: golang-github-azure-go-autorest
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 653
Depends: golang-github-dgrijalva-jwt-go-dev (>= 3.2.0~), golang-github-dimchansky-utfbom-dev, golang-github-mitchellh-go-homedir-dev, golang-github-stretchr-testify-dev, golang-golang-x-crypto-dev
Filename: pool/universe/g/golang-github-azure-go-autorest/golang-github-azure-go-autorest-dev_10.15.5-2_all.deb
Size: 89524
MD5sum: c8bcaef0e92fdd469a0107c6d4890e90
SHA1: 55b001afb0c5cacc98097da71ce1cc0fda68c168
SHA256: 867e1ca4cc8d964eb8a4d049402afa0e35377a3305c758f801ff18736c3adf78
SHA512: ad4dccabe105accf0271ed46538f7af25bfa4b9be23a289a2eeb6dc045cc77f569cc1fe9e4704beddebaf1fa4a62ae895b0ba57de7974381ef389663a7e72e3f
Homepage: https://github.com/Azure/go-autorest
Description-en: HTTP request pipeline suitable for use across multiple go-routines
Package autorest implements an HTTP request pipeline suitable for use across
multiple go-routines and provides the shared routines relied on by AutoRest
(see https://github.com/Azure/autorest/) generated Go code.
.
The package breaks sending and responding to HTTP requests into three phases:
Preparing, Sending, and Responding.
.
Each phase relies on decorators to modify and / or manage processing.
Decorators may first modify and then pass the data along, pass the data first
and then modify the result, or wrap themselves around passing the data (such as
a logger might do). Decorators run in the order provided.
.
Preparers and Responders may be shared and re-used (assuming the underlying
decorators support sharing and re-use). Performant use is obtained by creating
one or more Preparers and Responders shared among multiple go-routines, and a
single Sender shared among multiple sending go-routines, all bound together by
means of input / output channels.
.
Decorators hold their passed state within a closure (such as the path
components in the example above). Be careful to share Preparers and Responders
only in a context where such held state applies. For example, it may not make
sense to share a Preparer that applies a query string from a fixed set of
values. Similarly, sharing a Responder that reads the response body into a
passed struct (e.g., ByUnmarshallingJson) is likely incorrect.
.
Lastly, the Swagger specification (https://swagger.io) that drives AutoRest
(https://github.com/Azure/autorest/) precisely defines two date forms: date and
date-time. The github.com/Azure/go-autorest/autorest/date package provides
time.Time derivations to ensure correct parsing and formatting.
.
Errors raised by autorest objects and methods will conform to the
autorest.Error interface.
Description-md5: 606237586cd533eed7972349938eab1e
Architecture: all
Version: 10.15.5-2
Priority: extra
Section: universe/devel
Source: golang-github-azure-go-autorest
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 653
Depends: golang-github-dgrijalva-jwt-go-dev (>= 3.2.0~), golang-github-dimchansky-utfbom-dev, golang-github-mitchellh-go-homedir-dev, golang-github-stretchr-testify-dev, golang-golang-x-crypto-dev
Filename: pool/universe/g/golang-github-azure-go-autorest/golang-github-azure-go-autorest-dev_10.15.5-2_all.deb
Size: 89524
MD5sum: c8bcaef0e92fdd469a0107c6d4890e90
SHA1: 55b001afb0c5cacc98097da71ce1cc0fda68c168
SHA256: 867e1ca4cc8d964eb8a4d049402afa0e35377a3305c758f801ff18736c3adf78
SHA512: ad4dccabe105accf0271ed46538f7af25bfa4b9be23a289a2eeb6dc045cc77f569cc1fe9e4704beddebaf1fa4a62ae895b0ba57de7974381ef389663a7e72e3f
Homepage: https://github.com/Azure/go-autorest
Description-en: HTTP request pipeline suitable for use across multiple go-routines
Package autorest implements an HTTP request pipeline suitable for use across
multiple go-routines and provides the shared routines relied on by AutoRest
(see https://github.com/Azure/autorest/) generated Go code.
.
The package breaks sending and responding to HTTP requests into three phases:
Preparing, Sending, and Responding.
.
Each phase relies on decorators to modify and / or manage processing.
Decorators may first modify and then pass the data along, pass the data first
and then modify the result, or wrap themselves around passing the data (such as
a logger might do). Decorators run in the order provided.
.
Preparers and Responders may be shared and re-used (assuming the underlying
decorators support sharing and re-use). Performant use is obtained by creating
one or more Preparers and Responders shared among multiple go-routines, and a
single Sender shared among multiple sending go-routines, all bound together by
means of input / output channels.
.
Decorators hold their passed state within a closure (such as the path
components in the example above). Be careful to share Preparers and Responders
only in a context where such held state applies. For example, it may not make
sense to share a Preparer that applies a query string from a fixed set of
values. Similarly, sharing a Responder that reads the response body into a
passed struct (e.g., ByUnmarshallingJson) is likely incorrect.
.
Lastly, the Swagger specification (https://swagger.io) that drives AutoRest
(https://github.com/Azure/autorest/) precisely defines two date forms: date and
date-time. The github.com/Azure/go-autorest/autorest/date package provides
time.Time derivations to ensure correct parsing and formatting.
.
Errors raised by autorest objects and methods will conform to the
autorest.Error interface.
Description-md5: 606237586cd533eed7972349938eab1e