How to Install and Uninstall libsuil-0-0 Package on openSUSE Leap

Last updated: May 17,2024

1. Install "libsuil-0-0" package

Please follow the guidelines below to install libsuil-0-0 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libsuil-0-0

2. Uninstall "libsuil-0-0" package

Learn how to uninstall libsuil-0-0 on openSUSE Leap:

$ sudo zypper remove libsuil-0-0

3. Information about the libsuil-0-0 package on openSUSE Leap

Information for package libsuil-0-0:
------------------------------------
Repository : Main Repository
Name : libsuil-0-0
Version : 0.10.10-bp155.1.15
Arch : x86_64
Vendor : openSUSE
Installed Size : 15.1 KiB
Installed : No
Status : not installed
Source package : suil-0.10.10-bp155.1.15.src
Upstream URL : https://drobilla.net/software/suil.html
Summary : Lightweight C library for loading and wrapping LV2 plugin UIs
Description :
Suil is a lightweight C library for loading and wrapping LV2 plugin UIs.
Suil makes it possible to load a UI of any toolkit in a host using any
other toolkit (assuming the toolkits are both supported by Suil).
Hosts do not need to build against or link to foreign toolkit libraries
to use UIs written with that toolkit (Suil performs its magic at
runtime using dynamically loaded modules). The API is designed such that
hosts do not need to explicitly support particular toolkits whatsoever.
If Suil supports a particular toolkit, then all hosts that use Suil will
support that toolkit.