How to Install and Uninstall python311-MechanicalSoup Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python311-MechanicalSoup" package

Here is a brief guide to show you how to install python311-MechanicalSoup on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-MechanicalSoup

2. Uninstall "python311-MechanicalSoup" package

This guide covers the steps necessary to uninstall python311-MechanicalSoup on openSuSE Tumbleweed:

$ sudo zypper remove python311-MechanicalSoup

3. Information about the python311-MechanicalSoup package on openSuSE Tumbleweed

Information for package python311-MechanicalSoup:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-MechanicalSoup
Version : 1.3.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 120.5 KiB
Installed : No
Status : not installed
Source package : python-MechanicalSoup-1.3.0-1.2.src
Upstream URL : https://github.com/hickford/MechanicalSoup
Summary : A Python library for automating interaction with websites
Description :
A Python library for automating interaction with websites.
MechanicalSoup automatically stores and sends cookies,
follows redirects, and can follow links and submit forms.
It doesn't do Javascript.
The Mechanize library is incompatible with Python 3 and development
is inactive. MechanicalSoup provides a similar API to it, built on
Python giants Requests (for http sessions) and BeautifulSoup (for
document navigation).