How To Install datalog on Fedora 36

In this tutorial we learn how to install datalog in Fedora 36. datalog is A Lightweight Deductive Database using Datalog

Introduction

In this tutorial we learn how to install datalog on Fedora 36.

What is datalog

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.

We can use yum or dnf to install datalog on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install datalog.

Install datalog on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install datalog using dnf by running the following command:

sudo dnf -y install datalog

Install datalog on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install datalog using yum by running the following command:

sudo yum -y install datalog

How To Uninstall datalog on Fedora 36

To uninstall only the datalog package we can use the following command:

sudo dnf remove datalog

datalog Package Contents on Fedora 36

/usr/bin/datalog
/usr/lib/.build-id
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/e04a992f87627801bc15c2bd50c7eacecb7a7f
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/2f1110171909a6920a088c58eb2e33cd252b8e
/usr/lib64/libdatalog.so.0
/usr/lib64/libdatalog.so.0.0.0
/usr/share/doc/datalog
/usr/share/doc/datalog/AUTHORS
/usr/share/doc/datalog/COPYING.LIB
/usr/share/doc/datalog/ChangeLog
/usr/share/doc/datalog/NEWS
/usr/share/doc/datalog/README
/usr/share/doc/datalog/datalog.html
/usr/share/info/datalog.info.gz
/usr/share/lua/5.4/datalog.lua
/usr/share/man/man1/datalog.1.gz

References

Summary

In this tutorial we learn how to install datalog on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install datalog on Fedora 36” linkTitle: “datalog” type: “docs” description: “In this tutorial we learn how to install datalog in Fedora 36. datalog is A Lightweight Deductive Database using Datalog” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/datalog-featured.png

Introduction

In this tutorial we learn how to install datalog on Fedora 36.

What is datalog

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.

We can use yum or dnf to install datalog on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install datalog.

Install datalog on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install datalog using dnf by running the following command:

sudo dnf -y install datalog

Install datalog on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install datalog using yum by running the following command:

sudo yum -y install datalog

How To Uninstall datalog on Fedora 36

To uninstall only the datalog package we can use the following command:

sudo dnf remove datalog

datalog Package Contents on Fedora 36

/usr/bin/datalog
/usr/lib/.build-id
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/bfd847b5174814ba58147ad04545dbb0dc7101
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/7d7f1b93031deea1ae3508aec5e8ecb0442c56
/usr/lib/libdatalog.so.0
/usr/lib/libdatalog.so.0.0.0
/usr/share/doc/datalog
/usr/share/doc/datalog/AUTHORS
/usr/share/doc/datalog/COPYING.LIB
/usr/share/doc/datalog/ChangeLog
/usr/share/doc/datalog/NEWS
/usr/share/doc/datalog/README
/usr/share/doc/datalog/datalog.html
/usr/share/info/datalog.info.gz
/usr/share/lua/5.4/datalog.lua
/usr/share/man/man1/datalog.1.gz

References

Summary

In this tutorial we learn how to install datalog on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).