How to Install and Uninstall python3-django-cacheops.noarch Package on AlmaLinux 8

Last updated: October 05,2024

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

Please follow the guidance below to install python3-django-cacheops.noarch on AlmaLinux 8

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

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

Please follow the guidance below to uninstall python3-django-cacheops.noarch on AlmaLinux 8:

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

3. Information about the python3-django-cacheops.noarch package on AlmaLinux 8

Last metadata expiration check: 1:02:52 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-django-cacheops
Version : 6.0
Release : 1.el8
Architecture : noarch
Size : 78 k
Source : python-django-cacheops-6.0-1.el8.src.rpm
Repository : epel
Summary : ORM cache with automatic granular event-driven invalidation for Django
URL : https://github.com/Suor/django-cacheops
License : BSD
Description : A slick app that supports automatic or manual queryset caching
: and automatic granular event-driven invalidation.
:
: It uses redis as backend for ORM cache and redis or filesystem
: for simple time-invalidated one.
:
: And there is more to it:
:
: * decorators to cache any user function or view as a queryset or by time
: * extensions for django and jinja2 templates
: * transparent transaction support
: * dog-pile prevention mechanism
: * a couple of hacks to make django faster
:
: Python 3 version.