How to Install and Uninstall python3-mechanize.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-mechanize.noarch" package

This tutorial shows how to install python3-mechanize.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-mechanize.noarch

2. Uninstall "python3-mechanize.noarch" package

Learn how to uninstall python3-mechanize.noarch on Fedora 34:

$ sudo dnf remove python3-mechanize.noarch $ sudo dnf autoremove

3. Information about the python3-mechanize.noarch package on Fedora 34

Last metadata expiration check: 4:54:49 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-mechanize
Version : 0.4.5
Release : 5.fc34
Architecture : noarch
Size : 200 k
Source : python-mechanize-0.4.5-5.fc34.src.rpm
Repository : fedora
Summary : Stateful programmatic web browsing
URL : https://github.com/python-mechanize/
License : BSD or ZPLv2.1
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.