How to Install and Uninstall python-procset-doc Package on Kali Linux

Last updated: May 09,2024

1. Install "python-procset-doc" package

This guide covers the steps necessary to install python-procset-doc on Kali Linux

$ sudo apt update $ sudo apt install python-procset-doc

2. Uninstall "python-procset-doc" package

In this section, we are going to explain the necessary steps to uninstall python-procset-doc on Kali Linux:

$ sudo apt remove python-procset-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-procset-doc package on Kali Linux

Package: python-procset-doc
Source: python-procset
Version: 1.0-2
Installed-Size: 272
Maintainer: Raphaël Bleuse
Architecture: all
Depends: libjs-sphinxdoc (>= 5.2), libjs-mathjax
Size: 38052
SHA256: 24eb96f1a22bdab5d35563d114f42e3488c5929f26dcc3373c01b85171f736de
SHA1: 2393627f260cd51813f26930ded64441f5a17036
MD5sum: 4cc3a04c07320cb2639ec7bd07f3e6da
Description: Pure Python implementation of the interval set data structure (doc)
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 package contains the HTML documentation.
Description-md5:
Multi-Arch: foreign
Homepage: https://gitlab.inria.fr/bleuse/procset.py
Section: doc
Priority: optional
Filename: pool/main/p/python-procset/python-procset-doc_1.0-2_all.deb