Impossibile installare Vivaldi browser in Manjaro

Informazioni, consigli e novità sulla galassia delle distribuzioni GNU/Linux, *nix, *BSD e su altri sistemi operativi non liberi.
Avatar utente
ubuntumate
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1180
Iscrizione: giovedì 28 maggio 2015, 18:18
Distribuzione: Windows 7
Sesso: Maschile
Località: Milano

Impossibile installare Vivaldi browser in Manjaro

Messaggio da ubuntumate »

Uso manjaro linux 0.8.13 e grazie a un thread sui browser,volevo provare Vivaldi e ho provato così:

Codice: Seleziona tutto

yaourt -Ss vivaldi
aur/vivaldi 1.0.219.50-2 (112)
    An advanced browser made with the power user in mind.
aur/vivaldi-snapshot 1.0.275.3-1 (38)
    An advanced browser made with the power user in mind. (weekly snapshot)
[neon@technology ~]$ sudo yaourt -S vivaldi  
[sudo] password di neon: 

==> Scaricamento del PKGBUILD di vivaldi da AUR...
x .SRCINFO
x .gitignore
x .pkgupdate
x AUR
x PKGBUILD
x README.md
x vivaldi.install
Comment by Qsuare  (2015-02-11 19:05)
A working PKGBUILD:

pkgname=vivaldi
pkgver=1.0.94.2
pkgrel=2
pkgdesc='A new browser for our friends'
url="https://vivaldi.com"
install=${pkgname}.install
options=(!strip !zipman)
license=('custom')
arch=('x86_64')
source=("https://vivaldi.com/download/Vivaldi_TP2_${pkgver}_amd64.deb")
depends=('gtk2' 'nss' 'libxtst' 'gconf' 'libxss' 'freetype2' 'ttf-font' 'desktop-file-utils' 'shared-mime-info')
optdepends=('ffmpeg: playback of proprietary formats')

package() {
tar -xf data.tar.xz --exclude={etc,usr/share/{lintian,menu}} -C "$pkgdir/"

# soname fix for libsystemd (udev)
sed -e 's/libudev.so.0/libudev.so.1/g' \
-i "$pkgdir/opt/vivaldi/vivaldi-bin"

# suid sanbox
chmod 4755 "$pkgdir/opt/vivaldi/vivaldi-sandbox"

# install icons
for res in 16 22 24 32 48 64 128 256; do
install -Dm644 "$pkgdir/opt/vivaldi/product_logo_${res}.png" \
"$pkgdir/usr/share/icons/hicolor/${res}x${res}/apps/vivaldi.png"
done
}

sha256sums=('9fcf99ba06fc74cd01329611cf70765349c1301a2fc6bf8cff8dc84eddb7ea48')

pastebin: http://pastebin.com/vZPN4Z49
raw: http://pastebin.com/raw.php?i=vZPN4Z49

@BlackIkeEagle, Please replace the vivaldi-unstable with vivaldi and change the sum to the proper one(9fcf99ba06fc74cd01329611cf70765349c1301a2fc6bf8cff8dc84eddb7ea48)

Comment by osense  (2015-03-06 22:01)
updated PKGBUILD:

# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
# Contributor: TZ86

pkgname=vivaldi
pkgver=1.0.118.19
pkgrel=3
pkgdesc='A new browser for our friends'
url="https://vivaldi.com"
install=${pkgname}.install
options=(!strip !zipman)
license=('custom')
arch=('x86_64')
source=("https://vivaldi.com/download/vivaldi-preview_${pkgver}-1_amd64.deb")
depends=('gtk2' 'nss' 'libxtst' 'gconf' 'libxss' 'freetype2' 'ttf-font' 'desktop-file-utils' 'shared-mime-info')
optdepends=('ffmpeg: playback of proprietary formats')

package() {
tar -xf data.tar.xz --exclude={etc,usr/share/{lintian,menu}} -C "$pkgdir/"

# soname fix for libsystemd (udev)
sed -e 's/libudev.so.0/libudev.so.1/g' \
-i "$pkgdir/opt/vivaldi/vivaldi-bin"

# suid sanbox
chmod 4755 "$pkgdir/opt/vivaldi/vivaldi-sandbox"

# install icons
for res in 16 22 24 32 48 64 128 256; do
install -Dm644 "$pkgdir/opt/vivaldi/product_logo_${res}.png" \
"$pkgdir/usr/share/icons/hicolor/${res}x${res}/apps/vivaldi.png"
done
}

sha256sums=('f7f9ba45c303d1461a6ff28548300bdf0d4c066c007999e8a0d945a734316a60')

Comment by otx  (2015-03-13 07:23)
There is a new release with the FREAK vulnerability fix.
https://vivaldi.net/blogs/teamblog/item/14-subject-snapshot-1-0-124-2-mea-culpa

Comment by valandil  (2015-04-14 21:03)
I don't think this counts as benig out-of-date. This is the latest preview version available. 1.0.124 is the latest snapshot version available. It seems like a different branch.

