How to Install and Uninstall python3-django.noarch Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "python3-django.noarch" package

Please follow the step by step instructions below to install python3-django.noarch on CentOS Stream 8

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

2. Uninstall "python3-django.noarch" package

Please follow the guidelines below to uninstall python3-django.noarch on CentOS Stream 8:

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

3. Information about the python3-django.noarch package on CentOS Stream 8

Last metadata expiration check: 1 day, 21:26:40 ago on Sat 02 Oct 2021 09:11:27 AM UTC.
Available Packages
Name : python3-django
Version : 2.2.24
Release : 1.el8
Architecture : noarch
Size : 4.5 M
Source : python-django-2.2.24-1.el8.src.rpm
Repository : epel
Summary : A high-level Python Web framework
URL : http://www.djangoproject.com/
License : BSD
Description : Django is a high-level Python Web framework that encourages rapid
: development and a clean, pragmatic design. It focuses on automating as
: much as possible and adhering to the DRY (Don't Repeat Yourself)
: principle.