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

Last updated: October 11,2024

1. Install "python3-q.noarch" package

This tutorial shows how to install python3-q.noarch on Fedora 35

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

2. Uninstall "python3-q.noarch" package

Please follow the guidelines below to uninstall python3-q.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:43:22 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-q
Version : 2.6
Release : 21.fc35
Architecture : noarch
Size : 19 k
Source : python-q-2.6-21.fc35.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.