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

Last updated: October 06,2024

1. Install "vc-dev" package

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

$ sudo apt update $ sudo apt install vc-dev

2. Uninstall "vc-dev" package

Please follow the guidance below to uninstall vc-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: vc-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 4099
Maintainer: Kubuntu Developers
Original-Maintainer: Jonathan Riddell
Architecture: amd64
Source: vc
Version: 0.7.4-0ubuntu1
Filename: pool/universe/v/vc/vc-dev_0.7.4-0ubuntu1_amd64.deb
Size: 325262
MD5sum: bbe07f2c26e8ffcdbd03fc47937c7ccc
SHA1: faf89420fe50324120c98e4f6010dac49e81b11f
SHA256: c185aeb5d36580cc76dc3ee0d57e2f6d4d1e65434702aef2159bf4d7f98f4701
Description-en: library to ease explicit vectorization of C++ code
Vc is a free software library to ease explicit vectorization of C++
code. It has an intuitive API and provides portability between
different compilers and compiler versions as well as portability
between different vector instruction sets. Thus an application
written with Vc can be compiled for
- AVX
- SSE2 up to SSE4.2
- SSE4a, XOP, and FMA4
- Scalar (fallback which works everywhere)
- LRBni support disabled, waiting for MIC
Description-md5: b58c33d5638e659b094c00d14deb04de
Homepage: http://code.compeng.uni-frankfurt.de/projects/vc
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu