How to Install and Uninstall python3-wikipedia Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-wikipedia" package

Please follow the instructions below to install python3-wikipedia on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-wikipedia

2. Uninstall "python3-wikipedia" package

This is a short guide on how to uninstall python3-wikipedia on openSUSE Leap:

$ sudo zypper remove python3-wikipedia

3. Information about the python3-wikipedia package on openSUSE Leap

Information for package python3-wikipedia:
------------------------------------------
Repository : Main Repository
Name : python3-wikipedia
Version : 1.4.0-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 81.5 KiB
Installed : No
Status : not installed
Source package : python-wikipedia-1.4.0-bp155.2.12.src
Upstream URL : https://github.com/goldsmith/Wikipedia
Summary : Wikipedia API for Python
Description :
Wikipedia is a Python library that makes it easy to access and parse
data from Wikipedia.
Search Wikipedia, get article summaries, get data like links and images
from a page, and more. Wikipedia wraps the `MediaWiki
API `__ so you can focus on using
Wikipedia data, not getting it.