How To Install python3-krop on Fedora 36

In this tutorial we learn how to install python3-krop in Fedora 36. python3-krop is Python3 module for krop

Introduction

In this tutorial we learn how to install python3-krop on Fedora 36.

What is python3-krop

Python3 module for krop.

We can use yum or dnf to install python3-krop on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-krop.

Install python3-krop on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-krop using dnf by running the following command:

sudo dnf -y install python3-krop

Install python3-krop on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-krop using yum by running the following command:

sudo yum -y install python3-krop

How To Uninstall python3-krop on Fedora 36

To uninstall only the python3-krop package we can use the following command:

sudo dnf remove python3-krop

python3-krop Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/krop
/usr/lib/python3.10/site-packages/krop-0.5.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/krop/__init__.py
/usr/lib/python3.10/site-packages/krop/__main__.py
/usr/lib/python3.10/site-packages/krop/__pycache__
/usr/lib/python3.10/site-packages/krop/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/application.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/application.cpython-310.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/config.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/config.cpython-310.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/mainwindow.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/mainwindow.cpython-310.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/mainwindowui_qt4.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/mainwindowui_qt4.cpython-310.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/mainwindowui_qt5.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/mainwindowui_qt5.cpython-310.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/pdfcropper.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/pdfcropper.cpython-310.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/qt.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/qt.cpython-310.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/vieweritem.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/vieweritem.cpython-310.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/viewerselections.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/krop/__pycache__/viewerselections.cpython-310.pyc
/usr/lib/python3.10/site-packages/krop/application.py
/usr/lib/python3.10/site-packages/krop/config.py
/usr/lib/python3.10/site-packages/krop/mainwindow.py
/usr/lib/python3.10/site-packages/krop/mainwindowui_qt4.py
/usr/lib/python3.10/site-packages/krop/mainwindowui_qt5.py
/usr/lib/python3.10/site-packages/krop/pdfcropper.py
/usr/lib/python3.10/site-packages/krop/qt.py
/usr/lib/python3.10/site-packages/krop/version.py
/usr/lib/python3.10/site-packages/krop/vieweritem.py
/usr/lib/python3.10/site-packages/krop/viewerselections.py
/usr/share/licenses/python3-krop
/usr/share/licenses/python3-krop/LICENSE

References

Summary

In this tutorial we learn how to install python3-krop on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).