How to Install and Uninstall python3-django-compressor.noarch Package on Fedora 36

Last updated: October 10,2024

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

Learn how to install python3-django-compressor.noarch on Fedora 36

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

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

Here is a brief guide to show you how to uninstall python3-django-compressor.noarch on Fedora 36:

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

3. Information about the python3-django-compressor.noarch package on Fedora 36

Last metadata expiration check: 2:29:45 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-django-compressor
Version : 2.4
Release : 5.fc36
Architecture : noarch
Size : 183 k
Source : python-django-compressor-2.4-5.fc36.src.rpm
Repository : fedora
Summary : Compresses linked and inline JavaScript or CSS into single cached files
URL : http://pypi.python.org/pypi/django_compressor/2.4
License : MIT
Description : Django Compressor combines and compresses linked and inline Javascript
: or CSS in a Django templates into cacheable static files by using the
: ``compress`` template tag. HTML in between
: ``{% compress js/css %}`` and ``{% endcompress %}`` is
: parsed and searched for CSS or JS. These styles and scripts are subsequently
: processed with optional, configurable compilers and filters.