Erro de atualização do Apt (ignorando aquisição de configurado)

0

Eu sei que há uma pergunta semelhante em AQ, que eu olhei por dias. Não se aplica a mim porque era sobre o Google Chrome, o meu não é. Eu não posso alterar as soluções para trabalhar para mim porque eu realmente não as entendo e / ou não funciona.

Espero que alguém saiba o que fazer sobre isso:

A primeira imagem

Segunda imagem

Exemplo escrito:

N: Skipping acquire of configured file 'partner/binary-i396/Packages' as repository 'http://archive.canonical.com/ubuntu zesty InRelease' doesn't support architecture 'i396'
N: Skipping acquire of configured file 'partner/binary-i1386/Packages' as repository 'http://archive.canonical.com/ubuntu zesty InRelease' doesn't support architecture 'i1386'
N: Skipping acquire of configured file 'main/binary-i1386/Packages' as repository 'http://archive.ubuntu.com/ubuntu zesty InRelease' doesn't support architecture 'i1386'
N: Skipping acquire of configured file 'main/binary-i396/Packages' as repository 'http://archive.ubuntu.com/ubuntu zesty InRelease' doesn't support architecture 'i396'

Eu não sei o que fazer, eu não instalei muitos programas e os que eu tenho e não queria mais, eu os removi completamente e os removi junto com suas dependências.

Obrigado por qualquer ajuda.

EDIT: de acordo com o pedido do Pilot6, aqui está a saída:

# deb cdrom:[Ubuntu 17.04 _Zesty Zapus_ - Release amd64 (20170412)]/ zesty main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu zesty main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu zesty-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu zesty universe
# deb-src http://gb.archive.ubuntu.com/ubuntu/ zesty universe
deb http://archive.ubuntu.com/ubuntu zesty-updates universe
# deb-src http://gb.archive.ubuntu.com/ubuntu/ zesty-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu zesty multiverse
# deb-src http://gb.archive.ubuntu.com/ubuntu/ zesty multiverse
deb http://archive.ubuntu.com/ubuntu zesty-updates multiverse
# deb-src http://gb.archive.ubuntu.com/ubuntu/ zesty-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu zesty-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu zesty partner
# deb-src http://archive.canonical.com/ubuntu zesty partner
deb http://archive.ubuntu.com/ubuntu zesty-security main restricted
deb http://archive.ubuntu.com/ubuntu zesty-security universe
# deb-src http://security.ubuntu.com/ubuntu zesty-security universe
deb http://archive.ubuntu.com/ubuntu zesty-security multiverse
# deb-src http://security.ubuntu.com/ubuntu zesty-security multiverse
# deb http://archive.canonical.com/ zesty parnet partner
# deb-src http://archive.canonical.com/ zesty parnet
# deb-src http://archive.canonical.com/ zesty partner
# deb http://archive.canonical.com zesty partner
# deb-src http://archive.canonical.com zesty partner

EDITAR:

~$ dpkg --print-foreign-architectures
i386
i1386
i396
    
por Captain Fudge 15.07.2017 / 23:19

1 resposta

0

Executar em um terminal

sudo dpkg --remove-architecture i1386
sudo dpkg --remove-architecture i396

Essas arquiteturas não existem. Você fez alguns erros ao executar alguns comandos. Seja mais cuidadoso.

    
por Pilot6 16.07.2017 / 19:59