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

Last updated: May 21,2024

1. Install "python38-mechanize" package

Please follow the guidelines below to install python38-mechanize on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-mechanize

2. Uninstall "python38-mechanize" package

Here is a brief guide to show you how to uninstall python38-mechanize on openSuSE Tumbleweed:

$ sudo zypper remove python38-mechanize

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

Information for package python38-mechanize:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-mechanize
Version : 0.4.5-1.12
Arch : noarch
Vendor : openSUSE
Installed Size : 994,2 KiB
Installed : No
Status : not installed
Source package : python-mechanize-0.4.5-1.12.src
Summary : Stateful programmatic web browsing
Description :
Stateful programmatic web browsing, after Andy Lester's Perl module
WWW::Mechanize.
The library is layered: mechanize.Browser (stateful web browser),
mechanize.UserAgent (configurable URL opener), plus urllib2 handlers.
Features include: ftp:, http: and file: URL schemes, browser history,
high-level hyperlink and HTML form support, HTTP cookies, HTTP-EQUIV and
Refresh, Referer [sic] header, robots.txt, redirections, proxies, and Basic and
Digest HTTP authentication. mechanize's response objects are (lazily-)
.seek()able and still work after .close().
Much of the code originally derived from Perl code by Gisle Aas (libwww-perl),
Johnny Lee (MSIE Cookie support) and last but not least Andy Lester
(WWW::Mechanize). urllib2 was written by Jeremy Hylton.