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

Last updated: October 10,2024

1. Install "sratom-devel.i686" package

This guide covers the steps necessary to install sratom-devel.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install sratom-devel.i686

2. Uninstall "sratom-devel.i686" package

Please follow the instructions below to uninstall sratom-devel.i686 on Fedora 39:

$ sudo dnf remove sratom-devel.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:43:37 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : sratom-devel
Version : 0.6.14
Release : 2.fc39
Architecture : i686
Size : 34 k
Source : sratom-0.6.14-2.fc39.src.rpm
Repository : fedora
Summary : Development libraries and headers for sratom
URL : https://drobilla.net/software/sratom/
License : MIT
Description : sratom is a 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.
:
: This package contains the headers and development libraries for sratom.