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

Last updated: May 20,2024

1. Install "python3-braceexpand" package

This guide covers the steps necessary to install python3-braceexpand on Kali Linux

$ sudo apt update $ sudo apt install python3-braceexpand

2. Uninstall "python3-braceexpand" package

This tutorial shows how to uninstall python3-braceexpand on Kali Linux:

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

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

Package: python3-braceexpand
Source: braceexpand
Version: 0.1.7-3
Installed-Size: 30
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 6980
SHA256: dd77b97b6e10f32ff7bf7c7f3808ca2bb0fcda44a84d0bd1ca62d23af00b62c4
SHA1: f3e5b5507a49eb11d4276e9f950d206d000e53de
MD5sum: 03c81ab4a1c0fe0027fc385fdd0893d9
Description: Bash-style brace expansion for Python
Implements Brace Expansion as described in the bash documentation.
.
The braceexpand function returns an iterator over the expansions generated
from a pattern.
Description-md5:
Homepage: https://github.com/trendels/braceexpand
Section: python
Priority: optional
Filename: pool/main/b/braceexpand/python3-braceexpand_0.1.7-3_all.deb