How to Install and Uninstall datalog.x86_64 Package on Fedora 38

Last updated: November 27,2024

1. Install "datalog.x86_64" package

This tutorial shows how to install datalog.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install datalog.x86_64

2. Uninstall "datalog.x86_64" package

This guide let you learn how to uninstall datalog.x86_64 on Fedora 38:

$ sudo dnf remove datalog.x86_64 $ sudo dnf autoremove

3. Information about the datalog.x86_64 package on Fedora 38

Last metadata expiration check: 3:59:30 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : datalog
Version : 2.6
Release : 20.fc38
Architecture : x86_64
Size : 66 k
Source : datalog-2.6-20.fc38.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.