Comment faire pour installer Google Chrome sur OpenSUSE Leap
Dans ce tutoriel, Je vais vous montrer comment installer Google Chrome sur OpenSUSE Leap 42.1. Nous allons utiliser le gestionnaire de paquets de zypper pour ajouter référentiel Google Chrome, puis l'installer.
installer Google Chrome sur OpenSUSE
Ajouter un référentiel Google Chrome en utilisant la commande suivante. avec signifie add référentiel.
sudo zypper ar http://dl.google.com/linux/chrome/rpm/stable/x86_64 Google-Chrome
sortie:
Adding repository 'Google-Chrome' ..............................................................................................................[done] Repository 'Google-Chrome' successfully added Enabled : Yes Autorefresh : No GPG Check : Yes URI : http://dl.google.com/linux/chrome/rpm/stable/x86_64
Now refresh repository. ref is short of refresh.
sudo zypper ref
Install Google Chrome. in stands for install.
sudo zypper in google-chrome-stable
This command will install the stable version of Google Chrome. If you want beta or unstable version.
sudo zypper in google-chrome-beta sudo zypper in google-chrome-unstable
Actually you can install all three versions of Google Chrome on the same system.
Install Chromium Browser On OpenSUSE
Google Chrome is based upon an open source browser named Chromium. Google chrome has a closed-source flash player built in. If you don’t care about flash player or you just want a fast and 100% open source Web browser, then install Chromium on openSUSE with this simple command.
sudo zypper in chromium