How To Install sratom on Fedora 36

In this tutorial we learn how to install sratom in Fedora 36. sratom is A C library for serializing LV2 plugins

Introduction

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

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.

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

Install sratom on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install sratom

Install sratom on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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 36

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

sudo dnf remove sratom

sratom Package Contents on Fedora 36

---
title: "How To Install sratom on Fedora 36"
linkTitle: "sratom"
type: "docs"
description: "In this tutorial we learn how to install sratom in Fedora 36. sratom is A C library for serializing LV2 plugins"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/sratom-featured.png
---

## Introduction

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

### 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.  

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

## Install sratom on Fedora 36 Using dnf

/usr/lib/.build-id
/usr/lib/.build-id/63
/usr/lib/.build-id/63/edf2bd6eb5a842d5b428fc3cd9a07c54200f7d
/usr/lib/libsratom-0.so.0
/usr/lib/libsratom-0.so.0.6.8
/usr/share/doc/sratom
/usr/share/doc/sratom/NEWS
/usr/share/doc/sratom/README.md
/usr/share/licenses/sratom
/usr/share/licenses/sratom/COPYING
Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh


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


```bash
* [sratom website](http://drobilla.net/software/sratom/)
sudo dnf -y install sratom

Summary

Install sratom on Fedora 36 Using yum

In this tutorial we learn how to install sratom on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

Update yum database with yum using the following command.

sudo yum makecache --refresh

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 36

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

sudo dnf remove sratom

sratom Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/271a63603af547e6ca2126da976ed92978e99f
/usr/lib64/libsratom-0.so.0
/usr/lib64/libsratom-0.so.0.6.8
/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 36 using yum and [dnf]((/fedora/36/dnf/).