How to Install and Uninstall python3-simplemediawiki.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python3-simplemediawiki.noarch" package

This tutorial shows how to install python3-simplemediawiki.noarch on Rocky Linux 8

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

2. Uninstall "python3-simplemediawiki.noarch" package

Please follow the steps below to uninstall python3-simplemediawiki.noarch on Rocky Linux 8:

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

3. Information about the python3-simplemediawiki.noarch package on Rocky Linux 8

Last metadata expiration check: 0:10:05 ago on Mon Sep 12 10:27:18 2022.
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.