How to Install and Uninstall python3-pyswip.noarch Package on Fedora 39

Last updated: October 01,2024

1. Install "python3-pyswip.noarch" package

Please follow the instructions below to install python3-pyswip.noarch on Fedora 39

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

2. Uninstall "python3-pyswip.noarch" package

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

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

3. Information about the python3-pyswip.noarch package on Fedora 39

Last metadata expiration check: 0:42:16 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-pyswip
Version : 0.2.10
Release : 12.fc39
Architecture : noarch
Size : 60 k
Source : python-pyswip-0.2.10-12.fc39.src.rpm
Repository : fedora
Summary : Python-SWI-Prolog bridge
URL : https://github.com/yuce/pyswip
License : MIT
Description : PySWIP is a Python - SWI-Prolog bridge enabling to query SWI-Prolog in your
: Python programs. It features an (incomplete) SWI-Prolog foreign language
: interface, a utility class that makes it easy querying with Prolog and also a
: Pythonic interface.