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

Last updated: May 17,2024

1. Install "python3-selenium" package

This tutorial shows how to install python3-selenium on Kali Linux

$ sudo apt update $ sudo apt install python3-selenium

2. Uninstall "python3-selenium" package

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

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

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

Package: python3-selenium
Source: python-selenium
Version: 4.18.1+dfsg-1
Installed-Size: 636
Maintainer: Sascha Girrulat
Architecture: all
Depends: python3-urllib3, python3-certifi, python3-trio, python3-trio-websocket, python3-typing-extensions, python3:any
Recommends: chromium-driver
Size: 118672
SHA256: 30b876edd7dc6b67e4584caa86637ccbd630b6c3324b76cafd722b037858be8f
SHA1: 6002168acb82e5122779e25422d3856d7179db1e
MD5sum: 6a1330882fc8c6e4567fe5a7043096d7
Description: Python3 bindings for Selenium
Python3 language bindings for Selenium WebDriver.
.
The `selenium` package is used automate web browser interaction from Python.
Several browsers/drivers are supported (Chrome, Chromium, Edge, Firefox,
Internet Explorer and Safari), as well as the Remote protocol.
.
The webdriver parts itself are not included in this package.
Description-md5:
Homepage: https://github.com/SeleniumHQ/selenium/
Section: python
Priority: optional
Filename: pool/main/p/python-selenium/python3-selenium_4.18.1+dfsg-1_all.deb