How to Install and Uninstall vc-dev Package on Kali Linux

Last updated: October 06,2024

1. Install "vc-dev" package

Please follow the instructions below to install vc-dev on Kali Linux

$ sudo apt update $ sudo apt install vc-dev

2. Uninstall "vc-dev" package

This is a short guide on how to uninstall vc-dev on Kali Linux:

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

3. Information about the vc-dev package on Kali Linux

Package: vc-dev
Source: vc
Version: 1.4.4-1
Installed-Size: 2330
Maintainer: Debian Science Maintainers
Architecture: amd64
Size: 248276
SHA256: f9649db7b40eaa7f733e57752573886fe098b2746c1b5da4d8c0cb7bfe6888e6
SHA1: eb8b4d6512f699070180bd85a3937b04da84e54e
MD5sum: 1f9237fb86a190c96ba7dbaf0cb8914e
Description: C++ types for explicitly data-parallel programming
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 and AVX2
- SSE2 up to SSE4.2 or SSE4a
- Scalar
Description-md5:
Homepage: https://github.com/VcDevel/Vc
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/v/vc/vc-dev_1.4.4-1_amd64.deb