How to Install and Uninstall suil.i686 Package on Fedora 35

Last updated: September 21,2024

1. Install "suil.i686" package

Please follow the steps below to install suil.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install suil.i686

2. Uninstall "suil.i686" package

Please follow the steps below to uninstall suil.i686 on Fedora 35:

$ sudo dnf remove suil.i686 $ sudo dnf autoremove

3. Information about the suil.i686 package on Fedora 35

Last metadata expiration check: 0:27:20 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : suil
Version : 0.10.8
Release : 3.fc35
Architecture : i686
Size : 56 k
Source : suil-0.10.8-3.fc35.src.rpm
Repository : fedora
Summary : A lightweight C library for loading and wrapping LV2 plugin UIs
URL : http://drobilla.net/software/suil/
License : MIT
Description : 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).