How to Install and Uninstall mariadb-oqgraph-engine.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "mariadb-oqgraph-engine.x86_64" package

Please follow the steps below to install mariadb-oqgraph-engine.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install mariadb-oqgraph-engine.x86_64

2. Uninstall "mariadb-oqgraph-engine.x86_64" package

In this section, we are going to explain the necessary steps to uninstall mariadb-oqgraph-engine.x86_64 on Rocky Linux 8:

$ sudo dnf remove mariadb-oqgraph-engine.x86_64 $ sudo dnf autoremove

3. Information about the mariadb-oqgraph-engine.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:12:21 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : mariadb-oqgraph-engine
Epoch : 3
Version : 10.3.32
Release : 2.module+el8.5.0+777+18007c86
Architecture : x86_64
Size : 113 k
Source : mariadb-10.3.32-2.module+el8.5.0+777+18007c86.src.rpm
Repository : appstream
Summary : The Open Query GRAPH engine for MariaDB
URL : http://mariadb.org
License : GPLv2 with exceptions and LGPLv2 and BSD
Description : The package provides Open Query GRAPH engine (OQGRAPH) as plugin for MariaDB
: database server. OQGRAPH is a computation engine allowing hierarchies and more
: complex graph structures to be handled in a relational fashion. In a nutshell,
: tree structures and friend-of-a-friend style searches can now be done using
: standard SQL syntax, and results joined onto other tables.