How to Install and Uninstall dataquay.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "dataquay.x86_64" package

In this section, we are going to explain the necessary steps to install dataquay.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install dataquay.x86_64

2. Uninstall "dataquay.x86_64" package

Please follow the step by step instructions below to uninstall dataquay.x86_64 on Fedora 34:

$ sudo dnf remove dataquay.x86_64 $ sudo dnf autoremove

3. Information about the dataquay.x86_64 package on Fedora 34

Last metadata expiration check: 1:21:30 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : dataquay
Version : 0.9.1
Release : 5.20190227gitb82360a98f49.fc34
Architecture : x86_64
Size : 167 k
Source : dataquay-0.9.1-5.20190227gitb82360a98f49.fc34.src.rpm
Repository : fedora
Summary : Simple RDF for C++ and Qt applications
URL : https://www.breakfastquay.com/dataquay/
License : MIT
Description : 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: there is no runtime module system to take into account
: when deploying your application.
:
: The Fedora package is configured to use Redland, as recommended by the
: developers for general use.