Não consigo usar o APT-GET para nada

1. Não consigo usar o APT-GET para nada

Jefter
Jeffim

(usa Ubuntu)

Enviado em 27/09/2016 - 15:21h

Pessoal me ajudem, sou iniciante em distro Linux e estou usando uma no momento, fui instalar uns pacotes básicos mas sempre retornam o mesmo erro como exemplo;

sudo apt-get update
sudo: unable to resolve host ******
Err http://archive.ubuntu.com trusty InRelease

Err http://security.ubuntu.com trusty-security InRelease

Err http://archive.ubuntu.com trusty-updates InRelease

Err http://security.ubuntu.com trusty-security Release.gpg
Could not resolve 'security.ubuntu.com'
Err http://archive.ubuntu.com trusty Release.gpg
Could not resolve 'archive.ubuntu.com'
Err http://archive.ubuntu.com trusty-updates Release.gpg
Could not resolve 'archive.ubuntu.com'
Reading package lists... Done
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'

W: Some index files failed to download. They have been ignored, or old ones used instead.

Alguem ai poderia me ajudar a achar a solução?


  


2. Re: Não consigo usar o APT-GET para nada

Perfil removido
removido

(usa Nenhuma)

Enviado em 27/09/2016 - 15:27h

Boa tarde,

Que pacotes básicos são esses? Foi via PPA?

sudo apt-get clean
sudo apt-get -f install
sudo apt-get update


Usuário de Slackware 14.2 (KDE) e Salix 14.2 (XFCE)
GNU/Linux se resume em: Perfeição !!


3. Re: Não consigo usar o APT-GET para nada

Raimundo Oliveira da Silva
rausilva

(usa Linux Mint)

Enviado em 27/09/2016 - 16:02h

Poste a saída desses dois comandos:

cat /etc/nsswitch.conf

cat /etc/hosts


4. Re: Não consigo usar o APT-GET para nada

Jefter
Jeffim

(usa Ubuntu)

Enviado em 27/09/2016 - 16:29h

rausilva escreveu:

Poste a saída desses dois comandos:

cat /etc/nsswitch.conf

cat /etc/hosts


--------------------------------------nsswitch.conf-----------------------------------------------

# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc-reference' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.

passwd: compat
group: compat
shadow: compat

hosts: files dns
networks: files

protocols: db files
services: db files
ethers: db files
rpc: db files

netgroup: nis

---------------------------hosts--------------------------------

127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts


5. Re: Não consigo usar o APT-GET para nada

Jefter
Jeffim

(usa Ubuntu)

Enviado em 27/09/2016 - 16:31h

Jbaf escreveu:

Boa tarde,

Que pacotes básicos são esses? Foi via PPA?

sudo apt-get clean
sudo apt-get -f install
sudo apt-get update


Usuário de Slackware 14.2 (KDE) e Salix 14.2 (XFCE)
GNU/Linux se resume em: Perfeição !!


não só com os pacotes, qualquer aplicação que eu queira baixar, seja um apt-get install gcc, ou mesmo um apt-get update, não funciona




6. Re: Não consigo usar o APT-GET para nada

Raimundo Oliveira da Silva
rausilva

(usa Linux Mint)

Enviado em 27/09/2016 - 16:47h

Esta faltando o hostname em /etc/hosts. Poste a saída de: uname -a


7. Re: Não consigo usar o APT-GET para nada

Jefter
Jeffim

(usa Ubuntu)

Enviado em 27/09/2016 - 16:57h

rausilva escreveu:

Esta faltando o hostname em /etc/hosts. Poste a saída de: uname -a


adicionei o hostname na resposta anterior

resultado do uname -a
Linux NELL 3.4.0+ #1 PREEMPT Thu Aug 1 17:06:05 CST 2013 x86_64 x86_64 x86_64 GNU/Linux

e tbm do /etc/debian_version
jessie/sid

e /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.4 LTS"






8. Re: Não consigo usar o APT-GET para nada

Raimundo Oliveira da Silva
rausilva

(usa Linux Mint)

Enviado em 27/09/2016 - 17:13h

Abra o arquivo com:

sudo gedit /etc/hosts

Deve ficar assim:
127.0.0.1 localhost
127.0.1.1 NELL

Salve e feche o gedit


9. Re: Não consigo usar o APT-GET para nada

Jefter
Jeffim

(usa Ubuntu)

Enviado em 27/09/2016 - 17:29h

rausilva escreveu:

Abra o arquivo com:

sudo gedit /etc/hosts

Deve ficar assim:
127.0.0.1 localhost
127.0.1.1 NELL

Salve e feche o gedit


fiz isso mas não resolveu nada :\




10. Re: Não consigo usar o APT-GET para nada

Raimundo Oliveira da Silva
rausilva

(usa Linux Mint)

Enviado em 28/09/2016 - 09:06h

Tente isto no terminal: sudo gedit /etc/nsswitch.conf

Onde aparece hosts:

Substitua por:
hosts: files mdns4_minimal [NOTFOUND=return] dns

Salve e feche o arquivo
Se não funcionar pode voltar como estava.


11. Re: Não consigo usar o APT-GET para nada

Jefter
Jeffim

(usa Ubuntu)

Enviado em 28/09/2016 - 21:10h

rausilva escreveu:

Tente isto no terminal: sudo gedit /etc/nsswitch.conf

Onde aparece hosts:

Substitua por:
hosts: files mdns4_minimal [NOTFOUND=return] dns

Salve e feche o arquivo
Se não funcionar pode voltar como estava.


não funcionou, estou quase desistindo :(








Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts