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

Last updated: May 03,2024

1. Install "datalog.i686" package

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

$ sudo dnf update $ sudo dnf install datalog.i686

2. Uninstall "datalog.i686" package

Here is a brief guide to show you how to uninstall datalog.i686 on Fedora 35:

$ sudo dnf remove datalog.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:47:07 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : datalog
Version : 2.6
Release : 17.fc35
Architecture : i686
Size : 67 k
Source : datalog-2.6-17.fc35.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.