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
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.