How to Install and Uninstall python3-cytoolz Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 07,2024

1. Install "python3-cytoolz" package

Please follow the step by step instructions below to install python3-cytoolz on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-cytoolz

2. Uninstall "python3-cytoolz" package

Please follow the guidance below to uninstall python3-cytoolz on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-cytoolz package on Ubuntu 21.10 (Impish Indri)

Package: python3-cytoolz
Architecture: amd64
Version: 0.11.0-1build1
Priority: optional
Section: universe/python
Source: python-cytoolz
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1130
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3-toolz, python3:any, libc6 (>= 2.14)
Filename: pool/universe/p/python-cytoolz/python3-cytoolz_0.11.0-1build1_amd64.deb
Size: 251312
MD5sum: 9c1daacbd381aa0d40e55c905b98f673
SHA1: e6691abb40b9923d6bafcb873c2225583aa676fa
SHA256: 41affa8a631b17ff5f8f2fd514984636895c1fbaf456a14e44185af8ecbad942
SHA512: a19925b72545bfd2df60c8c6ce613a325c6fab95c19c109b9882b4c8886365c4e05c5d5bb1ff7f1591c577394de2b965b98ac95755ee00aad8b66fbb86ab2c45
Homepage: https://github.com/pytoolz/cytoolz
Description-en: Toolz in Cython: High performance functional utilities
Cython implementation of the toolz package, which provides high performance
utility functions for iterables, functions, and dictionaries.
.
toolz is a pure Python package that borrows heavily from contemporary
functional languages. It is designed to interoperate seamlessly with other
libraries including itertools, functools, and third party libraries.
High performance functional data analysis is possible with builtin types
like list and dict, and user-defined data structures; and low memory
usage is achieved by using the iterator protocol and returning iterators
whenever possible.
.
cytoolz implements the same API as toolz. The main differences are
that cytoolz is faster (typically 2-5x faster with a few spectacular
exceptions) and cytoolz offers a C API that is accessible to other
projects developed in Cython. Since toolz is able to process very
large (potentially infinite) data sets, the performance increase
gained by using cytoolz can be significant.
Description-md5: bb9bdba01debb1de162678fdd9b31679