Quando tento di correre sudo apt-get install google-chrome-stable
, mi viene presentato il seguente messaggio
The following packages have unmet dependencies:
google-chrome-stable : Depends: lib32gcc1 (>= 1:4.1.1) but it is not installable
Depends: lib32stdc++6 (>= 4.6) but it is not installable
Depends: libc6-i386 (>= 2.11) but it is not installable
E: Unable to correct problems, you have held broken packages.
Quando provo ad installare, lib32gcc1
ad esempio, ricevo il messaggio
Package lib32gcc1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'lib32gcc1' has no installation candidate
- Qual è la causa del problema, ad esempio perché i pacchetti sono rotti?
- Come posso risolvere il problema?