How to Install and Uninstall libsuil-0-0 Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "libsuil-0-0" package

This guide let you learn how to install libsuil-0-0 on openSuSE Tumbleweed

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

2. Uninstall "libsuil-0-0" package

This tutorial shows how to uninstall libsuil-0-0 on openSuSE Tumbleweed:

$ sudo zypper remove libsuil-0-0

3. Information about the libsuil-0-0 package on openSuSE Tumbleweed

Information for package libsuil-0-0:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libsuil-0-0
Version : 0.10.20-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 19.2 KiB
Installed : No
Status : not installed
Source package : suil-0.10.20-1.2.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.