Skip to content

Commit

Permalink
Update OpenSUSE install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tqdv authored Feb 18, 2018
1 parent 3e61088 commit 1fa8959
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/linuxInstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ To install Brave using zypper:
```
sudo rpmkeys --import https://s3-us-west-2.amazonaws.com/brave-rpm-release/keys.asc
sudo zypper install lsb
sudo zypper addrepo https://s3-us-west-2.amazonaws.com/brave-rpm-release/x86_64/ brave-rpm-release
sudo zypper addrepo --type yast2 https://s3-us-west-2.amazonaws.com/brave-rpm-release/x86_64/ brave-rpm-release
sudo zypper ref
sudo zypper install brave
```
Expand All @@ -170,6 +170,14 @@ sudo zypper ref
sudo zypper update brave
```

If zypper throws an error similar to
```
Problem: nothing provides GConf2 needed by brave-*
Solution 1: do not install brave-*
Solution 2: break brave-* by ignoring some of its dependencies
```
Choose solution 2 and install gconf2 just to be safe. (`sudo zypper in gconf2`)

Alternatively you can install the rpm directly, but then you won't get automatic upgrades:
```
wget -O brave.rpm https://laptop-updates.brave.com/latest/openSUSE64
Expand Down

0 comments on commit 1fa8959

Please sign in to comment.