Monday, January 18, 2016

Google Chrome Instalation on Fedora 23/22

Best way to install and keep up-to-date with Google Chrome browser is use Google’s own YUM/DNF repository.

  •  Change to Root
$ sudo -  
  • Enable yum Google Repository
# 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=1gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub EOF
  • Install Google Chrome wiht dnf
 # dnf install google-chrome-stable

Write by : Jakmeen