Upgrade 13.04 to 13.10 - pacotes agora indisponíveis [duplicado]

0

Estou tentando seguir estas instruções

Ubuntu Servers (Recommended) Install update-manager-core if it is not already installed:

sudo apt-get install update-manager-core Launch the upgrade tool:

do-release-upgrade Follow the on-screen instructions.

para atualizar uma caixa 13.04 para 13.10, mas não consigo nem obter update-manager-core instalado neste momento. Alguma idéia de como proceder? Eu realmente não quero reconstruir a caixa a partir do zero, se puder ser evitada.

Aqui está a saída da tentativa de instalar update-manager-core

nathan@nasty-vault:~$ sudo apt-get install update-manager-core
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  python3-update-manager
The following packages will be upgraded:
  python3-update-manager update-manager-core
2 upgraded, 0 newly installed, 0 to remove and 120 not upgraded.
Need to get 39.0 kB of archives.
After this operation, 4,096 B disk space will be freed.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
  python3-update-manager update-manager-core
Install these packages without verification [y/N]? y
Err http://us.archive.ubuntu.com/ubuntu/ raring-updates/main python3-update-manager all 1:0.186.2
  404  Not Found [IP: 91.189.91.14 80]
Err http://us.archive.ubuntu.com/ubuntu/ raring-updates/main update-manager-core all 1:0.186.2
  404  Not Found [IP: 91.189.91.14 80]
Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/u/update-manager/python3-update-manager_0.186.2_all.deb  404  Not Found [IP: 91.189.91.14 80]
Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/u/update-manager/update-manager-core_0.186.2_all.deb  404  Not Found [IP: 91.189.91.14 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Eu executei o apt-get update , que também reclama com esses tipos de erros

Err http://us.archive.ubuntu.com raring-backports/universe i386 Packages
  404  Not Found [IP: 91.189.91.13 80]
Err http://us.archive.ubuntu.com raring-backports/multiverse i386 Packages
  404  Not Found [IP: 91.189.91.13 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/raring-security/main/source/Sources  404  Not Found [IP: 91.189.91.14 80]
    
por quickshiftin 13.08.2014 / 00:50

1 resposta

0

Isso porque todos os repositórios do 13.04 foram movidos para o local do arquivo. Você precisa adicioná-los ao repositório antes mesmo de fazer a atualização do lançamento.

    
por sbergeron 13.08.2014 / 01:04