How to Install and Uninstall python3-xds-protos.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 28,2024
1. Install "python3-xds-protos.noarch" package
In this section, we are going to explain the necessary steps to install python3-xds-protos.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
python3-xds-protos.noarch
Copied
2. Uninstall "python3-xds-protos.noarch" package
This guide let you learn how to uninstall python3-xds-protos.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
python3-xds-protos.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-xds-protos.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 1:02:36 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-xds-protos
Version : 0.0.11
Release : 18.el9
Architecture : noarch
Size : 1.6 M
Source : python-xds-protos-0.0.11-18.el9.src.rpm
Repository : epel
Summary : ProtoBuf generated Python files for xDS protos
URL : https://pypi.org/project/xds-protos
License : Apache-2.0
Description : Package “xds-protos” is a collection of ProtoBuf generated Python files for xDS
: protos (or the data-plane-api, https://github.com/envoyproxy/data-plane-api).
: You can find the source code of this project in https://github.com/grpc/grpc.
: For any question or suggestion, please post to
: https://github.com/grpc/grpc/issues.
:
: Each generated Python file can be imported according to their proto package.
: For example, if we are trying to import a proto located at
: “envoy/service/status/v3/csds.proto”, whose proto package is
: “package envoy.service.status.v3”, then we can import it as:
:
:
: from envoy.service.status.v3 import csds_pb2
:
: from envoy.service.status.v3 import csds_pb2_grpc
Available Packages
Name : python3-xds-protos
Version : 0.0.11
Release : 18.el9
Architecture : noarch
Size : 1.6 M
Source : python-xds-protos-0.0.11-18.el9.src.rpm
Repository : epel
Summary : ProtoBuf generated Python files for xDS protos
URL : https://pypi.org/project/xds-protos
License : Apache-2.0
Description : Package “xds-protos” is a collection of ProtoBuf generated Python files for xDS
: protos (or the data-plane-api, https://github.com/envoyproxy/data-plane-api).
: You can find the source code of this project in https://github.com/grpc/grpc.
: For any question or suggestion, please post to
: https://github.com/grpc/grpc/issues.
:
: Each generated Python file can be imported according to their proto package.
: For example, if we are trying to import a proto located at
: “envoy/service/status/v3/csds.proto”, whose proto package is
: “package envoy.service.status.v3”, then we can import it as:
:
:
: from envoy.service.status.v3 import csds_pb2
:
: from envoy.service.status.v3 import csds_pb2_grpc