How to Install and Uninstall serd.x86_64 Package on AlmaLinux 9

Last updated: September 28,2024

1. Install "serd.x86_64" package

Learn how to install serd.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install serd.x86_64

2. Uninstall "serd.x86_64" package

This is a short guide on how to uninstall serd.x86_64 on AlmaLinux 9:

$ sudo dnf remove serd.x86_64 $ sudo dnf autoremove

3. Information about the serd.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:23:53 ago on Wed Mar 13 07:41:12 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.