How to Install and Uninstall python3-grpcio.x86_64 Package on Oracle Linux 9

Last updated: June 18,2024

1. Install "python3-grpcio.x86_64" package

In this section, we are going to explain the necessary steps to install python3-grpcio.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-grpcio.x86_64

2. Uninstall "python3-grpcio.x86_64" package

This tutorial shows how to uninstall python3-grpcio.x86_64 on Oracle Linux 9:

$ sudo dnf remove python3-grpcio.x86_64 $ sudo dnf autoremove

3. Information about the python3-grpcio.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:04:38 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-grpcio
Version : 1.46.7
Release : 10.el9
Architecture : x86_64
Size : 2.0 M
Source : grpc-1.46.7-10.el9.src.rpm
Repository : epel
Summary : Python language bindings for gRPC
URL : https://www.grpc.io
License : Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT
Description : Python language bindings for gRPC (HTTP/2-based RPC framework).