Ubuntu Version:
Upgraded from 22.04 to 24.04
Desktop Environment (if applicable):
GNOME
Problem Description:
I upgraded today from 22.04 to 24.04. The upgrade went well, apart from one item: Google Chrome.
Before the upgrade, /etc/apt/sources.list.d/google-chrome.list
looked like this (with comments removed):
deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main
After the upgrade, the file has been replaced with google-chrome.sources
. Its contents are:
Enabled: no
Types: deb
URIs: https://dl.google.com/linux/chrome/deb/
Suites: stable
Components: main
Signed-By:
-----BEGIN PGP PUBLIC KEY BLOCK-----
[removed for brevity]
-----END PGP PUBLIC KEY BLOCK-----
I’ve changed Enabled: no
to Enabled: yes
.
Error Messages:
Unfortunately, now when I run sudo apt update
, I get an error message:
N: Skipping acquisition of configured file 'main/binary-i386/Packages', as repository 'https://dl.google.com/linux/chrome/deb stable InRelease' doesn't support architecture 'i386'
What I’ve Tried:
I don’t know what to do about this, partly because I don’t understand the error message.
I tried reinstalling Chrome from the official website, in the hopes that this would fix it, but it didn’t.
I removed the sources file (after making a backup) and reinstalled Chrome again, but that also didn’t help.
What can I do about this error, please?
Thank you