I can' t Install Vivaldi On Lubuntu
-
@DoctorG I don't think that's a nice way for a Linux beginner
He didn't probably choose (L-)Ubuntu for using... some cryptic stuff on the terminal he does not understand (+ mixing 2 package-managers on top of that) ...
for (L-)Ubuntu.
-
@npro The graphical software package manager should show what's the problem.
I do not know why it dos not show what is missing. -
@DoctorG said in I can' t Install Vivaldi On Lubuntu:
I do not know why it dos not show what is missing.
That's why I pointed him to their official forum
-
@Pardus In Debian 12 KDE was able to download the deb package, in Dolphin file manager using context menu Open with Discover to install it, Discover feteched missing packages.
-
@DoctorG @Pardus "Discover": this actually makes some sense as it is using another "mechanism" to install packages, I see (from here https://distrosea.com/start/lubuntu-24.04-default/) that Discover is available in Lubuntu, you could try with that (if you haven't asked already).
-
-
@Pardus If the Package Installer is QApt it is sometimes not smart enough to fetch tje missing packages.
//EDIT 20:16 CEST: But i was able to install 6.7 installer file, QApt fetech the missing packages.
Something is broken on your Lubuntu installation. Please ask Lubuntu forum for help. -
Thank you all for your helps. I tried terminal and ı think ı did. And note that codes for same problems.
I can use it(sudo dbkg...) the same way for similar installation problems, right?
-
@Pardus
sudo dpkg -i FILENAME.DEB
(example) is the command to install a deb file.
If you get message that someting is missing, then runsudo apt update; sudo apt -f install
If you run Linux you sometimes need to know such system commands or to ask a person who know how to administrate Linux PC. No offense against you.
-
@Pardus said in I can' t Install Vivaldi On Lubuntu:
Thank you all for your helps. I tried terminal and ı think ı did. And note that codes for same problems.
I can use it(sudo dbkg...) the same way for similar installation problems, right?
Depends on how much you want to invest in learning package-managers and how a GNU/Linux system works.
Simplified,
dpkg
is the old Debian package manager which is different than the newerapt
. You can read about those in their manuals, or in some Debian manual/wiki.If you don't want that you should basically use the official way of installing software according to your distro's manual, in this case it seems Discover is recommended from what I see, despite not mentioning local packages explicitly https://manual.lubuntu.me/stable/4/Installing_Updating_and_Removing_Software.html
It doesn't say anything about Qapt so you would better not use it imo, but it could be asked in their forums.
That command way is rather a bit "dirty", you basically install a package with an old system tool ("the old way") knowing that it could not satisfy all dependencies and you try to fix those using the many-years-later newer, more user-orientated tool.
-f
means--fix-broken
I wouldn't recommend that to someone who would want to understand dependencies and learn how to solve them in the "traditional" way. -
@DoctorG said in I can' t Install Vivaldi On Lubuntu:
The reason could be the following
@solydX:~$ sudo gdebi /Downloads/vivaldi-stable_6.6.3271.61-1_amd64.deb
[sudo] password:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: libglib2.0-0 (>= 2.39.4)Which could be do to the Debian t64 updates.
Vivaldi needs to make some adjustments.
-
@troypulk Something Vivaldi can not fix as it is a dependency with Chromium.
Is your SolydX Debian a Debian Testing (trixie) version?
-
Okay, Thanks.
So Vivaldi cannot work unless it uses some files from Chromium?
Thanks, I didn't know that, I was under the impression that Vivaldi has moved away from Chromium.
-
@DoctorG said in I can' t Install Vivaldi On Lubuntu:
@troypulk Something Vivaldi can not fix as it is a dependency with Chromium.
Is your SolydX Debian a Debian Testing (trixie) version?
Yes.
-
@troypulk Ah, ok.
Please, can you report that to bug tracker
So Vivaldi Linux dev knows about the trouble with Debian t64. -
@DoctorG said in I can' t Install Vivaldi On Lubuntu:
@troypulk Ah, ok.
Please, can you report that to bug tracker
So Vivaldi Linux dev knows about the trouble with Debian t64.Yes I will, I came here first to see if it has been addressed.
-
@troypulk Last year i tried to run Debian Testing just for fun and Vivaldi/Chromium testet, and had too much trouble with many programs. So i stopped this experiment.
-
@DoctorG said in I can' t Install Vivaldi On Lubuntu:
@troypulk Last year i tried to run Debian Testing just for fun and Vivaldi/Chromium testet, and had too much trouble with many programs. So i stopped this experiment.
That's funny because all I have ever ran was testing and I have never had any issues with vivaldi except for now with the t64 updates.
Maybe it's the Distro, I'm using SolydXK.
-
@troypulk said in I can' t Install Vivaldi On Lubuntu:
Dependency is not satisfiable: libglib2.0-0 (>= 2.39.4)
So you guys have 2 different apps (or could one be the fork of the other -no idea-) reporting the same. Great, you guys can cooperate now
, @Pardus can check if he gets the same message with
gdebi
and you withqapt
as the 1st step ... Good luck!My guess:
it's not Vivaldi's fault
-
DoctorG
about 7 hours ago@troypulk Something Vivaldi can not fix as it is a dependency with Chromium.
He has already said that it's Chromium fault.
But Vivaldi still needs to make some adjustments due to Debian's t64 updates.
Unless it's something else?
This only happens when installing Debian testing brand new from an ISO then trying to install the Vivaldi Deb file, it's no issue with my other Debian testing system that's been working before the t64 updates.