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

Last updated: May 17,2024

1. Install "python3-pyopencl-dbg" package

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

$ sudo apt update $ sudo apt install python3-pyopencl-dbg

2. Uninstall "python3-pyopencl-dbg" package

Here is a brief guide to show you how to uninstall python3-pyopencl-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pyopencl-dbg
Priority: extra
Section: universe/debug
Installed-Size: 16013
Maintainer: Ubuntu Developers
Original-Maintainer: Tomasz Rybak
Architecture: amd64
Source: pyopencl
Version: 2015.1-2build3
Depends: python3-pyopencl (= 2015.1-2build3), python3-dbg (<< 3.6), 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-dbg (>= 3.5~)
Filename: pool/universe/p/pyopencl/python3-pyopencl-dbg_2015.1-2build3_amd64.deb
Size: 4782868
MD5sum: a5048db6cc23569953f5abcf4afe0e05
SHA1: 932128cd893d7bcd8128723bf48d1fd9f47f3d63
SHA256: 746351c700100f713dfb8d18d25abb95142644001d24263790fcc6f52c7a2f71
Description-en: Python 3 module to access OpenCL API (debug extensions)
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 extensions build for the Python 3 debug interpreter.
Description-md5: ea5dacaed9c6599ad5dfcaa0aa8274d1
Homepage: http://mathema.tician.de/software/pyopencl
Build-Ids: 5b7a63c35191f58359250dc4942c71a03e64733a 77802af0fc9ecde4ea0cb584f997b4d13d5e8707
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu