How To Install sratom on Fedora 34

sratom is A C library for serializing LV2 plugins A C library for serializing LV2 plugins

Introduction

In this tutorial we learn how to install sratom on Fedora 34.

What is sratom

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. sratom 0.6.6 2.fc34 x86_64 25 k sratom-0.6.6-2.fc34.src.rpm fedora A C library for serializing LV2 plugins http MIT 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.

We can use yum or dnf to install sratom on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install sratom.

Install sratom on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install sratom using dnf by running the following command:

sudo dnf -y install sratom

Install sratom on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install sratom using yum by running the following command:

sudo yum -y install sratom

How To Uninstall sratom on Fedora 34

To uninstall only the sratom package we can use the following command:

sudo dnf remove sratom

sratom Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/becc49aa28f6edb93964356f9ce0e0862966df
/usr/lib64/libsratom-0.so.0
/usr/lib64/libsratom-0.so.0.6.6
/usr/share/doc/sratom
/usr/share/doc/sratom/NEWS
/usr/share/doc/sratom/README.md
/usr/share/licenses/sratom
/usr/share/licenses/sratom/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/3594eddec5760d45e7cd849459fd66aa318539
/usr/lib/libsratom-0.so.0
/usr/lib/libsratom-0.so.0.6.6
/usr/share/doc/sratom
/usr/share/doc/sratom/NEWS
/usr/share/doc/sratom/README.md
/usr/share/licenses/sratom
/usr/share/licenses/sratom/COPYING

References

Summary

In this tutorial we learn how to install sratom on Fedora 34 using yum and dnf.