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

Last updated: November 23,2024

1. Install "python3-pymbolic" package

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

$ sudo apt update $ sudo apt install python3-pymbolic

2. Uninstall "python3-pymbolic" package

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

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

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

Package: python3-pymbolic
Source: pymbolic
Version: 2022.2-2
Installed-Size: 453
Maintainer: Alastair McKinstry
Architecture: amd64
Depends: python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3-pytools, python3:any
Size: 69244
SHA256: 5cc39e9072107e61e8bf7e5e5186f6c97ded4f62068015977445b0db11bafede
SHA1: 6b08c5237ef565d08e9ced92e0f9768da501b325
MD5sum: b008688c2af2743fef0c230a8630e1da
Description: Expression tree and symbolic manipulation library
Pymbolic is a small expression tree and symbolic manipulation library. Two
things set it apart from other libraries of its kind:
.
* Users can easily write their own symbolic operations, simply by deriving
from the builtin visitor classes.
* Users can easily add their own symbolic entities to do calculations
with.
Description-md5:
Homepage: https://pypi.python.org/pypi/pymbolic
Section: python
Priority: optional
Filename: pool/main/p/pymbolic/python3-pymbolic_2022.2-2_amd64.deb

5. The same packages on other Linux Distributions