How to Install and Uninstall python3-mechanize Package on Kali Linux

Last updated: September 20,2024

1. Install "python3-mechanize" package

Please follow the steps below to install python3-mechanize on Kali Linux

$ sudo apt update $ sudo apt install python3-mechanize

2. Uninstall "python3-mechanize" package

This tutorial shows how to uninstall python3-mechanize on Kali Linux:

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

3. Information about the python3-mechanize package on Kali Linux

Package: python3-mechanize
Source: python-mechanize
Version: 1:0.4.9+ds-2
Installed-Size: 441
Maintainer: Debian Python Team
Architecture: all
Depends: python3-html5lib, python3:any
Size: 102788
SHA256: 976748c4313d307675e3034c2b31502f9a18b395c78efe0058aed3733f173844
SHA1: 06cc8803ad8d7f20cafc56607f93dda823bf4573
MD5sum: 064d19bdcaa119835212f8f9d685dfbe
Description: 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:
Homepage: https://github.com/python-mechanize/mechanize
Tag: devel::lang:python, devel::library, implemented-in::python,
protocol::http, role::devel-lib, role::source
Section: python
Priority: optional
Filename: pool/main/p/python-mechanize/python3-mechanize_0.4.9+ds-2_all.deb