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

Last updated: July 05,2024

1. Install "python3-q.noarch" package

Please follow the guidance below to install python3-q.noarch on Fedora 34

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

2. Uninstall "python3-q.noarch" package

This is a short guide on how to uninstall python3-q.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:19:26 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-q
Version : 2.6
Release : 19.fc34
Architecture : noarch
Size : 20 k
Source : python-q-2.6-19.fc34.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.