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

Last updated: September 28,2024

1. Install "python39-MechanicalSoup" package

This guide covers the steps necessary to install python39-MechanicalSoup on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-MechanicalSoup

2. Uninstall "python39-MechanicalSoup" package

This is a short guide on how to uninstall python39-MechanicalSoup on openSuSE Tumbleweed:

$ sudo zypper remove python39-MechanicalSoup

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

Information for package python39-MechanicalSoup:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-MechanicalSoup
Version : 1.3.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 103.6 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).