How to Install and Uninstall python3-pyopencl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 07,2024

1. Install "python3-pyopencl" package

Please follow the guidelines below to install python3-pyopencl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pyopencl

2. Uninstall "python3-pyopencl" package

Please follow the steps below to uninstall python3-pyopencl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-pyopencl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-pyopencl
Priority: optional
Section: universe/python
Installed-Size: 1869
Maintainer: Ubuntu Developers
Original-Maintainer: Tomasz Rybak
Architecture: amd64
Source: pyopencl
Version: 2015.1-2build3
Replaces: python-pyopencl-headers
Depends: libboost-python1.58.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.1-1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, python3-numpy (>= 1:1.8.0), python3-numpy-abi9, python3 (<< 3.6), python3 (>= 3.5~), python3-appdirs, python3-decorator, python3-pytools (>= 2014.2), mesa-opencl-icd | beignet | opencl-icd, python3-pkg-resources
Recommends: python-pyopencl-doc, python3-mako
Suggests: python3-imaging-tk, python3-opengl, python3-pytest, python3-matplotlib, python3-pyopencl-dbg
Filename: pool/universe/p/pyopencl/python3-pyopencl_2015.1-2build3_amd64.deb
Size: 355994
MD5sum: 42ec018bcf1292ee6d426df00c81890a
SHA1: 1a1c15cef5febad7b262e373591137a1eef4242f
SHA256: bf41cdb8784b261e4fb18e406577fbdeafa5c79fe07047d8f4557351f08abe68
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
Homepage: http://mathema.tician.de/software/pyopencl
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu