
Eu sou um novo usuário do Ubuntu. Tentei atualizar meu Ubuntu e ele apresentou esses erros.
Reading package list... Done
W: http://archive.canonical.com/ubuntu/dists/precise/Release.gpg:
Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
W: http://us.archive.ubuntu.com/ubuntu/dists/precise-security/InRelease:
Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
W: http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/InRelease:
Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
W: http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/InRelease:
Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
W: http://us.archive.canonical.com/ubuntu/dists/precise/Release.gpg:
Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
W: The repository 'http://ppa.launchpad.net/tualatrix/ppa/next/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://extras.ubuntu.com/ubuntu precise Release:
The following signatures couldn't be verified because the public key is not available:
NO_PUBKEY 16126D3A3E5C1192
W: The repository 'http://extras.ubuntu.com/ubuntu precise Release' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/tualatrix/ppa/next/ubuntu/dists/xenial/main/source/Sources 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead
Como isso pode ser corrigido?
Responder1
Acabei de verificar o PPA que está reclamando do erro "Falha ao buscar".
Dediretório dist desse PPA, não possui versão para Xenial. Portanto, a única solução pode ser remover esse ppa.
Se você estiver atualizando de 12.04 para 16.04, você pode tentar remover esse ppa com:
sudo add-apt-repository --remove ppa:tualatrix/next
E atualize a lista de software com sudo apt-get update
, então você poderá continuar sua tarefa de atualização.
Ou você pode tentar atualizar para 14.04, esse ppa está disponível para Trusty.
Responder2
- execute os comandos abaixo um por um.
- rm -rf /var/lib/apt/lists/*
- Se usar proxy, exporte as configurações de proxy pelos comandos abaixo no terminal com privilégio de root:
- exportar http_proxy=http://endereçoproxy:porta
- execute a configuração add ppa com ambiente sudo por
- sudo -E add-apt-repositório