How to Install and Uninstall python3-pyke.noarch Package on Fedora 36

Last updated: January 07,2025

1. Install "python3-pyke.noarch" package

In this section, we are going to explain the necessary steps to install python3-pyke.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-pyke.noarch

2. Uninstall "python3-pyke.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-pyke.noarch on Fedora 36:

$ sudo dnf remove python3-pyke.noarch $ sudo dnf autoremove

3. Information about the python3-pyke.noarch package on Fedora 36

Last metadata expiration check: 5:44:32 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-pyke
Version : 1.1.1
Release : 39.fc36
Architecture : noarch
Size : 899 k
Source : pyke-1.1.1-39.fc36.src.rpm
Repository : fedora
Summary : Knowledge-based inference engine
URL : http://pyke.sourceforge.net/
License : MIT
Description : Pyke is a knowledge-based inference engine (expert system) written in 100%
: python that can:
: * Do both forward-chaining (data driven) and backward-chaining (goal
: directed) inferencing.
: * Automatically generate python programs by assembling individual python
: functions into complete call graphs.