-
-
Save natritmeyer/6522446 to your computer and use it in GitHub Desktop.
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 |
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 ?
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?
Gonna go out on a limb here and guess it was because the package wasn't in the fedora repo 11 years ago when the bug was submitted?
Blog about this here: http://natritmeyer.com/blog/2013/09/11/a-script-to-install-chromedriver-on-linux/