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

Last updated: January 15,2025

1. Install "python3-pymediawiki.noarch" package

Please follow the steps below to install python3-pymediawiki.noarch on Fedora 36

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

2. Uninstall "python3-pymediawiki.noarch" package

This is a short guide on how to uninstall python3-pymediawiki.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:04:12 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-pymediawiki
Version : 0.7.1
Release : 1.fc36
Architecture : noarch
Size : 47 k
Source : python-pymediawiki-0.7.1-1.fc36.src.rpm
Repository : fedora
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.