How to Install and Uninstall sratom.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 28,2024

1. Install "sratom.x86_64" package

Please follow the steps below to install sratom.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install sratom.x86_64

2. Uninstall "sratom.x86_64" package

Please follow the steps below to uninstall sratom.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove sratom.x86_64 $ sudo dnf autoremove

3. Information about the sratom.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:13:06 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : sratom
Version : 0.6.10
Release : 2.el9
Architecture : x86_64
Size : 26 k
Source : sratom-0.6.10-2.el9.src.rpm
Repository : epel
Summary : A C library for serializing LV2 plugins
URL : http://drobilla.net/software/sratom/
License : MIT
Description : 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.