How to Install and Uninstall python3-opencensus-proto.noarch Package on Oracle Linux 9

Last updated: July 03,2024

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

Please follow the guidelines below to install python3-opencensus-proto.noarch on Oracle Linux 9

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

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

Please follow the steps below to uninstall python3-opencensus-proto.noarch on Oracle Linux 9:

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

3. Information about the python3-opencensus-proto.noarch package on Oracle Linux 9

Last metadata expiration check: 3:05:05 ago on Thu Feb 15 07:50:05 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..