Ubuntu 13.10 - como posso instalar o pacote?

-1

Como corrigir esse problema? Toda vez que eu estou tentando instalar / atualizar pacotes, ele falha

root@nson:~# sudo apt-get install dconf-editor
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  dconf-editor
0 upgraded, 1 newly installed, 0 to remove and 230 not upgraded.
Need to get 99,4 kB of archives.
After this operation, 492 kB of additional disk space will be used.
Err http://be.archive.ubuntu.com/ubuntu/ saucy/universe dconf-editor amd64 0.16.1-1
  Could not resolve 'be.archive.ubuntu.com'
Failed to fetch http://be.archive.ubuntu.com/ubuntu/pool/universe/d/d-conf/dconf-editor_0.16.1-1_amd64.deb  Could not resolve 'be.archive.ubuntu.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
root@nson:~# 

root@nson:~# sudo apt-get update
0% [Connecting to be.archive.ubuntu.com] [Connecting to security.ubuntu.com] [Connecting to extras.ubuntu.com] 
    
por YumYumYum 28.02.2014 / 09:16

2 respostas

1

Primeiro, verifique se você tinha uma conexão com a internet funcionando. E também selecione Melhor servidor para fazer download de pacotes de software e atualizações.

Em seguida, atualize os repositórios e tente instalar pacotes,

sudo apt-get update
sudo apt-get install <package name>
    
por Avinash Raj 28.02.2014 / 09:20
1

Abra o seu Centro de Software, indo para o painel e procurando por ele.
No menu, selecione "editar" - > "fontes de software".

Na janela pop-up que se abre, haverá uma guia 'Ubuntu software' (a primeira) e 'Download from select option'. Escolha 'Servidor principal' e digite sua senha.

Em seguida, tente executar sudo apt-get update && sudo apt-get upgrade no terminal.

    
por Parto 28.02.2014 / 09:28