Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add opensuse instructions #2233

Closed
wants to merge 1 commit into from

Conversation

posix4e
Copy link
Contributor

@posix4e posix4e commented Nov 24, 2018

I found out the opensuse supports yum with very little drawbacks. Let's lean on that til we fix the repo.

Copy link
Contributor

@mihaiplesa mihaiplesa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also add instructions for other channels as well (brave-browser-beta, brave-browser), thank you.

docs/source/installing-brave.rst Outdated Show resolved Hide resolved
docs/source/installing-brave.rst Outdated Show resolved Hide resolved
@@ -166,6 +166,22 @@ Fedora 28+

sudo dnf install brave-browser-dev


Centos/RHel
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CentOS/RHEL

docs/source/installing-brave.rst Outdated Show resolved Hide resolved
docs/source/installing-brave.rst Outdated Show resolved Hide resolved
docs/source/installing-brave.rst Outdated Show resolved Hide resolved
@posix4e
Copy link
Contributor Author

posix4e commented Nov 30, 2018

On "Please also add instructions for other channels as well (brave-browser-beta, brave-browser), thank you." Can I do this in a different PR?

mihaiplesa
mihaiplesa previously approved these changes Nov 30, 2018
Copy link
Contributor

@mihaiplesa mihaiplesa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure thing.

Copy link

@hemna hemna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First, you need to add sudo in front of every command.

Also, you need to replace "zypper update"
with "zypper refresh"

@hemna
Copy link

hemna commented Dec 7, 2018

Just ran zypper refresh and ran it again to see if this repo has the same problem as the last one for openSUSE. This one seems to have the same problem. After you run zypper refresh the first time, the repo gets the wrong type and can't be accessed again.

Permission to access 'https://brave-browser-rpm-dev.s3.brave.com/x86_64/media.1/media' denied.
Abort, retry, ignore? [a/r/i/...? shows all options] (a): 

@hemna
Copy link

hemna commented Dec 7, 2018

@hemma wanna make the change?
On Fri, Dec 7, 2018 at 7:32 AM Walter A. Boring IV @.> wrote: @.* commented on this pull request. First, you need to add sudo in front of every command. Also, you need to replace "zypper update" with "zypper refresh" — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#2233 (review)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AAxN2yaR6p8h5O3uBulmKyS034BLoOVMks5u2ooUgaJpZM4YxiEq .
-- 4045076749 Alex Newman

I don't have push access

@hemna
Copy link

hemna commented Dec 7, 2018

Just ran zypper refresh and ran it again to see if this repo has the same problem as the last one for openSUSE. This one seems to have the same problem. After you run zypper refresh the first time, the repo gets the wrong type and can't be accessed again.

Permission to access 'https://brave-browser-rpm-dev.s3.brave.com/x86_64/media.1/media' denied.
Abort, retry, ignore? [a/r/i/...? shows all options] (a): 

So I have confirmed that this repo has the same problem as reported several times for openSUSE users. The repo type gets altered to rpm-md after the first refresh, when it should stay as type of 'yast2'. This causes the 2nd zypper refresh to fail as I described above.

I have manually edited the /etc/zypp/repos.d/brave.repo file and changed the type to
type=yast2
Then did a sudo zypper fresh, which works.
Then cat the brave.repo file again and the type gets changed back to
type=rpm-md. The next zypper refresh will fail with permission denied.

@posix4e
Copy link
Contributor Author

posix4e commented Dec 7, 2018 via email

@hemna
Copy link

hemna commented Dec 7, 2018

walter does update work ?
On Fri, Dec 7, 2018 at 8:13 AM Walter A. Boring IV @.***> wrote: Just ran zypper refresh and ran it again to see if this repo has the same problem as the last one for openSUSE. This one seems to have the same problem. After you run zypper refresh the first time, the repo gets the wrong type and can't be accessed again. Permission to access 'https://brave-browser-rpm-dev.s3.brave.com/x86_64/media.1/media' denied. Abort, retry, ignore? [a/r/i/...? shows all options] (a): So I have confirmed that this repo has the same problem as reported several times for openSUSE users. The repo type gets altered to rpm-md after the first refresh, when it should stay as type of 'yast2'. This causes the 2nd zypper refresh to fail as I described above. I have manually edited the /etc/zypp/repos.d/brave.repo file and changed the type to type=yast2 Then did a sudo zypper fresh, which works. Then cat the brave.repo file again and the type gets changed back to type=rpm-md. The next zypper refresh will fail with permission denied. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#2233 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AAxN29eO1T6RdDdVJoucaKgVBszKziKxks5u2pOsgaJpZM4YxiEq .
-- 4045076749 Alex Newman

It will work the very first time. The problem is as soon as you zypper refresh to get the latest upstream changes that you may be able to install, it fails with permission denied and then you are hosed.

