Hi
I performed an "apt update" and "apt upgrade" and did not pay attention and pressed yes on everything and then realized that chromium got removed from the installed packages, when I tried to reinstall it I got this error message
And when I used synaptic package manager to see which version I can install I found this one and it works but it's outdated and not the last one and I cannot install the last one
I can install only the "stable security"
And not stable
How do I solve this and what is the difference between "stable" and "stable security"
Thanks!
[Software] [Solved] [Software] Chromium removed and cannot reinstall
- sunrat
- Site admin
- Posts: 7451
- Joined: 2006-08-29 09:12
- Location: Melbourne, Australia
- Has thanked: 134 times
- Been thanked: 665 times
Re: [Software] Chromium removed and cannot reinstall
Are you sure it was removed? Here the package upgrades from security were kept back but the old version is still there.
And please use code tags for commands, terminal text etc. rather than images. It's easier to read and also searchable.
And please use code tags for commands, terminal text etc. rather than images. It's easier to read and also searchable.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ” Remember to BACKUP!
Those who have lost data
...and those who have not lost data YET ” Remember to BACKUP!
- stevepusser
- Posts: 13071
- Joined: 2009-10-06 05:53
- Has thanked: 51 times
- Been thanked: 99 times
Re: [Software] Chromium removed and cannot reinstall
Yeah, those are Trixie's dependencies, it's for real.
And it's still not fixed.
I was going to make a thread titled something like "Is Chromium's -chommon package chaput?", but I thought better of it.
And it's still not fixed.
I was going to make a thread titled something like "Is Chromium's -chommon package chaput?", but I thought better of it.
MX Linux packager and developer
- bbbhltz
- 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 removed and cannot reinstall
I think I would prefer a package from stable security.
The stable version apparently had a vulnerability, which happens, so the maintainers patched and pushed the update:
https://security-tracker.debian.org/tracker/DSA-5824-1
https://lists.debian.org/debian-securit ... 00240.html
(NB I see a more informed answer was posted.)
The stable version apparently had a vulnerability, which happens, so the maintainers patched and pushed the update:
https://security-tracker.debian.org/tracker/DSA-5824-1
https://lists.debian.org/debian-securit ... 00240.html
(NB I see a more informed answer was posted.)
bbbhltz
longtime desktop Linux user; eternal newbie
longtime desktop Linux user; eternal newbie
Re: [Software] Chromium removed and cannot reinstall
Yes it got removed, and I cannot reinstall it so I had to install the previous version which 130 not 131sunrat wrote: 2024-12-07 10:16 Are you sure it was removed? Here the package upgrades from security were kept back but the old version is still there.
And please use code tags for commands, terminal text etc. rather than images. It's easier to read and also searchable.
Aha that explain it, what should we do now, how do we fix this mess?stevepusser wrote: 2024-12-07 11:31 Yeah, those are Trixie's dependencies, it's for real.
And it's still not fixed.
I was going to make a thread titled something like "Is Chromium's -chommon package chaput?", but I thought better of it.
bbbhltz wrote: 2024-12-07 11:35 I think I would prefer a package from stable security.
The stable version apparently had a vulnerability, which happens, so the maintainers patched and pushed the update:
https://security-tracker.debian.org/tracker/DSA-5824-1
https://lists.debian.org/debian-securit ... 00240.html
(NB I see a more informed answer was posted.)
I'm wondering about the difference between "stable-security" and "stable" any ideas?
Also, how can we fix this mess now since there are problems with dependencies..
- bbbhltz
- 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 removed and cannot reinstall
stable-security is the official Debian repository for frequent security updates.
How to fix? Wait for the maintainer to fix it. Report a big like this https://bugs.debian.org/cgi-bin/bugrepo ... ug=1089224
How to fix? Wait for the maintainer to fix it. Report a big like this https://bugs.debian.org/cgi-bin/bugrepo ... ug=1089224
bbbhltz
longtime desktop Linux user; eternal newbie
longtime desktop Linux user; eternal newbie
- bbbhltz
- 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 removed and cannot reinstall
@Galactic temporary fix mentioned here https://bugs.debian.org/cgi-bin/bugrepo ... 1089224#17
It seems that the update needs a few packages from stable-proposed
updates, to get you go again, you might want to (temporarily) enable
this suite:
Add
deb http://ftp.us.debian.org/debian bookworm-proposed-updates main
to your /etc/apt/sources.list
and you should be able to to install chromium with
apt install chromium.
You can then remove the bookworm-proposed-updates line again.
bbbhltz
longtime desktop Linux user; eternal newbie
longtime desktop Linux user; eternal newbie
Re: [Software] Chromium removed and cannot reinstall
Ah that does the trick, thank you very muchbbbhltz wrote: 2024-12-07 16:42 @Galactic temporary fix mentioned here https://bugs.debian.org/cgi-bin/bugrepo ... 1089224#17
It seems that the update needs a few packages from stable-proposed
updates, to get you go again, you might want to (temporarily) enable
this suite:
Add
deb http://ftp.us.debian.org/debian bookworm-proposed-updates main
to your /etc/apt/sources.list
and you should be able to to install chromium with
apt install chromium.
You can then remove the bookworm-proposed-updates line again.