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

Last updated: April 25,2024

1. Install "python3-mechanicalsoup" package

Please follow the step by step instructions below to install python3-mechanicalsoup on Kali Linux

$ sudo apt update $ sudo apt install python3-mechanicalsoup

2. Uninstall "python3-mechanicalsoup" package

This is a short guide on how to uninstall python3-mechanicalsoup on Kali Linux:

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

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

Package: python3-mechanicalsoup
Source: python-mechanicalsoup
Version: 1.3.0-2
Installed-Size: 82
Maintainer: Debian Python Team
Architecture: all
Depends: python3-bs4 (>= 4.7), python3-lxml, python3-requests, python3:any
Size: 23128
SHA256: 66993c9d9c3bb51bab56ba28dc397ccb4ebe128b23c5784db539a66f7aa39133
SHA1: 79bc31cbe2668bd62702bb008e69fa0bffd3c3a5
MD5sum: 3002066b9b7b94d4c07a7f1f97ed22fb
Description: library for automating interaction with websites (Python 3)
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.
.
MechanicalSoup provides a similar API to the Mechanize library using Requests
(for http sessions) and BeautifulSoup (for document navigation).
.
This package provides the modules for Python 3.
Description-md5:
Homepage: https://github.com/hickford/MechanicalSoup
Section: python
Priority: optional
Filename: pool/main/p/python-mechanicalsoup/python3-mechanicalsoup_1.3.0-2_all.deb