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

Last updated: July 01,2024

1. Install "python2-MechanicalSoup" package

This guide covers the steps necessary to install python2-MechanicalSoup on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-MechanicalSoup

2. Uninstall "python2-MechanicalSoup" package

This guide let you learn how to uninstall python2-MechanicalSoup on openSUSE Leap:

$ sudo zypper remove python2-MechanicalSoup

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

Information for package python2-MechanicalSoup:
-----------------------------------------------
Repository : Main Repository
Name : python2-MechanicalSoup
Version : 0.12.0-bp153.1.20
Arch : noarch
Vendor : openSUSE
Installed Size : 100,5 KiB
Installed : No
Status : not installed
Source package : python-MechanicalSoup-0.12.0-bp153.1.20.src
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).