How to install google chrome in dnf based system using terminal ?
go to terminal
step 1 :
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
EOF
step 2:
dnf install google-chrome-stable

No comments:
Post a Comment