How to Install and Uninstall grpc-cli.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "grpc-cli.x86_64" package

In this section, we are going to explain the necessary steps to install grpc-cli.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "grpc-cli.x86_64" package

Please follow the guidelines below to uninstall grpc-cli.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the grpc-cli.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:20:46 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : grpc-cli
Version : 1.46.7
Release : 10.el9
Architecture : x86_64
Size : 168 k
Source : grpc-1.46.7-10.el9.src.rpm
Repository : epel
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.