How to Install and Uninstall golang-github-grpc-ecosystem-gateway.x86_64 Package on Fedora 35

Last updated: November 27,2024

1. Install "golang-github-grpc-ecosystem-gateway.x86_64" package

This tutorial shows how to install golang-github-grpc-ecosystem-gateway.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install golang-github-grpc-ecosystem-gateway.x86_64

2. Uninstall "golang-github-grpc-ecosystem-gateway.x86_64" package

Please follow the step by step instructions below to uninstall golang-github-grpc-ecosystem-gateway.x86_64 on Fedora 35:

$ sudo dnf remove golang-github-grpc-ecosystem-gateway.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-grpc-ecosystem-gateway.x86_64 package on Fedora 35

Last metadata expiration check: 1:19:22 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : golang-github-grpc-ecosystem-gateway
Version : 1.16.0
Release : 3.fc35
Architecture : x86_64
Size : 3.1 M
Source : golang-github-grpc-ecosystem-gateway-1.16.0-3.fc35.src.rpm
Repository : fedora
Summary : GRPC to JSON proxy generator
URL : https://github.com/grpc-ecosystem/grpc-gateway
License : BSD
Description :
: The grpc-gateway is a plugin of the Google protocol buffers compiler protoc.
: It reads protobuf service definitions and generates a reverse-proxy server
: which translates a RESTful JSON API into gRPC. This server is generated
: according to the google.api.http annotations in your service definitions.