How To Install rasqal on Fedora 36
Introduction
In this tutorial we learn how to install rasqal
on Fedora 36.
What is rasqal
Rasqal is a library providing full support for querying Resource Description Framework (RDF) including parsing query syntaxes, constructing the queries, executing them and returning result formats. It currently handles the RDF Data Query Language (RDQL) and SPARQL Query language.
We can use yum
or dnf
to install rasqal
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rasqal.
Install rasqal 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 rasqal
using dnf
by running the following command:
sudo dnf -y install rasqal
Install rasqal 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 rasqal
using yum
by running the following command:
sudo yum -y install rasqal
How To Uninstall rasqal on Fedora 36
To uninstall only the rasqal
package we can use the following command:
sudo dnf remove rasqal
rasqal Package Contents on Fedora 36
/usr/bin/roqet
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/e6ac139510e32366e83aa591e5735ec27c290e
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/fa817a5db5432097294e266403db5fa7f18396
/usr/lib/librasqal.so.3
/usr/lib/librasqal.so.3.0.0
/usr/share/doc/rasqal
/usr/share/doc/rasqal/AUTHORS
/usr/share/doc/rasqal/ChangeLog
/usr/share/doc/rasqal/NEWS
/usr/share/doc/rasqal/NOTICE
/usr/share/doc/rasqal/README
/usr/share/doc/rasqal/RELEASE.html
/usr/share/licenses/rasqal
/usr/share/licenses/rasqal/COPYING
/usr/share/licenses/rasqal/COPYING.LIB
/usr/share/licenses/rasqal/LICENSE-2.0.txt
/usr/share/licenses/rasqal/LICENSE.txt
/usr/share/man/man1/roqet.1.gz
References
Summary
In this tutorial we learn how to install rasqal
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install rasqal on Fedora 36” linkTitle: “rasqal” type: “docs” description: “In this tutorial we learn how to install rasqal in Fedora 36. rasqal is RDF Query Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/rasqal-featured.png
Introduction
In this tutorial we learn how to install rasqal
on Fedora 36.
What is rasqal
Rasqal is a library providing full support for querying Resource Description Framework (RDF) including parsing query syntaxes, constructing the queries, executing them and returning result formats. It currently handles the RDF Data Query Language (RDQL) and SPARQL Query language.
We can use yum
or dnf
to install rasqal
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rasqal.
Install rasqal 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 rasqal
using dnf
by running the following command:
sudo dnf -y install rasqal
Install rasqal 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 rasqal
using yum
by running the following command:
sudo yum -y install rasqal
How To Uninstall rasqal on Fedora 36
To uninstall only the rasqal
package we can use the following command:
sudo dnf remove rasqal
rasqal Package Contents on Fedora 36
/usr/bin/roqet
/usr/lib/.build-id
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/c4a02a5fc4f804311167b273017a6f27aee029
/usr/lib/.build-id/90
/usr/lib/.build-id/90/5bf3be4371930be5754ad33af4a395c0d57706
/usr/lib64/librasqal.so.3
/usr/lib64/librasqal.so.3.0.0
/usr/share/doc/rasqal
/usr/share/doc/rasqal/AUTHORS
/usr/share/doc/rasqal/ChangeLog
/usr/share/doc/rasqal/NEWS
/usr/share/doc/rasqal/NOTICE
/usr/share/doc/rasqal/README
/usr/share/doc/rasqal/RELEASE.html
/usr/share/licenses/rasqal
/usr/share/licenses/rasqal/COPYING
/usr/share/licenses/rasqal/COPYING.LIB
/usr/share/licenses/rasqal/LICENSE-2.0.txt
/usr/share/licenses/rasqal/LICENSE.txt
/usr/share/man/man1/roqet.1.gz
References
Summary
In this tutorial we learn how to install rasqal
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).