How to Install and Uninstall python3-q.noarch Package on Fedora 36

Last updated: May 16,2024

1. Install "python3-q.noarch" package

Please follow the steps below to install python3-q.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-q.noarch

2. Uninstall "python3-q.noarch" package

This guide covers the steps necessary to uninstall python3-q.noarch on Fedora 36:

$ sudo dnf remove python3-q.noarch $ sudo dnf autoremove

3. Information about the python3-q.noarch package on Fedora 36

Last metadata expiration check: 3:40:51 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-q
Version : 2.6
Release : 22.fc36
Architecture : noarch
Size : 19 k
Source : python-q-2.6-22.fc36.src.rpm
Repository : fedora
Summary : Quick and dirty python debugging output
URL : https://pypi.python.org/pypi/q
License : ASL 2.0
Description : If you have ever been frustrated trying to debug with print because a web
: application or a unittesting framework is swallowing your debugging output,
: q will make you jump for joy.
:
: import q
: variable = 'Hmmm... something happened here'
: q.q(variable)
:
: cat /tmp/q
:
: Python 3 version.