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

Last updated: November 23,2024

1. Install "python38-MechanicalSoup" package

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

$ sudo zypper refresh $ sudo zypper install python38-MechanicalSoup

2. Uninstall "python38-MechanicalSoup" package

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

$ sudo zypper remove python38-MechanicalSoup

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

Information for package python38-MechanicalSoup:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-MechanicalSoup
Version : 1.0.0-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 136,1 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).