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

Last updated: September 27,2024

1. Install "python3-q.noarch" package

This is a short guide on how to install python3-q.noarch on Fedora 38

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

2. Uninstall "python3-q.noarch" package

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

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

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

Last metadata expiration check: 3:42:03 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-q
Version : 2.6
Release : 25.fc38
Architecture : noarch
Size : 23 k
Source : python-q-2.6-25.fc38.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.