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

Last updated: September 29,2024

1. Install "python3-q.noarch" package

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

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

2. Uninstall "python3-q.noarch" package

Please follow the instructions below to uninstall python3-q.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:06:32 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-q
Version : 2.6
Release : 27.fc39
Architecture : noarch
Size : 22 k
Source : python-q-2.6-27.fc39.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.