How to Install and Uninstall python3-osrf-pycommon.noarch Package on Fedora 35

Last updated: October 05,2024

1. Install "python3-osrf-pycommon.noarch" package

Here is a brief guide to show you how to install python3-osrf-pycommon.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-osrf-pycommon.noarch

2. Uninstall "python3-osrf-pycommon.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-osrf-pycommon.noarch on Fedora 35:

$ sudo dnf remove python3-osrf-pycommon.noarch $ sudo dnf autoremove

3. Information about the python3-osrf-pycommon.noarch package on Fedora 35

Last metadata expiration check: 0:59:07 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-osrf-pycommon
Version : 0.2.1
Release : 3.fc35
Architecture : noarch
Size : 75 k
Source : python-osrf-pycommon-0.2.1-3.fc35.src.rpm
Repository : fedora
Summary : API Documentation for the osrf_pycommon Python modules
URL : http://osrf-pycommon.readthedocs.org/
License : ASL 2.0 and BSD
Description : osrf_pycommon is a python package which contains commonly used Python
: boilerplate code and patterns. Things like ANSI terminal coloring, capturing
: colored output from programs using sub-process, or even a simple logging system
: which provides some nice functionality over the built-in Python logging system.
:
: The functionality provided here should be generic enough to be reused in
: arbitrary scenarios and should avoid bringing in dependencies which are not
: part of the standard Python library. Where possible Windows and Linux/OS X
: should be supported, and where it cannot it should be gracefully degrading.