How To Install sratom-devel on Fedora 36

In this tutorial we learn how to install sratom-devel in Fedora 36. sratom-devel is Development libraries and headers for sratom

Introduction

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

What is sratom-devel

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.

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

Install sratom-devel 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-devel using dnf by running the following command:

sudo dnf -y install sratom-devel

Install sratom-devel 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-devel using yum by running the following command:

sudo yum -y install sratom-devel

How To Uninstall sratom-devel on Fedora 36

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

sudo dnf remove sratom-devel

sratom-devel Package Contents on Fedora 36

---
title: "How To Install sratom-devel on Fedora 36"
linkTitle: "sratom-devel"
type: "docs"
description: "In this tutorial we learn how to install sratom-devel in Fedora 36. sratom-devel is Development libraries and headers for sratom"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/sratom-devel-featured.png
---

## Introduction

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

### What is `sratom-devel`

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

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

## Install sratom-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install sratom-devel

Install sratom-devel 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-devel using yum by running the following command:

sudo yum -y install sratom-devel

How To Uninstall sratom-devel on Fedora 36

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

sudo dnf remove sratom-devel

sratom-devel Package Contents on Fedora 36

/usr/include/sratom-0
/usr/include/sratom-0/sratom
/usr/include/sratom-0/sratom/sratom.h
/usr/lib/libsratom-0.so
/usr/lib/pkgconfig/sratom-0.pc
/usr/share/doc/sratom/sratom-0
/usr/share/doc/sratom/sratom-0/c
/usr/share/doc/sratom/sratom-0/c/singlehtml
/usr/share/doc/sratom/sratom-0/c/singlehtml/.buildinfo
/usr/share/doc/sratom/sratom-0/c/singlehtml/_static
/usr/share/doc/sratom/sratom-0/c/singlehtml/_static/pygments.css
/usr/share/doc/sratom/sratom-0/c/singlehtml/_static/sphinx_lv2_theme.css
/usr/share/doc/sratom/sratom-0/c/singlehtml/index.html
/usr/share/doc/sratom/sratom-0/c/singlehtml/objects.inv

References

Summary

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

/usr/include/sratom-0 /usr/include/sratom-0/sratom /usr/include/sratom-0/sratom/sratom.h /usr/lib64/libsratom-0.so /usr/lib64/pkgconfig/sratom-0.pc /usr/share/doc/sratom/sratom-0 /usr/share/doc/sratom/sratom-0/c /usr/share/doc/sratom/sratom-0/c/singlehtml /usr/share/doc/sratom/sratom-0/c/singlehtml/.buildinfo /usr/share/doc/sratom/sratom-0/c/singlehtml/_static /usr/share/doc/sratom/sratom-0/c/singlehtml/_static/pygments.css /usr/share/doc/sratom/sratom-0/c/singlehtml/_static/sphinx_lv2_theme.css /usr/share/doc/sratom/sratom-0/c/singlehtml/index.html /usr/share/doc/sratom/sratom-0/c/singlehtml/objects.inv


## References

* [sratom-devel website](http://drobilla.net/software/sratom/)

## Summary

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