How to Install and Uninstall python3-django3.noarch Package on Oracle Linux 9

Last updated: October 03,2024

1. Install "python3-django3.noarch" package

This tutorial shows how to install python3-django3.noarch on Oracle Linux 9

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

2. Uninstall "python3-django3.noarch" package

Here is a brief guide to show you how to uninstall python3-django3.noarch on Oracle Linux 9:

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

3. Information about the python3-django3.noarch package on Oracle Linux 9

Last metadata expiration check: 1:05:37 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-django3
Version : 3.2.20
Release : 3.el9
Architecture : noarch
Size : 4.3 M
Source : python-django3-3.2.20-3.el9.src.rpm
Repository : epel
Summary : A high-level Python Web framework
URL : https://www.djangoproject.com/
License : BSD-3-Clause
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.