How to Install and Uninstall python3-whitenoise.noarch Package on Oracle Linux 8

Last updated: May 17,2024

1. Install "python3-whitenoise.noarch" package

This guide covers the steps necessary to install python3-whitenoise.noarch on Oracle Linux 8

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

2. Uninstall "python3-whitenoise.noarch" package

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

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

3. Information about the python3-whitenoise.noarch package on Oracle Linux 8

Last metadata expiration check: 0:01:47 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-whitenoise
Version : 5.1.0
Release : 1.el8
Architecture : noarch
Size : 47 k
Source : python-whitenoise-5.1.0-1.el8.src.rpm
Repository : epel
Summary : Static file serving for Python web apps
URL : http://whitenoise.evans.io/
License : MIT
Description : Radically simplified static file serving for python web apps. with a couple of
: lines of config whitenoise allows your web app to serve its own static files,
: making it a self-contained unit that can be deployed anywhere without relying
: on nginx, amazon s3 or any other external service. (especially useful on
: heroku, openshift and other paas providers.)