How to Install and Uninstall python3-mechanize Package on Ubuntu 21.10 (Impish Indri)

Last updated: November 07,2024

1. Install "python3-mechanize" package

This guide covers the steps necessary to install python3-mechanize on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-mechanize

2. Uninstall "python3-mechanize" package

Please follow the steps below to uninstall python3-mechanize on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-mechanize $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-mechanize package on Ubuntu 21.10 (Impish Indri)

Package: python3-mechanize
Architecture: all
Version: 1:0.4.5-2
Priority: optional
Section: universe/python
Source: python-mechanize
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1651
Depends: python3-html5lib, python3:any, libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/p/python-mechanize/python3-mechanize_0.4.5-2_all.deb
Size: 200796
MD5sum: f5afa37d36310ee219a1dcc060538e9b
SHA1: bcf54b33b6e4ededfc8350fee73eeb23fb63e7ae
SHA256: 9d87f215471f808f38fc7e1b497908c326dab19f5fdf42f36d281beaf3207545
SHA512: f8eb5ffaa099e1d88d83c307d71ebe7f487153c19aa68c6f30a2ddcc02abd60de0a9ac2c58b5e8b06238de6ee4c589d750772902ca00c5cf6b0455ccf44e67ab
Homepage: https://github.com/python-mechanize/mechanize
Description-en: stateful programmatic web browsing
A library for browsing the web in Python. Mechanize acts like a browser
allowing you to do web scraping, functional testing of web sites and
things no one has thought of yet.
.
Among other things, mechanize:
* Follows links
* Fills in HTML forms
* Automatically observes robots.txt
* Has a browser history
.
It was modelled after the Perl module WWW::Mechanize.
Description-md5: f2124c4d65496b13e4adfe113870b2df
Task: ubuntustudio-publishing