You are not logged in.

#1 2024-01-27 19:26

danielson
Member
From: AR - U.S.A.
Registered: 2018-08-29
Posts: 178

Vivaldi .deb will not install

https://snipboard.io/GhfYWV.jpg

Operating System: Debian GNU/Linux 12
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8
Kernel Version: 6.1.0-16-amd64 (64-bit)
Graphics Platform: X11
Processors: 6 × Intel® Core™ i5-8500 CPU @ 3.00GHz
Memory: 7.6 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 630
Manufacturer: Dell Inc.
Product Name: OptiPlex 7060


DELL Optiplex 7060 - 8G RAM.

Offline

#2 2024-01-27 20:13

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,257
Website

Re: Vivaldi .deb will not install

How did you download and install the package ?

Offline

#3 2024-01-27 21:39

danielson
Member
From: AR - U.S.A.
Registered: 2018-08-29
Posts: 178

Re: Vivaldi .deb will not install

Downloaded .deb file from Vivaldi.com

Right-clicked on it to give it permission as executable just as for any other deb file.


DELL Optiplex 7060 - 8G RAM.

Offline

#4 2024-01-27 22:35

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,257
Website

Re: Vivaldi .deb will not install

We will check it. Why didn't you use the dedicated Q4OS installer ? https://www.q4os.org/forum/viewtopic.php?id=3624

Offline

#5 2024-01-27 22:39

danielson
Member
From: AR - U.S.A.
Registered: 2018-08-29
Posts: 178

Re: Vivaldi .deb will not install

Will (hopefully remember to) keep that in mind next time!

Did this in the meantime:
Installing Vivaldi on Ubuntu and Debian from the command line.
https://itsfoss.com/install-vivaldi-ubuntu-linux/

Open a terminal and make sure that you have wget installed for downloading files in the command line.

sudo apt install wget

Next, get the public key of the Vivaldi repository and add it to your system so that your system trusts the packages coming from it. If interested, read this article about adding external repository in Ubuntu.

wget -qO- https://repo.vivaldi.com/archive/linux_signing_key.pub | gpg --dearmor | sudo dd of=/usr/share/keyrings/vivaldi-browser.gpg

Once the key has been added, add the Vivaldi repository as well:

echo "deb [signed-by=/usr/share/keyrings/vivaldi-browser.gpg arch=$(dpkg --print-architecture)] https://repo.vivaldi.com/archive/deb/ stable main" | sudo dd of=/etc/apt/sources.list.d/vivaldi-archive.list

Now you are almost set. Update the package cache and install it.

sudo apt update && sudo apt install vivaldi-stable

Last edited by danielson (2024-01-27 22:40)


DELL Optiplex 7060 - 8G RAM.

Offline

#6 2024-01-28 11:03

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,257
Website

Re: Vivaldi .deb will not install

danielson wrote:

Right-clicked on it to give it permission as executable just as for any other deb file.

Would you provide more detailed info for us to be able to reproduce the issue. The exact, step by step, procedure you applied. What file manager application, context menu, etc...

Offline

#7 2024-01-28 11:19

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,257
Website

Re: Vivaldi .deb will not install

Well, we are now able to reproduce the issue, so no need for additional info so far. We will post a related info here.

Offline

#8 2024-02-07 08:55

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,257
Website

Re: Vivaldi .deb will not install

The original issue is now fixed. You only need to proceed an update from regular repositories.

Offline

#9 2024-03-08 04:49

epp
Member
Registered: 2024-03-08
Posts: 2

Re: Vivaldi .deb will not install

The Vivaldi .deb package can be installed in the same manner as any other Debian package. It will also automatically install the Vivaldi Debian repositories.

sudo dpkg -i <path-to-the-.deb file>

It installed perfectly here.

Offline

Board footer

Powered by FluxBB