Skip to content

Instantly share code, notes, and snippets.

@vutranvn
Created September 5, 2015 11:10
Show Gist options
  • Save vutranvn/4030aab43f05ff9f1885 to your computer and use it in GitHub Desktop.
Save vutranvn/4030aab43f05ff9f1885 to your computer and use it in GitHub Desktop.
All command line are useful on Fedora
*** Install Chrome
- Enable Google YUM repository: create /etc/yum.repos.d/google-chrome.repo
cat << EOF > /etc/yum.repos.d/google-chrome.repo
[google-chrome]
name=google-chrome - \$basearch
baseurl=http://dl.google.com/linux/chrome/rpm/stable/\$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
## Install Google Chrome Stable version ##
## Fedora 22 ##
dnf install google-chrome-stable
## Fedora 21/20/19/18 and CentOS/RHEL 7.1 ##
yum install google-chrome-stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment