Skip to content

Instantly share code, notes, and snippets.

@natritmeyer
Created September 11, 2013 11:42
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save natritmeyer/6522446 to your computer and use it in GitHub Desktop.
Save natritmeyer/6522446 to your computer and use it in GitHub Desktop.
Install chromedriver on fedora
wget https://chromedriver.googlecode.com/files/chromedriver_linux64_2.3.zip
unzip chromedriver_linux64_2.3.zip
sudo cp chromedriver /usr/bin/chromedriver
sudo chown root /usr/bin/chromedriver
sudo chmod +x /usr/bin/chromedriver
sudo chmod 755 /usr/bin/chromedriver
@natritmeyer
Copy link
Author

@anuj5892
Copy link

Hi,

Looks like link got expired now. I am not able to access the webpage. Previously I had used same link to download and install the chromedriver, but now its not working.

[root@kpiblr01aphost ~]# wget https://chromedriver.googlecode.com/files/chromedriver_linux64_2.3.zip
--2016-09-27 05:32:13-- https://chromedriver.googlecode.com/files/chromedriver_linux64_2.3.zip
Resolving chromedriver.googlecode.com (chromedriver.googlecode.com)... 2607:f8b0:400e:c04::52, 74.125.28.82
Connecting to chromedriver.googlecode.com (chromedriver.googlecode.com)|2607:f8b0:400e:c04::52|:443... failed: Network is unreachable.
Connecting to chromedriver.googlecode.com (chromedriver.googlecode.com)|74.125.28.82|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-09-27 05:32:15 ERROR 404: Not Found.

[root@kpiblr01aphost ~]#

This was the only way I found, to install the chromedriver very easily. Do we have any other option ?

@Hi-Angel
Copy link

Hi-Angel commented Oct 2, 2023

This is misleading, you only need to execute:

sudo dnf install chromedriver

why have to jump through the hoops and put untracked binaries into the system?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment