How to Install and Uninstall python3-decouple Package on Kali Linux

Last updated: April 27,2024

1. Install "python3-decouple" package

This guide let you learn how to install python3-decouple on Kali Linux

$ sudo apt update $ sudo apt install python3-decouple

2. Uninstall "python3-decouple" package

This guide covers the steps necessary to uninstall python3-decouple on Kali Linux:

$ sudo apt remove python3-decouple $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-decouple package on Kali Linux

Package: python3-decouple
Source: python-decouple
Version: 3.6-1
Installed-Size: 46
Maintainer: Matt Barry
Architecture: all
Depends: python3:any
Size: 15556
SHA256: 5a647c41b325867b46b327ccfd0e09e85b75553183b822cc612f2d584e61af41
SHA1: 4af0c43ab1422fa069e0184a7a54219c0f93f16b
MD5sum: b169c56a66703fb59466de778ebf7fa2
Description: Helps you to organize your Django/Flask settings
Decouple helps you to organize your settings so that you can
change parameters without having to redeploy your app.
.
It also makes easy for you to:
.
store parameters on ini or .env files;
define comprehensive default values;
properly convert values to the correct data type;
have only one configuration module to rule all your instances.
.
It was originally designed for Django, but became an independent
generic tool for separating settings from code.
.
Framework Django
Framework Flask
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/henriquebastos/python-decouple
Section: python
Priority: optional
Filename: pool/main/p/python-decouple/python3-decouple_3.6-1_all.deb