Skip to content

Commit

Permalink
Added instructions to install google chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnathan committed Oct 28, 2024
1 parent 6379c21 commit adbe9d6
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions Docs/OpenSUSE/GoogleChromeOnOpenSUSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@

# I know, I know. Google Chrome sucks, we wall want to use Open Source Software.

Alright, as my friend says, *It's over*. I am done trying to keep my data private. That battle has been lost to these predatory companies, so it is time to spoil myself.
I am INSTALLING Google Chrome, but I use OpenSUSE, so remember, my instructions are for that Operating System!

Instructions to install Google Chrome on OpenSUSE:

First, Change to your ROOT User by running:

```
sudo -i
```
or
```
su -
```

Add the Google Chrome Repo at:
```
zypper addrepo http://dl.google.com/linux/chrome/rpm/stable/x86_64 google-chrom
```

Enable autorefresh for the repo:
```
zypper modifyrepo --refresh 1
```

Download the linux signing key:
```
wget https://dl.google.com/linux/linux_signing_key.pub
```
and then install that key:
```
rpm --import linux_signing_key.pub
```
Install Google Chrome itself:
```
zypper install google-chrome-stable
```

0 comments on commit adbe9d6

Please sign in to comment.