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

Last updated: May 19,2024

1. Install "python3-cymem" package

This tutorial shows how to install python3-cymem on Kali Linux

$ sudo apt update $ sudo apt install python3-cymem

2. Uninstall "python3-cymem" package

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

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

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

Package: python3-cymem
Source: python-cymem (2.0.6-1)
Version: 2.0.6-1+b4
Installed-Size: 174
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14)
Size: 41544
SHA256: bcbb218aee55373b357591a15c03ed69921a668720dcb4fe9199cda42184c91e
SHA1: 429dbdecd01efeb3a9c661e2537e1cca8cb735ab
MD5sum: 43c38bcfeea5dc7be4ad512dfe26cd09
Description: cython memory pool for RAII-style memory management
Cython Memory Helper provides two small memory-management helpers for
Cython. They make it easy to tie memory to a Python object's life-cycle,
so that the memory is freed when the object is garbage collected.
Description-md5:
Homepage: https://github.com/explosion/cymem
Section: python
Priority: optional
Filename: pool/main/p/python-cymem/python3-cymem_2.0.6-1+b4_amd64.deb