Atualizar avisos e erros no Ubuntu 16.04

Atualizar avisos e erros no Ubuntu 16.04

Recentemente, um ícone de triângulo de advertência vermelho apareceu na barra de menu do meu laptop Dell XPS 13. Quando abro o menu aparece que "as informações de atualização estão desatualizadas".

As informações de atualização estão desatualizadas

Posso escolher Verificar todas as atualizações e isso abre uma janela chamada "Atualizando cache". Mostro o conteúdo final abaixo, embelezado para facilitar a leitura.

Não tenho conhecimento de nenhum problema com minha conexão com a Internet e não poderia ter postado esta mensagem sem uma conexão com a Internet.

O que posso fazer para resolver esses problemas?

----------

Falha ao baixar informações do repositório Verifique sua conexão com a Internet v Detalhes

W:GPG error: http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 Release: The following signatures were invalid: KEYEXPIRED 1507497109,

W:The repository 'http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 Release' is not signed.,

W:Data from such a repository can't be authenticated and is therefore potentially dangerous to use.,

W:See apt-secure(8) manpage for repository creation and user configuration details.,

NOTA: Atualizei para a versão 3.6, então esses dados estão realmente desatualizados.


W:GPG error: http://ftp.debian.org/debian jessie-backports InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8B48AD6246925553  NO_PUBKEY 7638D0442B90D010,

W:The repository 'http://ftp.debian.org/debian jessie-backports InRelease' is not signed.,

W:Data from such a repository can't be authenticated and is therefore potentially dangerous to use.,

W:See apt-secure(8) manpage for repository creation and user configuration details.,

W:GPG error: http://cdn-fastly.deb.debian.org/debian jessie-backports InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8B48AD6246925553  NO_PUBKEY 7638D0442B90D010,

W:The repository 'http://httpredir.debian.org/debian jessie-backports InRelease' is not signed.,

W:Data from such a repository can't be authenticated and is therefore potentially dangerous to use.,

W:See apt-secure(8) manpage for repository creation and user configuration details.,

W:The repository 'http://ppa.launchpad.net/fta/gnome3/ubuntu xenial Release' does not have a Release file.,

W:Data from such a repository can't be authenticated and is therefore potentially dangerous to use.,

W:See apt-secure(8) manpage for repository creation and user configuration details.,

W:The repository 'http://ppa.launchpad.net/nvbn-rm/ppa/ubuntu xenial Release' does not have a Release file.,

W:Data from such a repository can't be authenticated and is therefore potentially dangerous to use.,

W:See apt-secure(8) manpage for repository creation and user configuration details.,

W:The repository 'http://ppa.launchpad.net/vincent-c/nevernote/ubuntu xenial Release' does not have a Release file.,

W:Data from such a repository can't be authenticated and is therefore potentially dangerous to use.,

W:See apt-secure(8) manpage for repository creation and user configuration details.,

E:Failed to stat /var/lib/apt/lists/partial/deb.opera.com_opera-stable_dists_stable_InRelease - pkgAcqTransactionItem::TransactionState-stat (2: No such file or directory),

E:Failed to stat /var/lib/apt/lists/partial/deb.opera.com_opera-stable_dists_stable_non-free_binary-amd64_Packages - pkgAcqTransactionItem::TransactionState-stat (2: No such file or directory),

E:Failed to stat /var/lib/apt/lists/partial/deb.opera.com_opera-stable_dists_stable_non-free_binary-i386_Packages - pkgAcqTransactionItem::TransactionState-stat (2: No such file or directory)

Responder1

Desative o software de configuração do sistema de atualização não suportado e atualize backports! .. verifique seus repositórios. /etc/apt/sources.list

Remover Ópera:

sudo apt-get purge opera-stable

sudo apt-get update
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade

Instale o Ópera:

sudo apt-get install opera-stable

Você está usando o Xenial, mas seu sources.list contém links para o Precise. Jessie

Faça backup de seu sources.list atual:

sudo mv /etc/apt/sources.list /etc/apt/sources.list.bak

Crie uma nova listahttps://help.ubuntu.com/community/Repositories/CommandLine

salve e tentesudo apt-get update

informação relacionada