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

Last updated: October 06,2024

1. Install "datalog.x86_64" package

Please follow the instructions below to install datalog.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install datalog.x86_64

2. Uninstall "datalog.x86_64" package

Please follow the step by step instructions below to uninstall datalog.x86_64 on Fedora 35:

$ sudo dnf remove datalog.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:41:49 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : datalog
Version : 2.6
Release : 17.fc35
Architecture : x86_64
Size : 66 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.