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

Last updated: September 28,2024

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

Learn how to install golang-github-grpc-ecosystem-gateway.x86_64 on Fedora 34

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

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

This guide covers the steps necessary to uninstall golang-github-grpc-ecosystem-gateway.x86_64 on Fedora 34:

$ 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 34

Last metadata expiration check: 5:30:14 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-grpc-ecosystem-gateway
Version : 1.16.0
Release : 2.fc34
Architecture : x86_64
Size : 3.1 M
Source : golang-github-grpc-ecosystem-gateway-1.16.0-2.fc34.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.