How to Install and Uninstall python3-selenium Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 02,2024

1. Install "python3-selenium" package

This tutorial shows how to install python3-selenium on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-selenium

2. Uninstall "python3-selenium" package

Learn how to uninstall python3-selenium on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-selenium package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-selenium
Priority: optional
Section: universe/python
Installed-Size: 432
Maintainer: Ubuntu Developers
Original-Maintainer: Sascha Girrulat
Architecture: all
Source: python-selenium
Version: 2.48.0+dfsg1-2
Depends: python3:any (>= 3.3.2-2~)
Suggests: chromedriver, firefoxdriver (>= 2.47.1)
Filename: pool/universe/p/python-selenium/python3-selenium_2.48.0+dfsg1-2_all.deb
Size: 66896
MD5sum: b37dec9856483747df545eb504ca4307
SHA1: cf7abe5ae78415916e1959ae83b9ec50762c4457
SHA256: a14252ec201d263434fd3fce226deca0827836c2f5cf2965c6dfbbeda16fa2b2
Description-en: 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 (Firefox, Chrome, Internet Explorer,
PhantomJS), as well as the Remote protocol.
.
The webdriver parts itself are not included in this package.
Description-md5: 5a5ffd61c43cc4e83d3ac7b7a02a106b
Homepage: http://www.seleniumhq.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu