How to Install and Uninstall python3-pyopencl Package on Ubuntu 21.10 (Impish Indri)
Last updated: January 11,2025
1. Install "python3-pyopencl" package
This guide let you learn how to install python3-pyopencl on Ubuntu 21.10 (Impish Indri)
$
sudo apt update
Copied
$
sudo apt install
python3-pyopencl
Copied
2. Uninstall "python3-pyopencl" package
In this section, we are going to explain the necessary steps to uninstall python3-pyopencl on Ubuntu 21.10 (Impish Indri):
$
sudo apt remove
python3-pyopencl
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python3-pyopencl package on Ubuntu 21.10 (Impish Indri)
Package: python3-pyopencl
Architecture: amd64
Version: 2021.1.2-1build2
Priority: optional
Section: universe/python
Source: pyopencl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenCL Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1897
Depends: ocl-icd-libopencl1 | libopencl1, pocl-opencl-icd | opencl-icd, python3-appdirs (>= 1.4.0), python3-mako, python3-numpy (>= 1:1.16.0~rc1), python3-pkg-resources, python3-pytools (>= 2017.6), python3-six, python3 (<< 3.10), python3 (>= 3.9~), python3-decorator, python3-numpy-abi9, python3:any, libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 6), 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-imaging-tk, python3-matplotlib, python3-opengl, python3-pyopencl-dbg, python3-pytest
Filename: pool/universe/p/pyopencl/python3-pyopencl_2021.1.2-1build2_amd64.deb
Size: 422908
MD5sum: e69be6761e54a654cc4665eed7cf2c7d
SHA1: b54c8fb5969fc23e5d02856eb8fd8415aa2530b6
SHA256: 59034f02a000683148648beb3a284a80ee7fd4acb46cadeeb6e7c15434fbce92
SHA512: 889a893db735d2c1a4f57980766584f85af5031a392bfa237a69074386ae783a20498b813d480b45fd8fe3d99f1a51e2cbe03f3752d5351c1f1036e583dd7415
Homepage: https://mathema.tician.de/software/pyopencl
Description-en: 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: 7a31e9ce8f06c38705703f009d69b248
Architecture: amd64
Version: 2021.1.2-1build2
Priority: optional
Section: universe/python
Source: pyopencl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenCL Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1897
Depends: ocl-icd-libopencl1 | libopencl1, pocl-opencl-icd | opencl-icd, python3-appdirs (>= 1.4.0), python3-mako, python3-numpy (>= 1:1.16.0~rc1), python3-pkg-resources, python3-pytools (>= 2017.6), python3-six, python3 (<< 3.10), python3 (>= 3.9~), python3-decorator, python3-numpy-abi9, python3:any, libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 6), 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-imaging-tk, python3-matplotlib, python3-opengl, python3-pyopencl-dbg, python3-pytest
Filename: pool/universe/p/pyopencl/python3-pyopencl_2021.1.2-1build2_amd64.deb
Size: 422908
MD5sum: e69be6761e54a654cc4665eed7cf2c7d
SHA1: b54c8fb5969fc23e5d02856eb8fd8415aa2530b6
SHA256: 59034f02a000683148648beb3a284a80ee7fd4acb46cadeeb6e7c15434fbce92
SHA512: 889a893db735d2c1a4f57980766584f85af5031a392bfa237a69074386ae783a20498b813d480b45fd8fe3d99f1a51e2cbe03f3752d5351c1f1036e583dd7415
Homepage: https://mathema.tician.de/software/pyopencl
Description-en: 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: 7a31e9ce8f06c38705703f009d69b248