Created
September 11, 2013 11:42
-
-
Save natritmeyer/6522446 to your computer and use it in GitHub Desktop.
Install chromedriver on fedora
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
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?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ?