How to Install and Uninstall grpc-cli.x86_64 Package on Fedora 36

Last updated: May 10,2024

1. Install "grpc-cli.x86_64" package

Please follow the step by step instructions below to install grpc-cli.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install grpc-cli.x86_64

2. Uninstall "grpc-cli.x86_64" package

This tutorial shows how to uninstall grpc-cli.x86_64 on Fedora 36:

$ sudo dnf remove grpc-cli.x86_64 $ sudo dnf autoremove

3. Information about the grpc-cli.x86_64 package on Fedora 36

Last metadata expiration check: 3:41:45 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : grpc-cli
Version : 1.41.1
Release : 20.fc36
Architecture : x86_64
Size : 165 k
Source : grpc-1.41.1-20.fc36.src.rpm
Repository : updates
Summary : Command-line tool for gRPC
URL : https://www.grpc.io
License : ASL 2.0 and BSD
Description : The command line tool can do the following things:
:
: • Send unary rpc.
: • Attach metadata and display received metadata.
: • Handle common authentication to server.
: • Infer request/response types from server reflection result.
: • Find the request/response types from a given proto file.
: • Read proto request in text form.
: • Read request in wire form (for protobuf messages, this means serialized
: binary form).
: • Display proto response in text form.
: • Write response in wire form to a file.