How To Install liblilv-0-0 on Ubuntu 20.04
Introduction
In this tutorial we learn how to install liblilv-0-0 on Ubuntu 20.04.
What is liblilv-0-0
liblilv-0-0 is:
Lilv (formerly SLV2) is a library for LV2 hosts intended to make using LV2 Plugins as simple as possible (without sacrificing capabilities).
Lilv is the successor to SLV2, rewritten to be significantly faster and have minimal dependencies.
This package provides the shared library. Task: kubuntu-desktop, kubuntu-full, xubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop, ubuntukylin-desktop, ubuntu-mate-core, ubuntu-mate-desktop, ubuntu-budgie-desktop
Package: liblilv-0-0 Architecture: amd64 Version: 0.24.6-1 Multi-Arch: same Priority: optional Section: universe/libs Source: lilv Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian Multimedia Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 130 Depends: libc6 (>= 2.14), libserd-0-0 (>= 0.30.2), libsord-0-0 (>= 0.14.0~dfsg0), libsratom-0-0 (>= 0.4.6~dfsg0) Filename: pool/universe/l/lilv/liblilv-0-0_0.24.6-1_amd64.deb Size: 40392 MD5sum: 9a11bc2d447a38679f9e3de03e5c5716 SHA1: 9e8804712b8a20c98823f704f8ba3d36a8c938d5 SHA256: d85d25db920bdf881aba883193e031a06d21aaeaeb799810e7accad9c7af99eb Homepage: https://drobilla.net/software/lilv/ Description-en: library for simple use of LV2 plugins Lilv (formerly SLV2) is a library for LV2 hosts intended to make using LV2 Plugins as simple as possible (without sacrificing capabilities).
Lilv is the successor to SLV2, rewritten to be significantly faster and have minimal dependencies.
This package provides the shared library. Task: kubuntu-desktop, kubuntu-full, xubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop, ubuntukylin-desktop, ubuntu-mate-core, ubuntu-mate-desktop, ubuntu-budgie-desktop
There are three methods to install liblilv-0-0 on Ubuntu 20.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.
Install liblilv-0-0 Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get update
After updating apt database, We can install liblilv-0-0 using apt-get by running the following command:
sudo apt-get -y install liblilv-0-0
Install liblilv-0-0 Using apt
Update apt database with apt using the following command.
sudo apt update
After updating apt database, We can install liblilv-0-0 using apt by running the following command:
sudo apt -y install liblilv-0-0
Install liblilv-0-0 Using aptitude
If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.
sudo aptitude update
After updating apt database, We can install liblilv-0-0 using aptitude by running the following command:
sudo aptitude -y install liblilv-0-0
How To Uninstall liblilv-0-0 on Ubuntu 20.04
To uninstall only the liblilv-0-0 package we can use the following command:
sudo apt-get remove liblilv-0-0
Uninstall liblilv-0-0 And Its Dependencies
To uninstall liblilv-0-0 and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:
sudo apt-get -y autoremove liblilv-0-0
Remove liblilv-0-0 Configurations and Data
To remove liblilv-0-0 configuration and data from Ubuntu 20.04 we can use the following command:
sudo apt-get -y purge liblilv-0-0
Remove liblilv-0-0 configuration, data, and all of its dependencies
We can use the following command to remove liblilv-0-0 configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge liblilv-0-0
References
Summary
In this tutorial we learn how to install liblilv-0-0 package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.