How to Install and Uninstall python3-django-storages Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-django-storages" package

In this section, we are going to explain the necessary steps to install python3-django-storages on Kali Linux

$ sudo apt update $ sudo apt install python3-django-storages

2. Uninstall "python3-django-storages" package

Here is a brief guide to show you how to uninstall python3-django-storages on Kali Linux:

$ sudo apt remove python3-django-storages $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-storages package on Kali Linux

Package: python3-django-storages
Source: python-django-storages
Version: 1.14.2-1
Installed-Size: 112
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3:any
Recommends: python3-django-storages-s3, python3-django-storages-dropbox, python3-django-storages-ftp, python3-django-storages-libcloud, python3-django-storages-sftp
Suggests: python-django-storages-doc
Size: 37268
SHA256: c6760f4a48a61180bc613576937efd71613fb7b0c374e21cf2b715bd332a43e8
SHA1: b2dc5bd57e6420f0ebcc625bf6673a4517586798
MD5sum: 66e01401af9e35ea58f5a2a675d8b098
Description: storage backends in Django (Python3 version)
django-storages is a collection of custom storage backends for Django. Each
storage backend has its own unique settings you will need to add to your
settings.py file. Read the documentation for your storage engine(s) of choice
to determine what you need to add.
.
Each backend is shipped as a separate package to ensure granular dependencies.
This package contains the common files of the library.
Description-md5:
Homepage: https://github.com/jschneier/django-storages/
Section: python
Priority: optional
Filename: pool/main/p/python-django-storages/python3-django-storages_1.14.2-1_all.deb