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

Last updated: October 09,2024

1. Install "python3-pymediawiki.noarch" package

Here is a brief guide to show you how to install python3-pymediawiki.noarch on Fedora 34

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

2. Uninstall "python3-pymediawiki.noarch" package

Please follow the steps below to uninstall python3-pymediawiki.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:16:51 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-pymediawiki
Version : 0.7.1
Release : 2.fc34
Architecture : noarch
Size : 47 k
Source : python-pymediawiki-0.7.1-2.fc34.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.