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

Last updated: October 05,2024

1. Install "python3-django-mptt.noarch" package

In this section, we are going to explain the necessary steps to install python3-django-mptt.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-django-mptt.noarch

2. Uninstall "python3-django-mptt.noarch" package

Please follow the step by step instructions below to uninstall python3-django-mptt.noarch on Fedora 34:

$ sudo dnf remove python3-django-mptt.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:03:40 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-django-mptt
Version : 0.11.0
Release : 2.fc34
Architecture : noarch
Size : 109 k
Source : python-django-mptt-0.11.0-2.fc34.src.rpm
Repository : fedora
Summary : Utilities for implementing Modified Preorder Tree Traversal
URL : https://github.com/django-mptt/django-mptt
License : MIT
Description : Utilities for implementing Modified Preorder Tree Traversal (MPTT)
: with your Django Model classes and working with trees of Model instances.