Skip to content

Instantly share code, notes, and snippets.

@natritmeyer
Created September 11, 2013 11:42
Show Gist options
  • Select an option

  • Save natritmeyer/6522446 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
Author

@anuj5892

Copy link
Copy Markdown

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 ?

@markholland

Copy link
Copy Markdown

@Hi-Angel

Hi-Angel commented Oct 2, 2023

Copy link
Copy Markdown

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?

@envy-ai

envy-ai commented Dec 12, 2024

Copy link
Copy Markdown

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