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

Last updated: October 05,2024

1. Install "python3-simplemediawiki.noarch" package

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

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

2. Uninstall "python3-simplemediawiki.noarch" package

This guide covers the steps necessary to uninstall python3-simplemediawiki.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:39:07 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-simplemediawiki
Version : 1.2.0
Release : 0.25.b2.fc34
Architecture : noarch
Size : 161 k
Source : python-simplemediawiki-1.2.0-0.25.b2.fc34.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.