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

Last updated: May 05,2024

1. Install "python3-MechanicalSoup" package

Please follow the guidance below to install python3-MechanicalSoup on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-MechanicalSoup

2. Uninstall "python3-MechanicalSoup" package

Please follow the instructions below to uninstall python3-MechanicalSoup on openSUSE Leap:

$ sudo zypper remove python3-MechanicalSoup

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

Information for package python3-MechanicalSoup:
-----------------------------------------------
Repository : Main Repository
Name : python3-MechanicalSoup
Version : 0.12.0-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 132.7 KiB
Installed : No
Status : not installed
Source package : python-MechanicalSoup-0.12.0-bp155.2.11.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).