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

Last updated: January 15,2025

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

This guide covers the steps necessary to install golang-github-grpc-ecosystem-gateway.x86_64 on Fedora 38

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

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

Learn how to uninstall golang-github-grpc-ecosystem-gateway.x86_64 on Fedora 38:

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

Last metadata expiration check: 2:49:23 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : golang-github-grpc-ecosystem-gateway
Version : 1.16.0
Release : 10.20230117git26318a5.fc38
Architecture : x86_64
Size : 3.0 M
Source : golang-github-grpc-ecosystem-gateway-1.16.0-10.20230117git26318a5.fc38.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.