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

Last updated: July 04,2024

1. Install "python3-procset" package

In this section, we are going to explain the necessary steps to install python3-procset on Kali Linux

$ sudo apt update $ sudo apt install python3-procset

2. Uninstall "python3-procset" package

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

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

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

Package: python3-procset
Source: python-procset
Version: 1.0-2
Installed-Size: 49
Maintainer: Raphaël Bleuse
Architecture: all
Depends: python3:any
Suggests: python-procset-doc
Size: 10736
SHA256: fcaa6fe0d510f6ae85df73712895c1166ed3bcb5856478753965c7b08c3a762e
SHA1: 6de1153f03b583bcc80f52cad2bfdc016d32d711
MD5sum: 154886913626adb3b30984d3274b8619
Description: Pure Python implementation of the interval set data structure
An interval set (provided as the ProcSet class) is a memory-efficient
representation of closed-interval sets.
A ProcSet is an hybrid between a set and a list of indexes.
More precisely, a ProcSet object is an ordered collection of unique
non-negative int.
It supports most of set operations: notably membership testing, mathematical
operations such as intersection, union, and (symmetric) difference; with the
additional ability to access its elements by position.
.
This is the Python 3 package.
Description-md5:
Homepage: https://gitlab.inria.fr/bleuse/procset.py
Section: python
Priority: optional
Filename: pool/main/p/python-procset/python3-procset_1.0-2_all.deb