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
@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