Codice: Seleziona tutto
$ cat /etc/apt/sources.list.d/google-chrome.sources
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# Changes to this file will not be preserved.
# This file will not be recreated if removed.
X-Repolib-Name: Google Chrome
Types: deb
URIs: https://dl.google.com/linux/chrome-stable/deb/
Suites: stable
Components: main
Signed-By: /usr/share/keyrings/google-chrome.gpg
Questo è il file sources che viene fornito direttamente NEL pacchetto .deb di Chrome. Si notano due cose: 1) manca la specificazione dell'architettura, 2) "Changes to this file will not be preserved."
Il che vuol dire: 1) non serve specificarla, 2) se fai una modifica al file, col prossimo aggiornamento di chrome verrà rimossa.
Quindi, prova a modificarla ed aggiungerla come ti è stato detto, e poi verifica se al prossimo aggiornamento ricompare il messaggio:
Codice: Seleziona tutto
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://dl.google.com/linux/chrome-stable/deb stable InRelease' doesn't support architecture 'i386'
o equivalente in italiano. Perché se riappare, è inutile anche stare a modificare il sources: è solo una "notice" nemmeno un warning, ergo puoi tranquillamente ignorarla.