Quando entro no terminal sudo apt-get update
, recebo este erro abaixo. Alguma idéia de como resolvê-lo?
Fetched 306 kB in 9s (31.7 kB/s)
Reading package lists... Done
W: The repository 'http://ppa.launchpad.net/relan/exfat/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.
E: Failed to fetch http://ppa.launchpad.net/relan/exfat/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
@mikewhatever O PPA existe, mas não tem nada para xenial, e a última atualização foi em 2014. E não é necessária porque o suporte e as ferramentas exFAT estão nos repositórios.
fez a purga, mas ainda vinha com o aviso. Eu acho que não um enorme problema
—
nate21
$ sudo ppa-purge ppa:relan/exfat Updating packages lists W: The repository 'http://ppa.launchpad.net/relan/exfat/ubuntu xenial Release' does not have a Release file. E: Failed to fetch http://ppa.launchpad.net/relan/exfat/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. Warning: apt-get update failed for some reason
você pode tentar
—
derHugo
sudo nano /etc/apt/sources.list
encontrar a linha que contém o repositório e excluí-la manualmente. Se não há nenhuma verificação de linha se houver um arquivo com acordo nome em algum lugar/etc/apt/sources.list.d/
Possível duplicata de Como posso corrigir um erro 404 ao usar um PPA ou atualizar minhas listas de pacotes?
—
22617
sudo ppa-purge ppa:relan/exfat
.