You are not logged in.
Pages: 1
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
How did you download and install the package ?
Offline
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
We will check it. Why didn't you use the dedicated Q4OS installer ? https://www.q4os.org/forum/viewtopic.php?id=3624
Offline
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
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
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
The original issue is now fixed. You only need to proceed an update from regular repositories.
Offline
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
Pages: 1