How to Install and Uninstall grpc-cli.i686 Package on Fedora 35

Last updated: October 05,2024

1. Install "grpc-cli.i686" package

This guide let you learn how to install grpc-cli.i686 on Fedora 35

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

2. Uninstall "grpc-cli.i686" package

Please follow the step by step instructions below to uninstall grpc-cli.i686 on Fedora 35:

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

3. Information about the grpc-cli.i686 package on Fedora 35

Last metadata expiration check: 1:38:20 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : grpc-cli
Version : 1.39.1
Release : 20.fc35
Architecture : i686
Size : 179 k
Source : grpc-1.39.1-20.fc35.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.