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

Last updated: May 18,2024

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

This is a short guide on how to install python3-django-registration.noarch on Fedora 34

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

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

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

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

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

Last metadata expiration check: 2:27:38 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-django-registration
Version : 2.1.2
Release : 16.fc34
Architecture : noarch
Size : 94 k
Source : python-django-registration-2.1.2-16.fc34.src.rpm
Repository : fedora
Summary : A user-registration application for Django - documentation - Python 3 version
URL : https://github.com/ubernostrum/django-registration/
License : BSD
Description : This is a fairly simple user-registration application for Django,
: designed to make allowing user sign ups as painless as possible. It
: requires a functional installation of Django 1.8 or newer, but has no
: other dependencies.
: This package provides Python 3 build of django-registration.