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

Last updated: October 05,2024

1. Install "sratom.i686" package

This guide let you learn how to install sratom.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install sratom.i686

2. Uninstall "sratom.i686" package

Please follow the steps below to uninstall sratom.i686 on Fedora 34:

$ sudo dnf remove sratom.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 4:52:02 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : sratom
Version : 0.6.6
Release : 2.fc34
Architecture : i686
Size : 27 k
Source : sratom-0.6.6-2.fc34.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.