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

Last updated: January 16,2025

1. Install "python3-clingo.x86_64" package

Learn how to install python3-clingo.x86_64 on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 0:09:11 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-clingo
Version : 5.4.1
Release : 3.fc35
Architecture : x86_64
Size : 257 k
Source : clingo-5.4.1-3.fc35.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/