[Software] Chromium failed update

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
toni75
Posts: 2
Joined: 2024-12-07 08:33
Has thanked: 2 times

[Software] Chromium failed update

#1 Post by toni75 »

Yesterday I installed the proposed software updates on Debian 12, including Chromium, and that made Chromium disappear. Trying to install it again throws this error message:
I seguenti pacchetti hanno dipendenze non soddisfatte:
chromium : Dipende: libc++1-19 (>= 1:19.1.4) ma non è installabile
Dipende: libc++abi1-19 (>= 1:19.1.4) ma non è installabile
Dipende: libunwind-19 (>= 1:19.1.4) ma non è installabile
Dipende: chromium-common (= 131.0.6778.108-1~deb12u1) ma non sta per essere installato
E: Impossibile correggere i problemi, ci sono pacchetti danneggiati bloccati.
Messages are in Italian but I think they're understandable.
It seems dependencies for a new chromium version are not satisfied.

Can someone help me?
thanks in advance

User avatar
sunrat
Site admin
Site admin
Posts: 7451
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 134 times
Been thanked: 665 times

Re: [Software] Chromium failed update

#2 Post by sunrat »

toni75 wrote: 2024-12-07 08:41 It seems dependencies for a new chromium version are not satisfied.
Probably a reasonable assumption. They were held back in Bookworm update/upgrade today:

Code: Select all

The following packages have been kept back:
  chromium chromium-common chromium-sandbox
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
bbbhltz
Section Moderator
Section Moderator
Posts: 340
Joined: 2024-01-10 14:53
Location: Normandy
XMMP/Jabber: bbbhltz@mailbox.org
Has thanked: 72 times
Been thanked: 81 times

Re: [Software] Chromium failed update

#3 Post by bbbhltz »

Possible temporary fix here

viewtopic.php?p=812539#p812539
bbbhltz
longtime desktop Linux user; eternal newbie

User avatar
stevepusser
Posts: 13071
Joined: 2009-10-06 05:53
Has thanked: 51 times
Been thanked: 99 times

Re: [Software] Chromium failed update

#4 Post by stevepusser »

Fixed now for me in standard Debian Security...
MX Linux packager and developer

User avatar
sunrat
Site admin
Site admin
Posts: 7451
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 134 times
Been thanked: 665 times

Re: [Software] Chromium failed update

#5 Post by sunrat »

stevepusser wrote: 2024-12-07 21:25 Fixed now for me in standard Debian Security...
Weird stuff here. apt still showed

Code: Select all

The following packages have been kept back:
  chromium chromium-common chromium-sandbox
So I tried with aptitude:

Code: Select all

# aptitude upgrade chromium
Resolving dependencies...                
The following NEW packages will be installed:
  libc++1-19{a} libc++abi1-19{a} libunwind-19{a} 
The following packages will be REMOVED:
  cmake-data{u} libc++1-16{u} libc++abi1-16{u} libjsoncpp25{u} libunwind-16{u} linux-headers-6.1.0-27-common{u} 
  system-config-printer-udev{u} 
The following packages will be upgraded:
  chromium chromium-common
But not chromium-sandbox! :? (The removed packages are probably not related). Installed those with aptitude and I then went back and did apt upgrade and it installed chromium-sandbox. I now have the new security version of chromium installed and working. Sometimes the road to success has some strange twists and turns.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

Borg
Posts: 40
Joined: 2024-02-16 22:49
Has thanked: 3 times
Been thanked: 4 times

Re: [Software] Chromium failed update

#6 Post by Borg »

toni75 wrote: 2024-12-07 08:41 Messages are in Italian but I think they're understandable.
You can always enforce the message in English by putting a

Code: Select all

LANG=en
in front of the command. This is temporary and only applies to the command that follows on the same command line. It also works on man pages, for cases when you want to read the man pages in English. Sometimes the English ones are a bit more detailed and more up-to-date.

Example:

Code: Select all

root@machine:~# LANG=en apt update
Hit:1 https://deb.debian.org/debian bookworm InRelease
Hit:2 https://deb.debian.org/debian-security bookworm-security InRelease
Hit:3 https://deb.debian.org/debian bookworm-updates InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
4 packages can be upgraded. Run 'apt list --upgradable' to see them.

root@machine:~# LANG=en apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  chromium chromium-common chromium-l10n chromium-sandbox
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

Code: Select all

$ LANG=EN man apt
# shows man page of apt in English
BTW. i have the same error message.

I would assume that the Debian maintainers will fix the bug in the next few days, so I don't have to do anything but wait.
Am I right?

My default browser is Firefox anyway, so I might as well just wait for Chromium.

toni75
Posts: 2
Joined: 2024-12-07 08:33
Has thanked: 2 times

Re: [Software] Chromium failed update

#7 Post by toni75 »

Borg wrote: 2024-12-08 17:24
toni75 wrote: 2024-12-07 08:41 Messages are in Italian but I think they're understandable.
You can always enforce the message in English by putting a

Code: Select all

LANG=en
in front of the command. This is temporary and only applies to the command that follows on the same command line. It also works on man pages, for cases when you want to read the man pages in English. Sometimes the English ones are a bit more detailed and more up-to-date.

Example:

Code: Select all

root@machine:~# LANG=en apt update
Hit:1 https://deb.debian.org/debian bookworm InRelease
Hit:2 https://deb.debian.org/debian-security bookworm-security InRelease
Hit:3 https://deb.debian.org/debian bookworm-updates InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
4 packages can be upgraded. Run 'apt list --upgradable' to see them.

root@machine:~# LANG=en apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  chromium chromium-common chromium-l10n chromium-sandbox
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

Code: Select all

$ LANG=EN man apt
# shows man page of apt in English
Very useful, thank you very much!

Alt+F4
Posts: 3
Joined: 2023-09-14 11:32
Has thanked: 2 times
Been thanked: 4 times

Re: [Software] Chromium failed update

#8 Post by Alt+F4 »

The dependencies are now available in Bookworm (stable-updates), just 'apt install chromium' or 'apt dist-upgrade'. No need to modify the apt repository.

Borg
Posts: 40
Joined: 2024-02-16 22:49
Has thanked: 3 times
Been thanked: 4 times

Re: [Software] Chromium failed update

#9 Post by Borg »

toni75 wrote: 2024-12-08 17:49 Very useful, thank you very much!
You're welcome.
Alt+F4 wrote: 2024-12-09 12:50 The dependencies are now available in Bookworm (stable-updates), just 'apt install chromium' or 'apt dist-upgrade'. No need to modify the apt repository.
Thank you. 'apt dist-upgrade' solved it.

eamanu
Debian Developer
Debian Developer
Posts: 8
Joined: 2020-07-12 21:37
Has thanked: 2 times
Contact:

Re: [Software] Chromium failed update

#10 Post by eamanu »

@Best_Threads

Post Reply