How To Install serd on Fedora 36

In this tutorial we learn how to install serd in Fedora 36. serd is A lightweight C library for RDF syntax

Introduction

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

What is serd

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.

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

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

sudo dnf -y install serd

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

sudo yum -y install serd

How To Uninstall serd on Fedora 36

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

sudo dnf remove serd

serd Package Contents on Fedora 36

/usr/bin/serdi
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/3dfb897aeb6a3c2b08b6d09060306b08fea68a
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/a64852e05466d9401aea5e7b16293d26b0df06
/usr/lib64/libserd-0.so.0
/usr/lib64/libserd-0.so.0.30.10
/usr/share/doc/serd
/usr/share/doc/serd/AUTHORS
/usr/share/doc/serd/NEWS
/usr/share/doc/serd/README.md
/usr/share/licenses/serd
/usr/share/licenses/serd/COPYING
/usr/share/man/man1/serdi.1.gz

References

Summary

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


title: “How To Install serd on Fedora 36” linkTitle: “serd” type: “docs” description: “In this tutorial we learn how to install serd in Fedora 36. serd is A lightweight C library for RDF syntax” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/serd-featured.png

Introduction

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

What is serd

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.

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

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

sudo dnf -y install serd

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

sudo yum -y install serd

How To Uninstall serd on Fedora 36

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

sudo dnf remove serd

serd Package Contents on Fedora 36

/usr/bin/serdi
/usr/lib/.build-id
/usr/lib/.build-id/74
/usr/lib/.build-id/74/98a48f4f26aaf2ab320dfdae543cd47fba98cc
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/b54cde8792f32747b6812965b6d288cd8dcdf4
/usr/lib/libserd-0.so.0
/usr/lib/libserd-0.so.0.30.10
/usr/share/doc/serd
/usr/share/doc/serd/AUTHORS
/usr/share/doc/serd/NEWS
/usr/share/doc/serd/README.md
/usr/share/licenses/serd
/usr/share/licenses/serd/COPYING
/usr/share/man/man1/serdi.1.gz

References

Summary

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