How to Install and Uninstall lv2-c++-tools Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

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

Please follow the instructions below to install lv2-c++-tools on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the guidelines below to uninstall lv2-c++-tools on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the lv2-c++-tools package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: lv2-c++-tools
Priority: optional
Section: universe/utils
Installed-Size: 239
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Version: 1.0.5-2ubuntu1
Replaces: libpaq0 (<= 1.0.4-1)
Depends: libpaq0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
Suggests: lv2-c++-tools-doc
Breaks: libpaq0 (<= 1.0.4-1)
Filename: pool/universe/l/lv2-c++-tools/lv2-c++-tools_1.0.5-2ubuntu1_amd64.deb
Size: 55822
MD5sum: 90d6533181174eb3db22c4ae2063f8b8
SHA1: 89ea949b12a4393bdbd372bdf6222eef449261bf
SHA256: e74ff14946feb5769065fe7579bdea052e17621a5f08af71374222672ab9811e
Description-en: 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
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu