How to Install and Uninstall serd.x86_64 Package on Rocky Linux 9

Last updated: October 06,2024

1. Install "serd.x86_64" package

In this section, we are going to explain the necessary steps to install serd.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install serd.x86_64

2. Uninstall "serd.x86_64" package

Please follow the instructions below to uninstall serd.x86_64 on Rocky Linux 9:

$ sudo dnf remove serd.x86_64 $ sudo dnf autoremove

3. Information about the serd.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:24:25 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : serd
Version : 0.30.12
Release : 2.el9
Architecture : x86_64
Size : 61 k
Source : serd-0.30.12-2.el9.src.rpm
Repository : epel
Summary : A lightweight C library for RDF syntax
URL : http://drobilla.net/software/serd/
License : ISC
Description : serd is a lightweight C library for RDF syntax which supports reading and
: writing Turtle, TRiG, NTriples, and NQuads.
:
: Serd is suitable for performance-critical or resource-limited applications,
: such as serialising very large data sets, network protocols, or embedded
: systems that require minimal dependencies and lightweight deployment.