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

Last updated: May 19,2024

1. Install "veccore-dev" package

Please follow the step by step instructions below to install veccore-dev on Kali Linux

$ sudo apt update $ sudo apt install veccore-dev

2. Uninstall "veccore-dev" package

Please follow the step by step instructions below to uninstall veccore-dev on Kali Linux:

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

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

Package: veccore-dev
Source: veccore (0.8.1+ds1-1)
Version: 0.8.1+ds1-1+b1
Installed-Size: 106
Maintainer: Debian Science Maintainers
Architecture: amd64
Recommends: vc-dev
Size: 15652
SHA256: f40b96aa8731513ed07cbc3e0919d386956b5c142e7b857d0f180426e3d313f8
SHA1: 8a9eac7adee2fb8f3f0b311f9b9fc36e21126b87
MD5sum: 67f69cc373717c13566d4919eb96da38
Description: simple abstraction layer on top of other vectorization libraries
It provides an architecture-independent API for expressing vector operations
on data. Code written with this API can then be dispatched to one of several
backends like Vc, or a scalar implementation. This allows one to get the best
performance on platforms supported by Vc without losing portability to
unsupported architectures like ARM and PowerPC, for example, where the scalar
backend can be used instead without requiring changes in user code.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/root-project/veccore
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/v/veccore/veccore-dev_0.8.1+ds1-1+b1_amd64.deb