How to Install and Uninstall python3-opencensus-proto.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 02,2024

1. Install "python3-opencensus-proto.noarch" package

Please follow the guidelines below to install python3-opencensus-proto.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-opencensus-proto.noarch

2. Uninstall "python3-opencensus-proto.noarch" package

This tutorial shows how to uninstall python3-opencensus-proto.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-opencensus-proto.noarch $ sudo dnf autoremove

3. Information about the python3-opencensus-proto.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:18:56 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-opencensus-proto
Version : 0.3.0
Release : 19.el9
Architecture : noarch
Size : 61 k
Source : python-opencensus-proto-0.3.0-19.el9.src.rpm
Repository : epel
Summary : Python library generated from OpenCensus cross-language protos
URL : https://github.com/census-instrumentation/opencensus-proto/
License : ASL 2.0
Description : Census provides a framework to define and collect stats against metrics and to
: break those stats down across user-defined dimensions.
:
: The Census framework is natively available in many languages (e.g. C++, Go, and
: Java). The API interface types are defined using protos to ensure consistency
: and interoperability for the different implementations..