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

Last updated: May 17,2024

1. Install "python3-dotenv" package

Learn how to install python3-dotenv on Kali Linux

$ sudo apt update $ sudo apt install python3-dotenv

2. Uninstall "python3-dotenv" package

Learn how to uninstall python3-dotenv on Kali Linux:

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

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

Package: python3-dotenv
Source: python-dotenv
Version: 1.0.1-1
Installed-Size: 93
Maintainer: Federico Ceratto
Architecture: all
Depends: python3:any
Size: 26560
SHA256: 119670533dbc8e9e89ee1b09415879b70c30fd444f88da7d2fc2032adcd4be75
SHA1: fa8db41a8feeeeb4db3a60787e4fcb0ab22c057c
MD5sum: e8313bb8c060e35392f88f9b086e1c0b
Description: Get and set values in the .env file in local and production servers
Reads key value pairs from the .env file and adds them to environment.
variables. It is useful to manage settings during development and in
production following the 12-factor principles: http://12factor.net/
The executable is named python-dotenv
Description-md5:
Homepage: https://github.com/theskumar/python-dotenv
Section: python
Priority: optional
Filename: pool/main/p/python-dotenv/python3-dotenv_1.0.1-1_all.deb