How to Install and Uninstall python3-dj-database-url Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-dj-database-url" package

In this section, we are going to explain the necessary steps to install python3-dj-database-url on Kali Linux

$ sudo apt update $ sudo apt install python3-dj-database-url

2. Uninstall "python3-dj-database-url" package

Please follow the step by step instructions below to uninstall python3-dj-database-url on Kali Linux:

$ sudo apt remove python3-dj-database-url $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-dj-database-url package on Kali Linux

Package: python3-dj-database-url
Source: dj-database-url
Version: 0.5.0-2
Installed-Size: 29
Maintainer: Herbert Parentes Fortes Neto
Architecture: all
Depends: python3:any (>= 3.3.2-2~)
Size: 7680
SHA256: b9a50db8f01cd0c31489bbd3177b6a9f02289801c8a5d125d8b454cee2d04d13
SHA1: ebc68d0bcbada506ace2e644def31963853ba8f8
MD5sum: e7fba8eb85d3a7a53f3eae34a85c44d7
Description: Django utility to utilize a DB env var (Python 3)
This simple Django utility allows you to utilize the 12factor
inspired DATABASE_URL environment variable to configure your
Django application.
.
The dj_database_url.config method returns a Django database
connection dictionary, populated with all the data specified
in your URL. There is also a conn_max_age argument to easily
enable Django’s connection pool.
.
If you’d rather not use an environment variable, you can pass
a URL in directly instead to dj_database_url.parse.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://pypi.python.org/pypi/dj-database-url
Section: python
Priority: optional
Filename: pool/main/d/dj-database-url/python3-dj-database-url_0.5.0-2_all.deb