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

Last updated: January 08,2025

1. Install "sratom.i686" package

This is a short guide on how to install sratom.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install sratom.i686

2. Uninstall "sratom.i686" package

This tutorial shows how to uninstall sratom.i686 on Fedora 39:

$ sudo dnf remove sratom.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 5:11:01 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : sratom
Version : 0.6.14
Release : 2.fc39
Architecture : i686
Size : 26 k
Source : sratom-0.6.14-2.fc39.src.rpm
Repository : fedora
Summary : A C library for serializing LV2 plugins
URL : https://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.