How To Install sord on Fedora 36
Introduction
In this tutorial we learn how to install sord
on Fedora 36.
What is sord
A lightweight Resource Description Framework (RDF) C library http ISC sord is a lightweight C library for storing Resource Description Framework (RDF) data in memory. sord and parent library serd form a lightweight RDF tool-set for resource limited or performance critical applications.
We can use yum
or dnf
to install sord
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sord.
Install sord 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 sord
using dnf
by running the following command:
sudo dnf -y install sord
Install sord 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 sord
using yum
by running the following command:
sudo yum -y install sord
How To Uninstall sord on Fedora 36
To uninstall only the sord
package we can use the following command:
sudo dnf remove sord
sord Package Contents on Fedora 36
/usr/bin/sord_validate
/usr/bin/sordi
/usr/lib/.build-id
/usr/lib/.build-id/24
/usr/lib/.build-id/24/5d6a281869cbfb0ad693d02e0ca68552ea91dd
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/0de3590376490cf72a3c6dd362cecd206deba5
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/5d88ae54c90f45a80d48a985ffe71a97c5fbaa
/usr/lib/libsord-0.so.0
/usr/lib/libsord-0.so.0.16.8
/usr/share/doc/sord
/usr/share/doc/sord/AUTHORS
/usr/share/doc/sord/NEWS
/usr/share/doc/sord/README.md
/usr/share/licenses/sord
/usr/share/licenses/sord/COPYING
/usr/share/man/man1/sord_validate.1.gz
/usr/share/man/man1/sordi.1.gz
References
Summary
In this tutorial we learn how to install sord
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install sord on Fedora 36” linkTitle: “sord” type: “docs” description: “In this tutorial we learn how to install sord in Fedora 36. sord is A lightweight Resource Description Framework (RDF) C library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/sord-featured.png
Introduction
In this tutorial we learn how to install sord
on Fedora 36.
What is sord
A lightweight Resource Description Framework (RDF) C library http ISC sord is a lightweight C library for storing Resource Description Framework (RDF) data in memory. sord and parent library serd form a lightweight RDF tool-set for resource limited or performance critical applications.
We can use yum
or dnf
to install sord
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sord.
Install sord 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 sord
using dnf
by running the following command:
sudo dnf -y install sord
Install sord 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 sord
using yum
by running the following command:
sudo yum -y install sord
How To Uninstall sord on Fedora 36
To uninstall only the sord
package we can use the following command:
sudo dnf remove sord
sord Package Contents on Fedora 36
/usr/bin/sord_validate
/usr/bin/sordi
/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/2ae3783a1bce603234083e64bac9b3367d4884
/usr/lib/.build-id/42
/usr/lib/.build-id/42/68c2f6c212052d6668fdb2971e76762c0ffc2a
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/9a07a7c372a44ae2ca17bc60802f20e30a8b34
/usr/lib64/libsord-0.so.0
/usr/lib64/libsord-0.so.0.16.8
/usr/share/doc/sord
/usr/share/doc/sord/AUTHORS
/usr/share/doc/sord/NEWS
/usr/share/doc/sord/README.md
/usr/share/licenses/sord
/usr/share/licenses/sord/COPYING
/usr/share/man/man1/sord_validate.1.gz
/usr/share/man/man1/sordi.1.gz
References
Summary
In this tutorial we learn how to install sord
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).