503 Serviço indisponível significa que o site remoto está inativo. Tente novamente em alguns minutos.
Eu tentei instalar o pyqt4-dev-tools no Linux Mint usando:
sudo apt-get install pyqt4-dev-tools
Após alguns prompts, a instalação é abortada com a seguinte mensagem:
Err http://archive.ubuntu.com/ubuntu/ precise/main pyqt4-dev-tools i386 4.9.1-2ubuntu1
503 Service Unavailable [IP: 91.189.91.15 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python-qt4/pyqt4-dev-tools_4.9.1-2ubuntu1_i386.deb 503 Service Unavailable [IP: 91.189.91.15 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Eu tentei executar apt-get --fix-missing
, mas corri o mesmo erro e executar apt-get update
também não ajudou.
Como posso resolver esse erro 503?
Tags apt linux-mint