Página 1 de 1

No se pudo encontrar la entrada esperada «main/binary-i386/Packages» en el archivo «Release» (entrada incorrecta en «so

Publicado: Mié Mar 22, 2017 4:10 pm
por Jaibol Santaella
Solución al error:

" No se pudo encontrar la entrada esperada «main/binary-i386/Packages» en el archivo «Release» (entrada incorrecta en «sources.list» o fichero mal formado"

Edita el archivo google-chrome.list y agrega [arch=amd64]

Código: Seleccionar todo

  nano /etc/apt/sources.list.d/google-chrome.list 
Antes:

Código: Seleccionar todo

### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb http://dl.google.com/linux/chrome/deb/ stable main
Despues:

Código: Seleccionar todo

### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main