Hi Fred,
I have been able to update Chrome thru repo so far, but unable to update to latest Chrome lately.
Code: Select all
root@live:~# apt update
Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
Ign:2 http://deb.debian.org/debian stretch InRelease
Hit:3 http://deb.debian.org/debian stretch Release
Hit:4 https://fredx181.github.io/StretchDog/amd64/Packages ./ InRelease
Hit:5 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:6 http://ixpeering.dl.sourceforge.net/project/ubuntuzilla/mozilla/apt all InRelease
Ign:8 http://snapshot.debian.org/archive/debian/20200528 stretch InRelease
Hit:9 http://snapshot.debian.org/archive/debian/20200528 stretch Release
Reading package lists... Done
Building dependency tree
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
root@live:~# apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@live:~# apt list --upgradable
Listing... Done
google-chrome-stable/stable 108.0.5359.94-1 amd64 [upgradable from: 107.0.5304.110-1]
N: There is 1 additional version. Please use the '-a' switch to see it
root@live:~# apt list --upgradable -a
Listing... Done
google-chrome-stable/stable 108.0.5359.94-1 amd64 [upgradable from: 107.0.5304.110-1]
google-chrome-stable/now 107.0.5304.110-1 amd64 [installed,upgradable to: 108.0.5359.94-1]
root@live:~#
If I use a fresh install of StretchDog or uninstall and reinstall on any StretchDog with Chrome installed already, this is what comes up when it tries to install the latest Chrome version. The same result if I tried to download Chrome and installed the .deb file.
Code: Select all
root@live:~#
root@live:~# apt install google-chrome-stable
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
google-chrome-stable : Depends: libgbm1 (>= 17.1.0~rc2) but 13.0.6-1+b2 is to be installed
E: Unable to correct problems, you have held broken packages.
root@live:~#
Is this something that can be fixed in repo?
Thank you.