How to Install and Uninstall golang-github-grpc-ecosystem-go-grpc-middleware-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 16,2024

1. Install "golang-github-grpc-ecosystem-go-grpc-middleware-dev" package

Learn how to install golang-github-grpc-ecosystem-go-grpc-middleware-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install golang-github-grpc-ecosystem-go-grpc-middleware-dev

2. Uninstall "golang-github-grpc-ecosystem-go-grpc-middleware-dev" package

Learn how to uninstall golang-github-grpc-ecosystem-go-grpc-middleware-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove golang-github-grpc-ecosystem-go-grpc-middleware-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-grpc-ecosystem-go-grpc-middleware-dev package on Ubuntu 21.10 (Impish Indri)

Package: golang-github-grpc-ecosystem-go-grpc-middleware-dev
Architecture: all
Version: 1.2.2-2
Priority: optional
Section: universe/devel
Source: golang-github-grpc-ecosystem-go-grpc-middleware
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 482
Depends: golang-github-go-kit-kit-dev, golang-github-opentracing-opentracing-go-dev, golang-github-sirupsen-logrus-dev, golang-go.uber-zap-dev, golang-golang-x-net-dev, golang-google-grpc-dev, golang-goprotobuf-dev
Filename: pool/universe/g/golang-github-grpc-ecosystem-go-grpc-middleware/golang-github-grpc-ecosystem-go-grpc-middleware-dev_1.2.2-2_all.deb
Size: 62908
MD5sum: a2d70a3a15ab95d37e0de8c8f11fe610
SHA1: cff4d37f136ba57da6d4e4ab38cb3b76a5872a80
SHA256: c577bef955f53b7b913aee45a362622dfa420d763e7aaaa4ce61ab8dd77369be
SHA512: ba273280b384fbaf6c1d3aa1800932f643a9c8004ff9216a5db51cf88646bdf6b0856ea2deac0eccea08138484dd506b89f38c9870b692ef4cf1b4749d112ec1
Homepage: https://github.com/grpc-ecosystem/go-grpc-middleware
Description-en: Go gRPC Middlewares: interceptor chaining, auth, logging, retries and more
gRPC Go recently acquired support for Interceptors, i.e. middleware
that is executed either on the gRPC Server before the request is passed
onto the user's application logic, or on the gRPC client either around
the user call. It is a perfect way to implement common patterns: auth,
logging, message, validation, retries or monitoring.
.
These are generic building blocks that make it easy to build multiple
microservices easily. The purpose of this repository is to act as a
go-to point for such reusable functionality. It contains some of them
itself, but also will link to useful external repos.
.
grpc_middleware itself provides support for chaining interceptors.
Description-md5: f4e45241c178660b5b55b336b43334e8