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

Last updated: April 29,2024

1. Install "libvterm-dev" package

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

$ sudo apt update $ sudo apt install libvterm-dev

2. Uninstall "libvterm-dev" package

Please follow the guidance below to uninstall libvterm-dev on Kali Linux:

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

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

Package: libvterm-dev
Source: libvterm
Version: 0.1.4-1
Installed-Size: 131
Maintainer: James McCoy
Architecture: amd64
Depends: libvterm0 (= 0.1.4-1)
Size: 36740
SHA256: a7dd77c4ccea2918efc0801f9078c5532890fa59e97bcc8455d3372ee5d790ab
SHA1: 04a3d3fe0740b20b9edb327994774378d5ade211
MD5sum: c7e74533616841d917acb4823bec75d5
Description: abstract terminal library (development files)
An abstract C99 library which implements a VT220 or xterm-like terminal
emulator. It doesn't use any particular graphics toolkit or output
system, instead it invokes callback function pointers that its embedding
program should provide it to draw on its behalf. It avoids calling
malloc() during normal running state, allowing it to be used in embedded
kernel situations.
.
This package contains the header files and libraries needed for developing
with libvterm.
Description-md5:
Multi-Arch: same
Homepage: http://www.leonerd.org.uk/code/libvterm/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libv/libvterm/libvterm-dev_0.1.4-1_amd64.deb