How to Install and Uninstall python3-simplemediawiki.noarch Package on CentOS Stream 8

Last updated: May 19,2024

1. Install "python3-simplemediawiki.noarch" package

Here is a brief guide to show you how to install python3-simplemediawiki.noarch on CentOS Stream 8

$ 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 CentOS Stream 8:

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

3. Information about the python3-simplemediawiki.noarch package on CentOS Stream 8

Last metadata expiration check: 3:18:59 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-simplemediawiki
Version : 1.2.0
Release : 0.18.b2.el8
Architecture : noarch
Size : 176 k
Source : python-simplemediawiki-1.2.0-0.18.b2.el8.src.rpm
Repository : epel
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.