How to Install and Uninstall python3-simplemediawiki.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 29,2024

1. Install "python3-simplemediawiki.noarch" package

This tutorial shows how to install python3-simplemediawiki.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-simplemediawiki.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-simplemediawiki.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-simplemediawiki.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:03:16 ago on Mon Feb 26 15:59:38 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.