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

Last updated: May 16,2024

1. Install "python36-MechanicalSoup" package

Please follow the guidelines below to install python36-MechanicalSoup on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-MechanicalSoup

2. Uninstall "python36-MechanicalSoup" package

Please follow the steps below to uninstall python36-MechanicalSoup on openSuSE Tumbleweed:

$ sudo zypper remove python36-MechanicalSoup

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

Information for package python36-MechanicalSoup:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-MechanicalSoup
Version : 1.0.0-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 135,8 KiB
Installed : No
Status : not installed
Source package : python-MechanicalSoup-1.0.0-1.6.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).