How to Install and Uninstall python3-opencensus-proto.noarch Package on CentOS Stream 9

Last updated: October 09,2024

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

This is a short guide on how to install python3-opencensus-proto.noarch on CentOS Stream 9

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

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

In this section, we are going to explain the necessary steps to uninstall python3-opencensus-proto.noarch on CentOS Stream 9:

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

3. Information about the python3-opencensus-proto.noarch package on CentOS Stream 9

Last metadata expiration check: 3:05:55 ago on Sat Mar 16 16:03:45 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..