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

Last updated: January 12,2025

1. Install "python3-pymediawiki.noarch" package

Please follow the instructions below to install python3-pymediawiki.noarch on Fedora 35

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

2. Uninstall "python3-pymediawiki.noarch" package

Here is a brief guide to show you how to uninstall python3-pymediawiki.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:35:28 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-pymediawiki
Version : 0.7.1
Release : 2.fc35
Architecture : noarch
Size : 47 k
Source : python-pymediawiki-0.7.1-2.fc35.src.rpm
Repository : updates
Summary : Python wrapper and parser for MediaWiki API
URL : https://github.com/barrust/mediawiki
License : MIT
Description : Pymediawiki is a python wrapper and parser for the MediaWiki API.
: The goal is to allow users to quickly and efficiently pull data
: from the MediaWiki site of their choice instead of worrying about
: dealing directly with the API. As such, it does not force the use of
: a particular MediaWiki site. It defaults to Wikipedia but other
: MediaWiki sites can also be used.