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

Last updated: May 20,2024

1. Install "python3-envparse" package

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

$ sudo apt update $ sudo apt install python3-envparse

2. Uninstall "python3-envparse" package

Please follow the steps below to uninstall python3-envparse on Kali Linux:

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

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

Package: python3-envparse
Source: python-envparse
Version: 0.2.0-3
Installed-Size: 35
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 8644
SHA256: 8239c528a3004fb504c97bc35e6a026ae227944d3f6c7cacdaf26bf071b554eb
SHA1: 7dea5002d44ed1f832d533705510a9be0cb09e99
MD5sum: 4130a9a08b4a2717f99047ad2e2f2dea
Description: environment variable parsing (Python 3)
This package contains a simple utility to parse environment variables.
os.environ is a great choice to start off with but over time you'll find
yourself duplicating quite a bit of code around handling raw environment
variables. envparse aims to eliminate this duplicated, often inconsistent
parsing code and instead provide a single, easy-to-use wrapper.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/rconradharris/envparse
Section: python
Priority: optional
Filename: pool/main/p/python-envparse/python3-envparse_0.2.0-3_all.deb