How to Install and Uninstall python3-simplemediawiki.noarch Package on Fedora 35

Last updated: July 04,2024

1. Install "python3-simplemediawiki.noarch" package

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

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

2. Uninstall "python3-simplemediawiki.noarch" package

This guide let you learn how to uninstall python3-simplemediawiki.noarch on Fedora 35:

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

3. Information about the python3-simplemediawiki.noarch package on Fedora 35

Last metadata expiration check: 2:55:22 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-simplemediawiki
Version : 1.2.0
Release : 0.27.b2.fc35
Architecture : noarch
Size : 172 k
Source : python-simplemediawiki-1.2.0-0.27.b2.fc35.src.rpm
Repository : fedora
Summary : Extremely low-level wrapper to the MediaWiki API
URL : https://github.com/ianweller/python-simplemediawiki
License : LGPLv2+
Description : The module simplemediawiki is an extremely low-level wrapper to the MediaWiki
: API. It automatically handles cookies and g zip compression so that you can
: make basic calls to the API in the easiest way possible. It also provides a
: few functions to make day-to-day API access easier.
:
: This is the Python 3 version.