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

Last updated: October 05,2024

1. Install "datalog.i686" package

This is a short guide on how to install datalog.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install datalog.i686

2. Uninstall "datalog.i686" package

Learn how to uninstall datalog.i686 on Fedora 34:

$ sudo dnf remove datalog.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:26:20 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : datalog
Version : 2.6
Release : 16.fc34
Architecture : i686
Size : 69 k
Source : datalog-2.6-16.fc34.src.rpm
Repository : fedora
Summary : A Lightweight Deductive Database using Datalog
URL : http://sourceforge.net/projects/datalog
License : LGPLv2+
Description : This package contains a lightweight deductive database system.
: Queries and database updates are expressed using Datalog--a
: declarative logic language in which each formula is a function-free
: Horn clause, and every variable in the head of a clause must appear in
: the body of the clause. The use of Datalog syntax and an
: implementation based on tabling intermediate results, ensures that all
: queries terminate.
:
: The components in this package are designed to be small, and usable on
: memory constrained devices. The package includes an interactive
: interpreter for Datalog, and the development package has a library
: that can be used to embed the interpreter into C programs.