How to Install and Uninstall libviennacl-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libviennacl-dev" package

Learn how to install libviennacl-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libviennacl-dev

2. Uninstall "libviennacl-dev" package

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

$ sudo apt remove libviennacl-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libviennacl-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libviennacl-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 4922
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: all
Source: viennacl
Version: 1.7.1+dfsg1-1
Depends: ocl-icd-opencl-dev | opencl-dev
Suggests: libboost-dev, libeigen2-dev, libviennacl-doc
Filename: pool/universe/v/viennacl/libviennacl-dev_1.7.1+dfsg1-1_all.deb
Size: 372872
MD5sum: 1ee639b8cf8a3163596952089851fcc2
SHA1: b0b8f7ba08256bc7dfad7ad6edfbda2ae91fcb85
SHA256: c8554a33b121c359b357fab076dd69f34133e3e85ab702490142f0e44e8be4e6
Description-en: Scientific computing library written in C++ based on OpenCL
The Vienna Computing Library (ViennaCL) is a scientific computing library
written in C++ and based on OpenCL. It allows simple, high-level access to the
vast computing resources available on parallel architectures such as GPUs and
is primarily focused on common linear algebra operations (BLAS levels 1, 2 and
3) and the solution of large systems of equations by means of iterative
methods with optional preconditioner.
.
ViennaCL is header-only with no binary library and projects using it only need
to link against a conforming OpenCL implementation.
Description-md5: a27fa308bc2bf6d90a053f635ae4a276
Homepage: http://viennacl.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu