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

Last updated: October 09,2024

1. Install "python3-pysnooper.noarch" package

This is a short guide on how to install python3-pysnooper.noarch on Fedora 36

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

2. Uninstall "python3-pysnooper.noarch" package

Learn how to uninstall python3-pysnooper.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:32:40 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-pysnooper
Version : 1.1.0
Release : 2.fc36
Architecture : noarch
Size : 34 k
Source : python-pysnooper-1.1.0-2.fc36.src.rpm
Repository : fedora
Summary : Poor man's debugger for Python
URL : https://github.com/cool-RR/pysnooper
License : MIT
Description : PySnooper is a replacement for debug print statements in code. After decorating
: a function it automatically logs which lines were run and any changes to local
: variables.