How To Install dataquay on Fedora 36

In this tutorial we learn how to install dataquay in Fedora 36. dataquay is Simple RDF for C++ and Qt applications

Introduction

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

What is dataquay

Dataquay is a free open source library that provides a friendly C++ interface to an RDF datastore using Qt4 classes and containers. Supported datastores are the popular and feature-complete Redland and the lightweight Sord. Dataquay is simple to use and easy to integrate. It is principally aimed at Qt-based applications that would like to use an RDF datastore as backing for in-memory project data, to avoid having to invent file formats or XML schemas and to make it easy to augment the data with descriptive metadata pulled in from external sources. It’s also useful for applications with ad-hoc needs for metadata management using RDF sources. Dataquay does not use a separate database, instead using in-memory storage with separate file import and export facilities. Although it offers a choice of datastore implementations, the choice is made at compile time when deploying your application. The Fedora package is configured to use Redland, as recommended by the developers for general use.

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

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

sudo dnf -y install dataquay

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

sudo yum -y install dataquay

How To Uninstall dataquay on Fedora 36

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

sudo dnf remove dataquay

dataquay Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/82
/usr/lib/.build-id/82/50a73e57bf6ab036e21ab5e2edd1f2afb210d1
/usr/lib/libdataquay.so.0
/usr/lib/libdataquay.so.0.9
/usr/lib/libdataquay.so.0.9.1
/usr/share/doc/dataquay
/usr/share/doc/dataquay/CHANGELOG
/usr/share/doc/dataquay/README.txt
/usr/share/licenses/dataquay
/usr/share/licenses/dataquay/COPYING

References

Summary

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


title: “How To Install dataquay on Fedora 36” linkTitle: “dataquay” type: “docs” description: “In this tutorial we learn how to install dataquay in Fedora 36. dataquay is Simple RDF for C++ and Qt applications” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/dataquay-featured.png

Introduction

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

What is dataquay

Dataquay is a free open source library that provides a friendly C++ interface to an RDF datastore using Qt4 classes and containers. Supported datastores are the popular and feature-complete Redland and the lightweight Sord. Dataquay is simple to use and easy to integrate. It is principally aimed at Qt-based applications that would like to use an RDF datastore as backing for in-memory project data, to avoid having to invent file formats or XML schemas and to make it easy to augment the data with descriptive metadata pulled in from external sources. It’s also useful for applications with ad-hoc needs for metadata management using RDF sources. Dataquay does not use a separate database, instead using in-memory storage with separate file import and export facilities. Although it offers a choice of datastore implementations, the choice is made at compile time when deploying your application. The Fedora package is configured to use Redland, as recommended by the developers for general use.

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

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

sudo dnf -y install dataquay

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

sudo yum -y install dataquay

How To Uninstall dataquay on Fedora 36

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

sudo dnf remove dataquay

dataquay Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/86
/usr/lib/.build-id/86/75f00207329ab9ad1696449307f4555a426146
/usr/lib64/libdataquay.so.0
/usr/lib64/libdataquay.so.0.9
/usr/lib64/libdataquay.so.0.9.1
/usr/share/doc/dataquay
/usr/share/doc/dataquay/CHANGELOG
/usr/share/doc/dataquay/README.txt
/usr/share/licenses/dataquay
/usr/share/licenses/dataquay/COPYING

References

Summary

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