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

Last updated: September 28,2024

1. Install "sratom-devel.i686" package

This tutorial shows how to install sratom-devel.i686 on Fedora 34

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

2. Uninstall "sratom-devel.i686" package

This guide covers the steps necessary to uninstall sratom-devel.i686 on Fedora 34:

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

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

Last metadata expiration check: 2:53:44 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : sratom-devel
Version : 0.6.6
Release : 2.fc34
Architecture : i686
Size : 86 k
Source : sratom-0.6.6-2.fc34.src.rpm
Repository : fedora
Summary : Development libraries and headers for sratom
URL : http://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.