How to Install and Uninstall python3-clingo.x86_64 Package on Fedora 38

Last updated: September 30,2024

1. Install "python3-clingo.x86_64" package

In this section, we are going to explain the necessary steps to install python3-clingo.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install python3-clingo.x86_64

2. Uninstall "python3-clingo.x86_64" package

Please follow the step by step instructions below to uninstall python3-clingo.x86_64 on Fedora 38:

$ sudo dnf remove python3-clingo.x86_64 $ sudo dnf autoremove

3. Information about the python3-clingo.x86_64 package on Fedora 38

Last metadata expiration check: 1:59:54 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-clingo
Version : 5.6.2
Release : 1.fc38
Architecture : x86_64
Size : 199 k
Source : clingo-5.6.2-1.fc38.src.rpm
Repository : fedora
Summary : Python 3 bindings for Clingo
URL : https://potassco.org/clingo/
License : MIT
Description : This module provides functions and classes to work with ground terms and to
: control the instantiation process. In clingo builts, additional functions to
: control and inspect the solving process are available.
:
: Functions defined in a python script block are callable during the
: instantiation process using @-syntax. The default grounding/solving process can
: be customized if a main function is provided.
:
: Detailed information (including a User's manual), source code, and pre-compiled
: binaries are available at: http://potassco.org/