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

Last updated: May 20,2024

1. Install "python3-orderedset" package

Please follow the steps below to install python3-orderedset on Kali Linux

$ sudo apt update $ sudo apt install python3-orderedset

2. Uninstall "python3-orderedset" package

This guide let you learn how to uninstall python3-orderedset on Kali Linux:

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

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

Package: python3-orderedset
Source: python-orderedset
Version: 2.0.3+ds1-2
Installed-Size: 363
Maintainer: Roland Mas
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4)
Size: 91828
SHA256: 4b6fca735518ef8b4b143d1527a3aaf49245d2418fbea5a7341e0ac52f4e2ef3
SHA1: fe71291563528047bd60a37489335a37f055fc97
MD5sum: 3c8613ee9cfed52dac084b31c5f7c839
Description: Ordered Set implementation in Cython.
An Ordered Set implementation in Cython.
.
Features:
.
* Works like a regular set, but remembers insertion order;
* Is approximately 5 times faster than the pure Python implementation overall
(and 5 times slower than `set`);
* Compatible with Python 2.7 through 3.8;
* Supports the full set interface;
* Supports some list methods, like `index` and `__getitem__`.
* Supports set methods against iterables.
Description-md5:
Homepage: https://github.com/simonpercivall/orderedset
Section: python
Priority: optional
Filename: pool/main/p/python-orderedset/python3-orderedset_2.0.3+ds1-2_amd64.deb