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

Last updated: June 03,2024

1. Install "python3-pyopencl" package

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

$ sudo apt update $ sudo apt install python3-pyopencl

2. Uninstall "python3-pyopencl" package

Please follow the guidance below to uninstall python3-pyopencl on Kali Linux:

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

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

Package: python3-pyopencl
Source: pyopencl (2023.1.3-1)
Version: 2023.1.3-1+b1
Installed-Size: 3418
Maintainer: Debian OpenCL Maintainers
Architecture: amd64
Depends: ocl-icd-libopencl1 | libopencl1, pocl-opencl-icd | mesa-opencl-icd | opencl-icd, python3-appdirs, python3-mako, python3-numpy (>= 1:1.22.0), python3-pkg-resources, python3-pytools (>= 2021.2.7), python3 (<< 3.13), python3 (>= 3.11~), python3-numpy-abi9, python3-platformdirs (>= 2.2.0), python3:any, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, ocl-icd-libopencl1 (>= 2.2.8) | libopencl-2.1-1, ocl-icd-libopencl1 (>= 2.2.12) | libopencl-2.2-1
Recommends: python-pyopencl-doc
Suggests: python3-pil.imagetk, python3-matplotlib, python3-opengl, python3-pytest
Size: 734868
SHA256: 5df372308c149b3a2329323b0292d318716b6bd86ea721447056b553a1db32ff
SHA1: ff9951d7de770da7b70337392ab44cb025c7c667
MD5sum: 46f6fcdb482cdb253aefa8bade05e74d
Description: Python 3 module to access OpenCL parallel computation API
PyOpenCL lets you access the OpenCL parallel computation API from
Python. Here's what sets PyOpenCL apart:
* Object cleanup tied to lifetime of objects. This idiom, often called
RAII in C++, makes it much easier to write correct, leak- and
crash-free code.
* Completeness. PyOpenCL puts the full power of OpenCL’s API at your
disposal, if you wish.
* Convenience. While PyOpenCL's primary focus is to make all of OpenCL
accessible, it tries hard to make your life less complicated as it
does so--without taking any shortcuts.
* Automatic Error Checking. All OpenCL errors are automatically
translated into Python exceptions.
* Speed. PyOpenCL’s base layer is written in C++, so all the niceties
above are virtually free.
* Helpful, complete documentation and a wiki.
* Liberal licensing (MIT).
.
This package contains Python 3 modules.
Description-md5:
Homepage: https://mathema.tician.de/software/pyopencl
Section: python
Priority: optional
Filename: pool/main/p/pyopencl/python3-pyopencl_2023.1.3-1+b1_amd64.deb