How to Install and Uninstall golang-github-grpc-ecosystem-middleware-devel.noarch Package on Fedora 36

Last updated: May 17,2024

1. Install "golang-github-grpc-ecosystem-middleware-devel.noarch" package

Learn how to install golang-github-grpc-ecosystem-middleware-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-grpc-ecosystem-middleware-devel.noarch

2. Uninstall "golang-github-grpc-ecosystem-middleware-devel.noarch" package

Please follow the steps below to uninstall golang-github-grpc-ecosystem-middleware-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-grpc-ecosystem-middleware-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-grpc-ecosystem-middleware-devel.noarch package on Fedora 36

Last metadata expiration check: 4:41:51 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-grpc-ecosystem-middleware-devel
Version : 1.3.0
Release : 1.fc35
Architecture : noarch
Size : 91 k
Source : golang-github-grpc-ecosystem-middleware-1.3.0-1.fc35.src.rpm
Repository : fedora
Summary : Golang gRPC Middlewares: interceptor chaining, auth, logging, retries and more
URL : https://github.com/grpc-ecosystem/go-grpc-middleware
License : ASL 2.0
Description : 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.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/grpc-ecosystem/go-grpc-middleware