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

Last updated: October 05,2024

1. Install "dataquay.i686" package

Here is a brief guide to show you how to install dataquay.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install dataquay.i686

2. Uninstall "dataquay.i686" package

This guide let you learn how to uninstall dataquay.i686 on Fedora 34:

$ sudo dnf remove dataquay.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:56:01 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : dataquay
Version : 0.9.1
Release : 5.20190227gitb82360a98f49.fc34
Architecture : i686
Size : 182 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.