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

Last updated: February 08,2025

1. Install "python3-clingo.x86_64" package

Here is a brief guide to show you how to install python3-clingo.x86_64 on Fedora 34

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

2. Uninstall "python3-clingo.x86_64" package

Please follow the instructions below to uninstall python3-clingo.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:19:55 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-clingo
Version : 5.4.1
Release : 1.fc34
Architecture : x86_64
Size : 256 k
Source : clingo-5.4.1-1.fc34.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/