@hemna
Copy link

hemna commented Dec 7, 2018

The only package that is available is also called "brave-browser-dev", which is a nightly? Is there a stable release as well somewhere?

@hemna
Copy link

hemna commented Dec 7, 2018

Same exact issue as this one.
brave/browser-laptop#15322

@hemna
Copy link

hemna commented Dec 7, 2018

here:
brave/browser-laptop#14793

@posix4e
Copy link
Contributor Author

posix4e commented Dec 7, 2018

"The only package that is available is also called "brave-browser-dev", which is a nightly? Is there a stable release as well somewhere?
--" I will do this as a separate commit, once we get dev working.

@posix4e posix4e changed the title Add centos instructions Add opensuse instructions Dec 8, 2018
I tested this out on my vagrant
```
----VAGRANTFILE

Vagrant.configure("2") do |config|
  config.vm.box = "opensuse/openSUSE-15.0-x86_64"
  config.vm.provider "virtualbox" do |vb|
    vb.gui = true
    vb.memory = "2500"
  end
end
--- END FILE

COMMANDS :
sudo rpm --import  https://brave-browser-rpm-dev.s3.brave.com/brave-core-nightly.asc
zypper ar -f https://brave-browser-rpm-dev.s3.brave.com/x86_64/ brave
zypper update
zypper install brave-browser-dev

Transcript

$ vagrant ssh
...
...
vagrant-openSUSE-Leap:~ # zypper ar -f https://brave-browser-rpm-dev.s3.brave.com/x86_64/ brave
Adding repository 'brave' .........................................................................[done]
Repository 'brave' successfully added

URI         : https://brave-browser-rpm-dev.s3.brave.com/x86_64/
Enabled     : Yes
GPG Check   : Yes
Autorefresh : Yes
Priority    : 99 (default priority)

Repository priorities are without effect. All enabled repositories share the same priority.
vagrant-openSUSE-Leap:~ # zypper  update
Retrieving repository 'brave' metadata ---------------------------------------------------------------[\]
Warning: File 'repomd.xml' from repository 'brave' is unsigned.

    Note: Signing data enables the recipient to verify that no modifications occurred after the data
    were signed. Accepting data with no, wrong or unknown signature can lead to a corrupted system
    and in extreme cases even to a system compromise.

    Note: File 'repomd.xml' is the repositories master index file. It ensures the integrity of the
    whole repo.

    Warning: We can't verify that no one meddled with this file, so it might not be trustworthy
    anymore! You should not continue unless you know it's safe.

File 'repomd.xml' from repository 'brave' is unsigned, continue? [yes/no] (no): yes
Retrieving repository 'brave' metadata ............................................................[done]
Building repository 'brave' cache .................................................................[done]
Loading repository data...
Reading installed packages...

Nothing to do.
Loading repository data...
Reading installed packages...
Resolving package dependencies...

The following 71 NEW packages are going to be installed:
  adwaita-icon-theme at-spi2-core brave-browser-dev cups-config expat fontconfig gdk-pixbuf-loader-rsvg
  gdk-pixbuf-query-loaders glib-networking gsettings-desktop-schemas gtk3-data gtk3-schema gtk3-tools
  libX11-xcb1 libXcursor1 libXft2 libXi6 libXinerama1 libXss1 libXtst6 libappindicator3-1 libasound2
  libatk-1_0-0 libatk-bridge-2_0-0 libatspi0 libavahi-client3 libavahi-common3 libcairo-gobject2
  libcairo2 libcolord2 libcups2 libdatrie1 libdbusmenu-glib4 libdbusmenu-gtk3-4 libepoxy0
  liberation-fonts libgdk_pixbuf-2_0-0 libgraphite2-3 libgtk-3-0 libharfbuzz0 libindicator3-7 libjbig2
  libjpeg8 libjson-glib-1_0-0 liblcms2-2 libpango-1_0-0 libpixman-1-0 librest-0_7-0 librsvg-2-2
  libsoup-2_4-1 libthai-data libthai0 libtiff5 libwayland-client0 libwayland-cursor0 libwayland-egl1
  libxcb-render0 libxcb-shm0 libxkbcommon0 lsb-release perl-CPAN-Changes perl-Devel-Symdump perl-Net-DBus
  perl-Pod-Coverage perl-Test-Pod perl-Test-Pod-Coverage perl-X11-Protocol perl-XML-Twig system-user-lp
  xdg-utils xkeyboard-config

71 new packages to install.
Overall download size: 87.3 MiB. Already cached: 0 B. After the operation, additional 123.4 MiB will be
used.
Continue? [y/n/...? shows all options] (y): y
Retrieving package expat-2.2.5-lp150.1.9.x86_64                    (1/71),  78.8 KiB (219.4 KiB unpacked)
Retrieving: expat-2.2.5-lp150.1.9.x86_64.rpm ......................................................[done]
Retrieving package fontconfig-2.12.6-lp150.2.5.x86_64              (2/71), 700.0 KiB (  1.1 MiB unpacked)
Retrieving: fontconfig-2.12.6-lp150.2.5.x86_64.rpm ....................................[done (4.9 KiB/s)]
Retrieving package gdk-pixbuf-query-loaders-2.36.11-lp150.3.4.x86_64
                                                                   (3/71),  38.2 KiB ( 15.3 KiB unpacked)
Retrieving: gdk-pixbuf-query-loaders-2.36.11-lp150.3.4.x86_64.rpm ....................[done (16.3 KiB/s)]
Retrieving package gsettings-desktop-schemas-3.24.1-lp150.1.8.x86_64
                                                                   (4/71),  54.0 KiB (146.7 KiB unpacked)
Retrieving: gsettings-desktop-schemas-3.24.1-lp150.1.8.x86_64.rpm .................................[done]
Retrieving package libXcursor1-1.1.15-lp150.1.3.x86_64             (5/71),  25.8 KiB ( 42.7 KiB unpacked)
Retrieving: libXcursor1-1.1.15-lp150.1.3.x86_64.rpm ...............................................[done]
Retrieving package libXi6-1.7.9-lp150.1.7.x86_64                   (6/71),  37.9 KiB ( 66.5 KiB unpacked)
Retrieving: libXi6-1.7.9-lp150.1.7.x86_64.rpm ........................................[done (11.9 KiB/s)]
Retrieving package libXinerama1-1.1.3-lp150.1.6.x86_64             (7/71),  11.2 KiB ( 10.2 KiB unpacked)
Retrieving: libXinerama1-1.1.3-lp150.1.6.x86_64.rpm ...............................................[done]
Retrieving package libXss1-1.2.2-lp150.3.1.x86_64                  (8/71),  12.6 KiB ( 14.2 KiB unpacked)
Retrieving: libXss1-1.2.2-lp150.3.1.x86_64.rpm ....................................................[done]
Retrieving package libXtst6-1.2.3-lp150.1.7.x86_64                 (9/71),  17.2 KiB ( 22.4 KiB unpacked)
Retrieving: libXtst6-1.2.3-lp150.1.7.x86_64.rpm ...................................................[done]
Retrieving package libatk-1_0-0-2.26.1-lp150.2.4.x86_64           (10/71),  75.7 KiB (174.7 KiB unpacked)
Retrieving: libatk-1_0-0-2.26.1-lp150.2.4.x86_64.rpm .................................[done (15.1 KiB/s)]
Retrieving package libatspi0-2.26.2-lp150.3.8.x86_64              (11/71), 100.2 KiB (200.9 KiB unpacked)
Retrieving: libatspi0-2.26.2-lp150.3.8.x86_64.rpm .................................................[done]
Retrieving package libavahi-common3-0.6.32-lp150.3.2.x86_64       (12/71),  38.6 KiB ( 51.2 KiB unpacked)
Retrieving: libavahi-common3-0.6.32-lp150.3.2.x86_64.rpm ..........................................[done]
Retrieving package libdatrie1-0.2.9-lp150.1.9.x86_64              (13/71),  43.5 KiB (110.9 KiB unpacked)
Retrieving: libdatrie1-0.2.9-lp150.1.9.x86_64.rpm ...................................[done (254.5 KiB/s)]
Retrieving package libdbusmenu-glib4-16.04.0-lp150.2.1.x86_64     (14/71),  65.3 KiB (184.2 KiB unpacked)
Retrieving: libdbusmenu-glib4-16.04.0-lp150.2.1.x86_64.rpm ........................................[done]
Retrieving package libepoxy0-1.4.3-lp150.2.4.x86_64               (15/71), 172.3 KiB (947.1 KiB unpacked)
Retrieving: libepoxy0-1.4.3-lp150.2.4.x86_64.rpm ..................................................[done]
Retrieving package liberation-fonts-1.07.4-lp150.2.1.noarch       (16/71), 824.7 KiB (  2.1 MiB unpacked)
Retrieving: liberation-fonts-1.07.4-lp150.2.1.noarch.rpm ..............................[done (2.9 MiB/s)]
Retrieving package libgraphite2-3-1.3.11-lp150.2.1.x86_64         (17/71),  77.2 KiB (150.0 KiB unpacked)
Retrieving: libgraphite2-3-1.3.11-lp150.2.1.x86_64.rpm ............................................[done]
Retrieving package libjbig2-2.1-lp150.1.14.x86_64                 (18/71),  32.9 KiB ( 67.1 KiB unpacked)
Retrieving: libjbig2-2.1-lp150.1.14.x86_64.rpm ....................................................[done]
Retrieving package libjpeg8-8.1.2-lp150.3.6.x86_64                (19/71), 125.8 KiB (418.1 KiB unpacked)
Retrieving: libjpeg8-8.1.2-lp150.3.6.x86_64.rpm ......................................[done (11.9 KiB/s)]
Retrieving package libjson-glib-1_0-0-1.4.2-lp150.3.4.x86_64      (20/71),  78.3 KiB (183.8 KiB unpacked)
Retrieving: libjson-glib-1_0-0-1.4.2-lp150.3.4.x86_64.rpm .........................................[done]
Retrieving package libpixman-1-0-0.34.0-lp150.1.8.x86_64          (21/71), 241.3 KiB (664.9 KiB unpacked)
Retrieving: libpixman-1-0-0.34.0-lp150.1.8.x86_64.rpm .............................................[done]
Retrieving package libthai-data-0.1.27-lp150.1.3.x86_64           (22/71), 138.3 KiB (558.6 KiB unpacked)
Retrieving: libthai-data-0.1.27-lp150.1.3.x86_64.rpm ..................................[done (1.6 MiB/s)]
Retrieving package libwayland-client0-1.14.0-lp150.1.4.x86_64     (23/71),  36.8 KiB ( 60.7 KiB unpacked)
Retrieving: libwayland-client0-1.14.0-lp150.1.4.x86_64.rpm ........................................[done]
Retrieving package libwayland-egl1-18.0.2-lp150.17.2.x86_64       (24/71), 148.2 KiB (  6.0 KiB unpacked)
Retrieving: libwayland-egl1-18.0.2-lp150.17.2.x86_64.rpm ..........................................[done]
Retrieving package lsb-release-3.0-lp150.1.6.noarch               (25/71),  19.7 KiB ( 29.2 KiB unpacked)
Retrieving: lsb-release-3.0-lp150.1.6.noarch.rpm ..................................................[done]
Retrieving package perl-CPAN-Changes-0.400002-lp150.1.7.noarch    (26/71),  38.1 KiB ( 56.1 KiB unpacked)
Retrieving: perl-CPAN-Changes-0.400002-lp150.1.7.noarch.rpm .......................................[done]
Retrieving package perl-Devel-Symdump-2.18-lp150.1.7.noarch       (27/71),  22.7 KiB ( 30.0 KiB unpacked)
Retrieving: perl-Devel-Symdump-2.18-lp150.1.7.noarch.rpm ..........................................[done]
Retrieving package perl-Test-Pod-1.51-lp150.1.7.noarch            (28/71),  22.5 KiB ( 19.1 KiB unpacked)
Retrieving: perl-Test-Pod-1.51-lp150.1.7.noarch.rpm ...............................................[done]
Retrieving package perl-X11-Protocol-0.56-lp150.1.6.x86_64        (29/71), 101.3 KiB (277.4 KiB unpacked)
Retrieving: perl-X11-Protocol-0.56-lp150.1.6.x86_64.rpm ...........................................[done]
Retrieving package system-user-lp-20170617-lp150.3.34.noarch      (30/71),  10.2 KiB (   68   B unpacked)
Retrieving: system-user-lp-20170617-lp150.3.34.noarch.rpm .............................[done (9.2 KiB/s)]
Retrieving package xkeyboard-config-2.23.1-lp150.1.2.noarch       (31/71), 391.7 KiB (  2.7 MiB unpacked)
Retrieving: xkeyboard-config-2.23.1-lp150.1.2.noarch.rpm ..........................................[done]
Retrieving package perl-XML-Twig-3.52-lp150.1.8.noarch            (32/71), 213.1 KiB (  1.1 MiB unpacked)
Retrieving: perl-XML-Twig-3.52-lp150.1.8.noarch.rpm ...................................[done (1.3 MiB/s)]
Retrieving package libXft2-2.3.2-lp150.1.6.x86_64                 (33/71),  43.5 KiB ( 91.5 KiB unpacked)
Retrieving: libXft2-2.3.2-lp150.1.6.x86_64.rpm ....................................................[done]
Retrieving package glib-networking-2.54.1-lp150.1.3.x86_64        (34/71),  93.0 KiB (205.9 KiB unpacked)
Retrieving: glib-networking-2.54.1-lp150.1.3.x86_64.rpm ...........................................[done]
Retrieving package at-spi2-core-2.26.2-lp150.3.8.x86_64           (35/71),  88.6 KiB (140.6 KiB unpacked)
Retrieving: at-spi2-core-2.26.2-lp150.3.8.x86_64.rpm ..............................................[done]
Retrieving package libavahi-client3-0.6.32-lp150.3.2.x86_64       (36/71),  42.2 KiB ( 67.1 KiB unpacked)
Retrieving: libavahi-client3-0.6.32-lp150.3.2.x86_64.rpm ..........................................[done]
Retrieving package libharfbuzz0-1.7.5-lp150.1.3.x86_64            (37/71), 291.4 KiB (726.0 KiB unpacked)
Retrieving: libharfbuzz0-1.7.5-lp150.1.3.x86_64.rpm ...............................................[done]
Retrieving package libthai0-0.1.27-lp150.1.3.x86_64               (38/71),  25.4 KiB ( 40.5 KiB unpacked)
Retrieving: libthai0-0.1.27-lp150.1.3.x86_64.rpm ..................................................[done]
Retrieving package libwayland-cursor0-1.14.0-lp150.1.4.x86_64     (39/71),  24.2 KiB ( 30.4 KiB unpacked)
Retrieving: libwayland-cursor0-1.14.0-lp150.1.4.x86_64.rpm ........................................[done]
Retrieving package perl-Pod-Coverage-0.23-lp150.1.7.noarch        (40/71),  27.7 KiB ( 31.2 KiB unpacked)
Retrieving: perl-Pod-Coverage-0.23-lp150.1.7.noarch.rpm ..............................[done (15.4 KiB/s)]
Retrieving package libsoup-2_4-1-2.62.2-lp150.1.1.x86_64          (41/71), 379.3 KiB (  1.1 MiB unpacked)
Retrieving: libsoup-2_4-1-2.62.2-lp150.1.1.x86_64.rpm .............................................[done]
Retrieving package libatk-bridge-2_0-0-2.26.1-lp150.2.8.x86_64    (42/71),  89.5 KiB (201.3 KiB unpacked)
Retrieving: libatk-bridge-2_0-0-2.26.1-lp150.2.8.x86_64.rpm .......................................[done]
Retrieving package perl-Test-Pod-Coverage-1.10-lp150.1.7.noarch   (43/71),  19.7 KiB ( 15.1 KiB unpacked)
Retrieving: perl-Test-Pod-Coverage-1.10-lp150.1.7.noarch.rpm ......................................[done]
Retrieving package librest-0_7-0-0.8.1-lp150.1.5.x86_64           (44/71),  60.3 KiB (155.0 KiB unpacked)
Retrieving: librest-0_7-0-0.8.1-lp150.1.5.x86_64.rpm ..............................................[done]
Retrieving package perl-Net-DBus-1.1.0-lp150.1.8.x86_64           (45/71), 201.2 KiB (571.2 KiB unpacked)
Retrieving: perl-Net-DBus-1.1.0-lp150.1.8.x86_64.rpm ..............................................[done]
Retrieving package gtk3-data-3.22.30-lp150.3.3.1.noarch           (46/71), 186.9 KiB (  3.8 KiB unpacked)
Retrieving: gtk3-data-3.22.30-lp150.3.3.1.noarch.rpm ..............................................[done]
Retrieving package gtk3-schema-3.22.30-lp150.3.3.1.noarch         (47/71), 188.1 KiB (  8.2 KiB unpacked)
Retrieving: gtk3-schema-3.22.30-lp150.3.3.1.noarch.rpm ............................................[done]
Retrieving package libX11-xcb1-1.6.5-lp150.2.3.1.x86_64           (48/71),  22.6 KiB (  5.9 KiB unpacked)
Retrieving: libX11-xcb1-1.6.5-lp150.2.3.1.x86_64.rpm .................................[done (13.9 KiB/s)]
Retrieving package libasound2-1.1.5-lp150.5.6.1.x86_64            (49/71), 432.0 KiB (  1.3 MiB unpacked)
Retrieving: libasound2-1.1.5-lp150.5.6.1.x86_64.rpm ...............................................[done]
Retrieving package liblcms2-2-2.9-lp150.2.3.1.x86_64              (50/71), 143.5 KiB (363.3 KiB unpacked)
Retrieving: liblcms2-2-2.9-lp150.2.3.1.x86_64.rpm .................................................[done]
Retrieving package libxcb-render0-1.13-lp150.2.3.1.x86_64         (51/71),  27.0 KiB ( 54.3 KiB unpacked)
Retrieving: libxcb-render0-1.13-lp150.2.3.1.x86_64.rpm ................................[done (7.6 KiB/s)]
Retrieving package libxcb-shm0-1.13-lp150.2.3.1.x86_64            (52/71),  18.5 KiB ( 14.1 KiB unpacked)
Retrieving: libxcb-shm0-1.13-lp150.2.3.1.x86_64.rpm ...............................................[done]
Retrieving package libtiff5-4.0.9-lp150.4.6.1.x86_64              (53/71), 214.6 KiB (498.0 KiB unpacked)
Retrieving: libtiff5-4.0.9-lp150.4.6.1.x86_64.rpm .................................................[done]
Retrieving package cups-config-2.2.7-lp150.2.3.1.x86_64           (54/71), 276.9 KiB (  3.1 MiB unpacked)
Retrieving: cups-config-2.2.7-lp150.2.3.1.x86_64.rpm ..................................[done (1.6 MiB/s)]
Retrieving package libxkbcommon0-0.8.2-lp150.2.3.1.x86_64         (55/71), 116.3 KiB (277.4 KiB unpacked)
Retrieving: libxkbcommon0-0.8.2-lp150.2.3.1.x86_64.rpm ............................................[done]
Retrieving package xdg-utils-20170508-lp150.3.3.2.noarch          (56/71),  88.9 KiB (344.9 KiB unpacked)
Retrieving: xdg-utils-20170508-lp150.3.3.2.noarch.rpm .............................................[done]
Retrieving package libcairo2-1.15.10-lp150.3.3.1.x86_64           (57/71), 547.7 KiB (  1.3 MiB unpacked)
Retrieving: libcairo2-1.15.10-lp150.3.3.1.x86_64.rpm ..................................[done (1.6 MiB/s)]
Retrieving package libcups2-2.2.7-lp150.2.3.1.x86_64              (58/71), 293.4 KiB (654.4 KiB unpacked)
Retrieving: libcups2-2.2.7-lp150.2.3.1.x86_64.rpm .................................................[done]
Retrieving package libpango-1_0-0-1.40.14-lp150.2.3.1.x86_64      (59/71), 202.7 KiB (520.5 KiB unpacked)
Retrieving: libpango-1_0-0-1.40.14-lp150.2.3.1.x86_64.rpm .............................[done (3.6 KiB/s)]
Retrieving package libcairo-gobject2-1.15.10-lp150.3.3.1.x86_64   (60/71),  52.9 KiB ( 34.1 KiB unpacked)
Retrieving: libcairo-gobject2-1.15.10-lp150.3.3.1.x86_64.rpm ......................................[done]
Retrieving package libcolord2-1.4.2-lp150.1.18.x86_64             (61/71), 180.1 KiB (526.0 KiB unpacked)
Retrieving: libcolord2-1.4.2-lp150.1.18.x86_64.rpm ................................................[done]
Retrieving package libgdk_pixbuf-2_0-0-2.36.11-lp150.3.4.x86_64   (62/71), 200.8 KiB (510.3 KiB unpacked)
Retrieving: libgdk_pixbuf-2_0-0-2.36.11-lp150.3.4.x86_64.rpm ......................................[done]
Retrieving package librsvg-2-2-2.42.3-lp150.1.20.x86_64           (63/71), 421.7 KiB (  1.2 MiB unpacked)
Retrieving: librsvg-2-2-2.42.3-lp150.1.20.x86_64.rpm ..................................[done (2.4 MiB/s)]
Retrieving package gdk-pixbuf-loader-rsvg-2.42.3-lp150.1.20.x86_64
                                                                  (64/71),  38.8 KiB ( 10.3 KiB unpacked)
Retrieving: gdk-pixbuf-loader-rsvg-2.42.3-lp150.1.20.x86_64.rpm ...................................[done]
Retrieving package gtk3-tools-3.22.30-lp150.3.3.1.x86_64          (65/71), 439.9 KiB (886.4 KiB unpacked)
Retrieving: gtk3-tools-3.22.30-lp150.3.3.1.x86_64.rpm .................................[done (1.5 MiB/s)]
Retrieving package adwaita-icon-theme-3.26.1-lp150.1.4.noarch     (66/71),  12.6 MiB ( 25.6 MiB unpacked)
Retrieving: adwaita-icon-theme-3.26.1-lp150.1.4.noarch.rpm ............................[done (3.0 MiB/s)]
Retrieving package libgtk-3-0-3.22.30-lp150.3.3.1.x86_64          (67/71),   2.6 MiB (  8.4 MiB unpacked)
Retrieving: libgtk-3-0-3.22.30-lp150.3.3.1.x86_64.rpm ................................[done (14.3 KiB/s)]
Retrieving package libindicator3-7-16.10.0+bzr20171205-lp150.1.1.x86_64
                                                                  (68/71),  44.0 KiB (106.8 KiB unpacked)
Retrieving: libindicator3-7-16.10.0+bzr20171205-lp150.1.1.x86_64.rpm ..............................[done]
Retrieving package libdbusmenu-gtk3-4-16.04.0-lp150.2.1.x86_64    (69/71),  53.3 KiB (148.5 KiB unpacked)
Retrieving: libdbusmenu-gtk3-4-16.04.0-lp150.2.1.x86_64.rpm .........................[done (725.1 KiB/s)]
Retrieving package libappindicator3-1-12.10.1+bzr20170215-lp150.3.1.x86_64
                                                                  (70/71),  37.3 KiB ( 88.7 KiB unpacked)
Retrieving: libappindicator3-1-12.10.1+bzr20170215-lp150.3.1.x86_64.rpm ...........................[done]
Retrieving package brave-browser-dev-0.58.9-1.x86_64              (71/71),  62.7 MiB ( 62.7 MiB unpacked)
Retrieving: brave-browser-dev-0.58.9-1.x86_64.rpm .....................................[done (3.3 MiB/s)]
Checking for file conflicts: ......................................................................[done]
( 1/71) Installing: expat-2.2.5-lp150.1.9.x86_64 ..................................................[done]
( 2/71) Installing: fontconfig-2.12.6-lp150.2.5.x86_64 ............................................[done]
( 3/71) Installing: gdk-pixbuf-query-loaders-2.36.11-lp150.3.4.x86_64 .............................[done]
( 4/71) Installing: gsettings-desktop-schemas-3.24.1-lp150.1.8.x86_64 .............................[done]
( 5/71) Installing: libXcursor1-1.1.15-lp150.1.3.x86_64 ...........................................[done]
( 6/71) Installing: libXi6-1.7.9-lp150.1.7.x86_64 .................................................[done]
( 7/71) Installing: libXinerama1-1.1.3-lp150.1.6.x86_64 ...........................................[done]
( 8/71) Installing: libXss1-1.2.2-lp150.3.1.x86_64 ................................................[done]
( 9/71) Installing: libXtst6-1.2.3-lp150.1.7.x86_64 ...............................................[done]
(10/71) Installing: libatk-1_0-0-2.26.1-lp150.2.4.x86_64 ..........................................[done]
(11/71) Installing: libatspi0-2.26.2-lp150.3.8.x86_64 .............................................[done]
(12/71) Installing: libavahi-common3-0.6.32-lp150.3.2.x86_64 ......................................[done]
(13/71) Installing: libdatrie1-0.2.9-lp150.1.9.x86_64 .............................................[done]
(14/71) Installing: libdbusmenu-glib4-16.04.0-lp150.2.1.x86_64 ....................................[done]
(15/71) Installing: libepoxy0-1.4.3-lp150.2.4.x86_64 ..............................................[done]
(16/71) Installing: liberation-fonts-1.07.4-lp150.2.1.noarch ......................................[done]
(17/71) Installing: libgraphite2-3-1.3.11-lp150.2.1.x86_64 ........................................[done]
(18/71) Installing: libjbig2-2.1-lp150.1.14.x86_64 ................................................[done]
(19/71) Installing: libjpeg8-8.1.2-lp150.3.6.x86_64 ...............................................[done]
(20/71) Installing: libjson-glib-1_0-0-1.4.2-lp150.3.4.x86_64 .....................................[done]
(21/71) Installing: libpixman-1-0-0.34.0-lp150.1.8.x86_64 .........................................[done]
(22/71) Installing: libthai-data-0.1.27-lp150.1.3.x86_64 ..........................................[done]
(23/71) Installing: libwayland-client0-1.14.0-lp150.1.4.x86_64 ....................................[done]
(24/71) Installing: libwayland-egl1-18.0.2-lp150.17.2.x86_64 ......................................[done]
(25/71) Installing: lsb-release-3.0-lp150.1.6.noarch ..............................................[done]
(26/71) Installing: perl-CPAN-Changes-0.400002-lp150.1.7.noarch ...................................[done]
(27/71) Installing: perl-Devel-Symdump-2.18-lp150.1.7.noarch ......................................[done]
(28/71) Installing: perl-Test-Pod-1.51-lp150.1.7.noarch ...........................................[done]
(29/71) Installing: perl-X11-Protocol-0.56-lp150.1.6.x86_64 .......................................[done]
(30/71) Installing: system-user-lp-20170617-lp150.3.34.noarch .....................................[done]
Additional rpm output:
useradd -r -s /sbin/nologin -c "Printing daemon" -g lp -d /var/spool/lpd lp

(31/71) Installing: xkeyboard-config-2.23.1-lp150.1.2.noarch ......................................[done]
(32/71) Installing: perl-XML-Twig-3.52-lp150.1.8.noarch ...........................................[done]
(33/71) Installing: libXft2-2.3.2-lp150.1.6.x86_64 ................................................[done]
(34/71) Installing: glib-networking-2.54.1-lp150.1.3.x86_64 .......................................[done]
(35/71) Installing: at-spi2-core-2.26.2-lp150.3.8.x86_64 ..........................................[done]
(36/71) Installing: libavahi-client3-0.6.32-lp150.3.2.x86_64 ......................................[done]
(37/71) Installing: libharfbuzz0-1.7.5-lp150.1.3.x86_64 ...........................................[done]
(38/71) Installing: libthai0-0.1.27-lp150.1.3.x86_64 ..............................................[done]
(39/71) Installing: libwayland-cursor0-1.14.0-lp150.1.4.x86_64 ....................................[done]
(40/71) Installing: perl-Pod-Coverage-0.23-lp150.1.7.noarch .......................................[done]
(41/71) Installing: libsoup-2_4-1-2.62.2-lp150.1.1.x86_64 .........................................[done]
(42/71) Installing: libatk-bridge-2_0-0-2.26.1-lp150.2.8.x86_64 ...................................[done]
(43/71) Installing: perl-Test-Pod-Coverage-1.10-lp150.1.7.noarch ..................................[done]
(44/71) Installing: librest-0_7-0-0.8.1-lp150.1.5.x86_64 ..........................................[done]
(45/71) Installing: perl-Net-DBus-1.1.0-lp150.1.8.x86_64 ..........................................[done]
(46/71) Installing: gtk3-data-3.22.30-lp150.3.3.1.noarch ..........................................[done]
(47/71) Installing: gtk3-schema-3.22.30-lp150.3.3.1.noarch ........................................[done]
(48/71) Installing: libX11-xcb1-1.6.5-lp150.2.3.1.x86_64 ..........................................[done]
(49/71) Installing: libasound2-1.1.5-lp150.5.6.1.x86_64 ...........................................[done]
(50/71) Installing: liblcms2-2-2.9-lp150.2.3.1.x86_64 .............................................[done]
(51/71) Installing: libxcb-render0-1.13-lp150.2.3.1.x86_64 ........................................[done]
(52/71) Installing: libxcb-shm0-1.13-lp150.2.3.1.x86_64 ...........................................[done]
(53/71) Installing: libtiff5-4.0.9-lp150.4.6.1.x86_64 .............................................[done]
(54/71) Installing: cups-config-2.2.7-lp150.2.3.1.x86_64 ..........................................[done]
(55/71) Installing: libxkbcommon0-0.8.2-lp150.2.3.1.x86_64 ........................................[done]
(56/71) Installing: xdg-utils-20170508-lp150.3.3.2.noarch .........................................[done]
(57/71) Installing: libcairo2-1.15.10-lp150.3.3.1.x86_64 ..........................................[done]
(58/71) Installing: libcups2-2.2.7-lp150.2.3.1.x86_64 .............................................[done]
(59/71) Installing: libpango-1_0-0-1.40.14-lp150.2.3.1.x86_64 .....................................[done]
(60/71) Installing: libcairo-gobject2-1.15.10-lp150.3.3.1.x86_64 ..................................[done]
(61/71) Installing: libcolord2-1.4.2-lp150.1.18.x86_64 ............................................[done]
(62/71) Installing: libgdk_pixbuf-2_0-0-2.36.11-lp150.3.4.x86_64 ..................................[done]
(63/71) Installing: librsvg-2-2-2.42.3-lp150.1.20.x86_64 ..........................................[done]
(64/71) Installing: gdk-pixbuf-loader-rsvg-2.42.3-lp150.1.20.x86_64 ...............................[done]
(65/71) Installing: gtk3-tools-3.22.30-lp150.3.3.1.x86_64 .........................................[done]
Additional rpm output:
update-alternatives: using /usr/bin/gtk-update-icon-cache-3.0 to provide /usr/bin/gtk-update-icon-cache (gtk-update-icon-cache) in auto mode

(66/71) Installing: adwaita-icon-theme-3.26.1-lp150.1.4.noarch ....................................[done]
(67/71) Installing: libgtk-3-0-3.22.30-lp150.3.3.1.x86_64 .........................................[done]
(68/71) Installing: libindicator3-7-16.10.0+bzr20171205-lp150.1.1.x86_64 ..........................[done]
(69/71) Installing: libdbusmenu-gtk3-4-16.04.0-lp150.2.1.x86_64 ...................................[done]
(70/71) Installing: libappindicator3-1-12.10.1+bzr20170215-lp150.3.1.x86_64 .......................[done]
(71/71) Installing: brave-browser-dev-0.58.9-1.x86_64 .............................................[done]
Additional rpm output:
service: no such service atd
update-alternatives: using /usr/bin/brave-browser-dev to provide /usr/bin/brave-browser (brave-browser) in auto mode
vagrant-openSUSE-Leap:~ #
vagrant@vagrant-openSUSE-Leap:~> which brave-browser
/usr/bin/brave-browser
```
@posix4e
Copy link
Contributor Author

posix4e commented Dec 8, 2018

What about using the same path as the browsers.

@michbona
Copy link

michbona commented Jan 29, 2019

I can confirm that all of that is still happening (on OpenSuse):

Simply copying that path into a browser will result in an XML "Access denied" file.

@fmarier
Copy link
Member

fmarier commented Sep 20, 2019

As of #6087, we now have official instructions for installing Brave on OpenSUSE. The steps are a little simpler than the ones in this PR.

@fmarier fmarier closed this Sep 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants