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

Last updated: June 08,2024

1. Install "libvdt-dev" package

In this section, we are going to explain the necessary steps to install libvdt-dev on Kali Linux

$ sudo apt update $ sudo apt install libvdt-dev

2. Uninstall "libvdt-dev" package

In this section, we are going to explain the necessary steps to uninstall libvdt-dev on Kali Linux:

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

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

Package: libvdt-dev
Source: vdt (0.4.4-3)
Version: 0.4.4-3+b1
Installed-Size: 153
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libvdt0.4 (= 0.4.4-3+b1)
Size: 27252
SHA256: f5a0f814053d2c66883400749c29681a99147d757be7ab3c1b7950eada48da7f
SHA1: 29e6cecbc93bdecf3e9618811e2db7aed6215f53
MD5sum: 12c04271cce907216eb16e24bc871f27
Description: vectorised math library - development files
This is vectorised math library
- a collection of fast and inline implementations of mathematical functions
- the functions can be used in autovectorised loops
- double and single precision implementations are available
- no overhead present, no intrinsics used
.
A scalar (T(T)) and array signature (void(const unsigned int, T*, T*)) are
provided. Born and developed at CERN, it is used, among the others, by LHC
experiments and the Geant4 simulation toolkit.
.
Much of the VDT code is inspired by the well known Cephes mathematical
library.
.
This package contains the development files for vdt.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/dpiparo/vdt
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/v/vdt/libvdt-dev_0.4.4-3+b1_amd64.deb