How to Install and Uninstall lv2-c++-tools Package on Kali Linux

Last updated: May 14,2024

1. Install "lv2-c++-tools" package

This tutorial shows how to install lv2-c++-tools on Kali Linux

$ sudo apt update $ sudo apt install lv2-c++-tools

2. Uninstall "lv2-c++-tools" package

Please follow the steps below to uninstall lv2-c++-tools on Kali Linux:

$ sudo apt remove lv2-c++-tools $ sudo apt autoclean && sudo apt autoremove

3. Information about the lv2-c++-tools package on Kali Linux

Package: lv2-c++-tools
Source: lv2-c++-tools (1.0.5-4)
Version: 1.0.5-4+b2
Installed-Size: 235
Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Depends: libpaq0, libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Suggests: lv2-c++-tools-doc
Size: 54220
SHA256: 384c2976aa857a59f2871e1bdc8b1e776129093594b5cfe56c0d6c949157c1a9
SHA1: ea4d093180ca17c58eb866ca765f8722a6697707
MD5sum: 434c294fa90ebdfe968b7dbda8396f9d
Description: library and tools for LV2 plugins
These are some tools and libraries that may come in handy
when writing LV2 plugins in C++.
.
The following static libraries are provided:
* liblv2-plugin is a C++ library that you can use to write LV2
plugins by inheriting from a plugin base class and overriding
a small number of functions.
* liblv2-gui is a C++ library that you can use to write LV2
plugin GUIs.
.
This package also contains the binaries lv2peg and lv2soname:
* lv2peg is a program that generates C header files from
Turtle files containing LV2 plugin data.
* lv2soname is a program that generate the RDF triples needed
to tell hosts that the library with that soname must never be
unloaded even after your plugin GUI library has been unloaded.
.
This package provides runtime objects and development files.
Description-md5: f5c0bd09d9c86f56862ac99de0744837
Homepage: http://ll-plugins.nongnu.org/hacking.html
Section: utils
Priority: optional
Filename: pool/main/l/lv2-c++-tools/lv2-c++-tools_1.0.5-4+b2_amd64.deb