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

Last updated: January 15,2025

1. Install "grpc-cli.i686" package

Please follow the guidance below to install grpc-cli.i686 on Fedora 38

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

2. Uninstall "grpc-cli.i686" package

Please follow the instructions below to uninstall grpc-cli.i686 on Fedora 38:

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

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

Last metadata expiration check: 0:40:39 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : grpc-cli
Version : 1.48.4
Release : 8.fc38
Architecture : i686
Size : 180 k
Source : grpc-1.48.4-8.fc38.src.rpm
Repository : updates
Summary : Command-line tool for gRPC
URL : https://www.grpc.io
License : Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT
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.