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 |
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
This is misleading, you only need to execute:
why have to jump through the hoops and put untracked binaries into the system?