Страница 1 из 1

Vivaldi

Добавлено: 16 окт 2016, 11:16
cochese
I am trying to install the new browser Vivaldi on my Rosa Fresh 8 OS using the auto detect file installer but keep getting a message that the File has "no signature" and other such messages. If I use urpmi it comes up with the message that the file conflicts with the Beta version or the unstable version (depending on which version I try to install and there seems to be missing dependencies that I have no idea how to resolve. Has anyone manged to get Vivaldi 1.4.xxx (taking Opera 12.x to the next level) working on Rosa Fresh 8??? If so would you please share...
I've managed to install a driver for an Edimax Wifi adaptor and DraftSight successfully on this brilliant Linux OS but Vivaldi has me stumped.

Re: Vivaldi

Добавлено: 17 окт 2016, 13:14
awl
e.g.

Код: Выделить всё

$ cd ~/Downloads
$ su
Password:
# rpm -Uhv --nodeps --force vivaldi-stable-1.4.589.38-1.x86_64.rpm
It works fine :)

Re: Vivaldi

Добавлено: 17 окт 2016, 16:18
Zeffanyx
awl писал(а):e.g.

Код: Выделить всё

$ cd ~/Downloads
$ su
Password:
# rpm -Uhv --nodeps --force vivaldi-stable-1.4.589.38-1.x86_64.rpm
It works fine :)
As long as I remember, Marathon LTS has the old glibc version and thus it cannot run Chrome or Chromium above version 16. So technically you can install the Vivaldi RPM, but it will not run as long as it is a Chromium-based browser.

Re: Vivaldi

Добавлено: 17 окт 2016, 19:18
awl
cochese писал(а):I am trying to install the new browser Vivaldi on my Rosa Fresh 8 OS ...

Re: Vivaldi

Добавлено: 20 окт 2016, 20:57
cochese
Thank you Awl
I'm not much good at command line but I managed to install it; I had to modify "su" to sudo" and drop the hash tag (probably should know that huh?).
I've tried many differnet Linux OS's, all Debian based but this one really appealed to me and so rpm is my new learning curve.
What does the "Uhv" do?

Re: Vivaldi

Добавлено: 21 окт 2016, 05:14
awl
cochese писал(а):... What does the "Uhv" do?

Код: Выделить всё

$ man rpm