Chrome unter OpenSUSE installieren: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
sudo zypper ar http://dl.google.com/linux/chrome/rpm/stable/x86_64 Google-Chrome
zypper ar http://dl.google.com/linux/chrome/rpm/stable/x86_64 Google-Chrome
zypper refresh
zypper refresh
zypper install chrome
zypper install google-chrome-stable
</syntaxhighlight>
</syntaxhighlight>


[[Category:Linux]]
[[Category:Linux]]

Latest revision as of 10:30, 19 March 2024

zypper ar http://dl.google.com/linux/chrome/rpm/stable/x86_64 Google-Chrome
zypper refresh
zypper install google-chrome-stable