apt-get update [RESOLVIDO]

13. Re: apt-get update [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 27/09/2014 - 15:04h

Eu sou um testador e quando sudo rm /var/lib/apt/lists/* ; sudo rm /var/lib/apt/lists/partial/* ; sudo apt-get -f install ; sudo apt-get clean ; sudo apt-get update nao da certo eu troco a sources.list pela original e reinstalo as ppas.Eu ia te indicar o ppa manager mais acho que voce nao consegue instalar progrmas.Eu nao tenho a sources.list do 14.04 de 64 bits!Com ela voce apaga e restaura e nao precisa de todos esses comandos (y)


  


14. Re: apt-get update

Rogers F. Talon
rtalon

(usa Arch Linux)

Enviado em 27/09/2014 - 16:20h

Dê uma olhada dentro do seu diretorio ( /etc/apt/sources.list.d ). Para testes, mova suas .list para um outro diretorio e tenta executar o apt-get update novamente


15. Re: apt-get update [RESOLVIDO]

Clodoaldo Santos
clodoaldops

(usa Linux Mint)

Enviado em 27/09/2014 - 16:58h

Configurações do Sistema > Programas e Atualizações > Outros Programas >> Remova endereços duplicados 32 bits se vc usa Ubuntu-64bits >> Tente atualizar >> sudo apt-get update && sudo apt-get upgrade


16. Re: apt-get update [RESOLVIDO]

Trytski
Drodg_Rose

(usa Deepin)

Enviado em 27/09/2014 - 21:28h

Então gente...

Na verdade, pelo que eu andei pesquisando eu tenho que remover da minha sources.list os programas de 32bits
O problema é que não sei distinguir quais linhas são de programas 64 e quais de 32bit


E até o momento nada deu certo :/ ><'



17. Re: apt-get update [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 27/09/2014 - 21:35h

Os de 32 estao como i386


18. Re: apt-get update [RESOLVIDO]

Trytski
Drodg_Rose

(usa Deepin)

Enviado em 27/09/2014 - 21:41h

AgnaldoLucindo escreveu:

Os de 32 estao como i386


Então cara, o problema é esse! Nas linhas da sources.list não apresentam nada sobre ser 32 ou 64
Olha só:


# deb cdrom:[Ubuntu 14.04 LTS _Trusty Tahr_ - Release amd64 (20140417)]/ trusty$
deb http://archive.ubuntu.com/ubuntu/ trusty main restricted
deb http://security.ubuntu.com/ubuntu/">http://security.ubuntu.com/ubuntu/ trusty-security main restricted
deb http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://br.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ trusty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://br.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ trusty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://br.archive.ubuntu.com/ubuntu/ trusty universe
deb-src http://br.archive.ubuntu.com/ubuntu/ trusty universe
deb http://br.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb-src http://br.archive.ubuntu.com/ubuntu/ trusty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://br.archive.ubuntu.com/ubuntu/ trusty multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ trusty multiverse
deb http://br.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ trusty-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://br.archive.ubuntu.com/ubuntu/ trusty-backports main restricted unive$
deb-src http://br.archive.ubuntu.com/ubuntu/ trusty-backports main restricted u$

deb http://security.ubuntu.com/ubuntu trusty-security main restricted
deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
deb http://security.ubuntu.com/ubuntu trusty-security universe
deb-src http://security.ubuntu.com/ubuntu trusty-security universe
deb http://security.ubuntu.com/ubuntu trusty-security multiverse
deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu trusty partner
# deb-src http://archive.canonical.com/ubuntu trusty partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main


19. Re: apt-get update [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 27/09/2014 - 21:48h

Voce instalou e apagou alguma ppa?Entre como root no /etc/apt/source.list e modifique a sources.list salva.Com certeza la tem i386 apaga a linha e salva (y)


20. Re: apt-get update [RESOLVIDO]

Trytski
Drodg_Rose

(usa Deepin)

Enviado em 28/09/2014 - 02:59h

AgnaldoLucindo escreveu:

Voce instalou e apagou alguma ppa?Entre como root no /etc/apt/source.list e modifique a sources.list salva.Com certeza la tem i386 apaga a linha e salva (y)



É esse o problema amigo. Não sei como identificar quais são os pacotes i386 na minha source.list
Pois lá não estão indicados quais são


21. Re: apt-get update [RESOLVIDO]

Trytski
Drodg_Rose

(usa Deepin)

Enviado em 28/09/2014 - 03:31h

Muito Obrigado a todos que se propuseram a ajudar =))

Para sanar o erro eu apenas comentei duas linhas da minha source.list


-------------------------------ANTES-----------------------------------------
# deb cdrom:[Ubuntu 14.04 LTS _Trusty Tahr_ - Release amd64 (20140417)]/ trusty$
deb http://archive.ubuntu.com/ubuntu/ trusty main restricted
deb http://security.ubuntu.com/ubuntu/ trusty-security main restricted <---- 1
deb http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted <---- 2

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://br.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ trusty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://br.archive.ubuntu.com/ubuntu/ trusty-updates main restricted <---- 1mesmo endereço em servidor br
deb-src http://br.archive.ubuntu.com/ubuntu/ trusty-updates main restricted <---- 2mesmo endereço em servidor br
---------------------------------------------------------------------------





--------------------------------DEPOIS----------------------------------
# deb cdrom:[Ubuntu 14.04 LTS _Trusty Tahr_ - Release amd64 (20140417)]/ trusty$
deb http://archive.ubuntu.com/ubuntu/ trusty main restricted
#deb http://security.ubuntu.com/ubuntu/ trusty-security main restricted
#deb http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://br.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ trusty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://br.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
---------------------------------------------------------------------------


Acredito que o erro consistia em requerir uma unica coisa mas em dois servidores: um padrão e outro brasileiro


22. Re: apt-get update [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 28/09/2014 - 03:46h

Aprendi mais uma hoje pra mim nunca tinha falhado apagar a linha da sources.list ou modificar a sources.list salva!



01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts