The Guide Show How-to Set-Up/Install the Selenium Chromedriver on Linux Ubuntu.
Inside the Guide you Find also a Link to Install the Selenium Webdriver on Ubuntu.
Relax and Take the Time of Reading and Understanding the Clear Instructions Contained Here.
Download Chromedriver:
Google Chromedriver for Linux- Double-Click/Right-Click and Unzip into Downloads
- Open Terminal Window
- Relocate Chromedriver Into your System's Path
sudo su -c "mv $HOME/Downloads/chromedriver /usr/local/bin"
Quick-Start with Chromedriver on Python:
Getting-Started Selenium Webdriver & Chromedriver on Python