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

Last updated: May 06,2024

1. Install "sratom.i686" package

This guide covers the steps necessary to install sratom.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install sratom.i686

2. Uninstall "sratom.i686" package

Here is a brief guide to show you how to uninstall sratom.i686 on Fedora 35:

$ sudo dnf remove sratom.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 5:51:03 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : sratom
Version : 0.6.6
Release : 3.fc35
Architecture : i686
Size : 26 k
Source : sratom-0.6.6-3.fc35.src.rpm
Repository : fedora
Summary : A C library for serializing LV2 plugins
URL : http://drobilla.net/software/sratom/
License : MIT
Description : sratom is a new C library for serializing LV2 atoms to/from Turtle. It is
: intended to be a full serialization solution for LV2 atoms, allowing
: implementations to serialize binary atoms to strings and read them back again.
: This is particularly useful for saving plugin state, or implementing plugin
: control with network transparency.