Comment by FadeMind  (2015-07-21 08:21)
Accidentally clicked out-of-date. Apologize...

vivaldi 1.0.219.50-2  (2015-07-16 15:07)
( Pacchetto non supportato: Potenzialmente pericoloso! )
==> ERRORE: Avviare makepkg da root non è permesso poichè può causare danni permanenti,
catastrofici al tuo sistema.
Impossibile leggere il PKGBUILD
Come faccio?
Software engineers shall participate in lifelong learning regarding the practice of their profession and shall promote an ethical approach to the practice of the profession.
ACM/IEEE Code of ethics.
caturen
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 17946
Iscrizione: giovedì 8 aprile 2010, 18:41
Desktop: diversi
Distribuzione: debian

Re: Impossibile installare Vivaldi browser in Manjaro

Messaggio da caturen »

proprio una bella idea andare a riesumare una discussione vecchia di 5 anni.
Ho provato in molti modi ma il risultato è semplicemente nullo
di modi ce n'è solo uno : prendere il pacchetto da AUR, cosa che funziona senza nessun problema

Codice: Seleziona tutto

 yay vivaldi
13 aur/vivaldi-autoinject-custom-js-ui 2020.11.22.9-1 (+0 0.00) 
    manage custom js UI mods for the vivaldi web browser
12 aur/ice 6.0.8+23+g7f42691-1 (+1 0.00) 
    Tool to create Chromium/Chrome/Firefox/Vivaldi SSBs in Peppermint OS.
11 aur/kget-integrator 1.1.1-1 (+3 0.05) (Obsoleto)%!(EXTRA string=2021-07-11) 
    Integrate KGet Download Manager with Google Chrome, Chromium, Vivaldi, Opera and Firefox
10 aur/whale-browser stable-2 (+4 0.18) 
    A web browser that possess a lot of similar features as Vivaldi, being a customized pushed browser, multi-tasking browsing called Omnitasking, as well as other features such as cloud saves & quick translation
9 aur/vivaldi-update-ffmpeg-hook 1.0-1 (+9 0.83) 
    Hook to automatically enable proprietary media playback
8 aur/vivaldi-widevine 1:4.10.2449.0-1 (+24 0.05) 
    A browser plugin designed for the viewing of premium video content, standalone for vivaldi
7 aur/uget-integrator 1.0.0-2 (+25 0.12) 
    Integrate uGet Download Manager with Google Chrome, Chromium, Vivaldi, Opera and Firefox
6 aur/vivaldi-snapshot-ffmpeg-codecs 98.0.4710.4-1 (+35 0.00) (Obsoleto)%!(EXTRA string=2022-06-02) 
    additional support for proprietary codecs for vivaldi
5 aur/vivaldi-codecs-ffmpeg-extra-bin 99.0.4844.84-1 (+40 0.00) 
    Prebuilt ffmpeg codecs package for Vivaldi
4 aur/vivaldi-snapshot 5.4.2729.2-1 (+128 1.36) 
    An advanced browser made with the power user in mind. Snapshot
3 community/vivaldi-ffmpeg-codecs 103.0.5060.53-1 (1.4 MiB 4.4 MiB) 
    additional support for proprietary codecs for vivaldi
2 community/vivaldi 5.3.2679.68-1 (91.3 MiB 303.8 MiB) 
    An advanced browser made with the power user in mind.
1 community/passff-host 1:1.2.3-1 (5.4 KiB 6.2 KiB) 
    PassFF native messaging host application for Firefox, Chromium, Chrome, Vivaldi
==> Pacchetti da installare (es: 1 2 3, 1-3 o ^4)
==> 2
[sudo] password di caturen: 
risoluzione delle dipendenze in corso...
ricerca dei pacchetti in conflitto in corso...

Pacchetti (1) vivaldi-5.3.2679.68-1

Dimensione totale dei pacchetti da scaricare:    91,29 MiB
Dimensione totale dei pacchetti da installare:  303,83 MiB

:: Vuoi procedere con l'installazione? [S/n] 
:: Download dei pacchetti in corso...
 vivaldi-5.3.2679...    91,3 MiB   628 KiB/s 02:29 [######################] 100%
(1/1) verifica delle chiavi presenti nel porta...  [######################] 100%
(1/1) verifica dell'integrità dei pacchetti        [######################] 100%
(1/1) caricamento dei file dei pacchetti           [######################] 100%
(1/1) controllo dei conflitti in corso             [######################] 100%
(1/1) controllo dello spazio disponibile sul d...  [######################] 100%
:: Elaborazione delle modifiche al pacchetto...
(1/1) installazione in corso di vivaldi            [######################] 100%
Dipendenze opzionali di vivaldi
    vivaldi-ffmpeg-codecs: playback of proprietary video/audio
    libnotify: native notifications [installato]
:: Esecuzione degli hook di post-transazione...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Updating icon theme caches...
(3/3) Updating the desktop file MIME type cache...
[caturen@caturen ~]$ 

Scrivi risposta

Ritorna a “Altre distribuzioni e sistemi operativi”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 8 ospiti