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

Last updated: May 14,2024

1. Install "python3-boltons" package

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

$ sudo apt update $ sudo apt install python3-boltons

2. Uninstall "python3-boltons" package

Please follow the instructions below to uninstall python3-boltons on Kali Linux:

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

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

Package: python3-boltons
Source: python-boltons
Version: 23.0.0-1
Installed-Size: 647
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 147596
SHA256: 779ee4e8e88ed572047893bff8ea8fbd725f0c850aa0e000223b49eb2f84ca2a
SHA1: a0a800bc5f57efff7f294fe4bc2f0d9ccf0b4b0d
MD5sum: de742419ce4fd6ddf771435437902886
Description: set of pure-Python utilities (Python 3)
Boltons is a set of over 230 BSD-licensed, pure-Python utilities in the same
spirit as — and yet conspicuously missing from — the standard library,
including:
.
- Atomic file saving, bolted on with fileutils
- A highly-optimized OrderedMultiDict, in dictutils
- Two types of PriorityQueue, in queueutils
- Chunked and windowed iteration, in iterutils
- Recursive data structure iteration and merging, with iterutils.remap
- Exponential backoff functionality, including jitter, through
iterutils.backoff
- A full-featured TracebackInfo type, for representing stack traces, in
tbutils
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/mahmoud/boltons
Section: python
Priority: optional
Filename: pool/main/p/python-boltons/python3-boltons_23.0.0-1_all.deb