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

Last updated: October 05,2024

1. Install "python3-pysnooper.noarch" package

This tutorial shows how to install python3-pysnooper.noarch on Fedora 34

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

2. Uninstall "python3-pysnooper.noarch" package

This tutorial shows how to uninstall python3-pysnooper.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:10:46 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-pysnooper
Version : 0.4.1
Release : 3.fc34
Architecture : noarch
Size : 33 k
Source : python-pysnooper-0.4.1-3.fc34.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.