Autor Tópico: erro no synpatic  (Lida 8725 vezes)

Offline winzard

  • Usuário Ubuntu
  • *
  • Mensagens: 4
    • Ver perfil
erro no synpatic
« Online: 21 de Abril de 2008, 17:50 »
boas...

deparei com um erro quando estou a iniciar o gestão de pacotes do synpatic, quando carrego para abrir, ele dá-me este erro...

E: O tipo '<!DOCTYPE' não é conhecido na linha 1 na lista de fontes /etc/apt/sources.list.d/medibuntu.list

E: A lista de fontes não pôde ser lida.

Configure as opções de repositórios para corrigir o problema.

E: _cache->open() failed, please report.



alguém me pode ajudar?  ???  ???

Offline lueneberg

  • Usuário Ubuntu
  • *
  • Mensagens: 727
    • Ver perfil
    • BrasilLivre
Re: erro no synpatic
« Resposta #1 Online: 21 de Abril de 2008, 17:59 »
boas...

deparei com um erro quando estou a iniciar o gestão de pacotes do synpatic, quando carrego para abrir, ele dá-me este erro...

E: O tipo '<!DOCTYPE' não é conhecido na linha 1 na lista de fontes /etc/apt/sources.list.d/medibuntu.list

E: A lista de fontes não pôde ser lida.

Configure as opções de repositórios para corrigir o problema.

E: _cache->open() failed, please report.



alguém me pode ajudar?  ???  ???

sudo gedit /etc/apt/sources.list

procure esta linha que esta mencionando.. corriga ela ou coloque um # para desabilitar ela até resolver;;   salve e saia.... e de um apt-get update

deve resolver;;;;

http://ubuntuforum-br.org/index.php/topic,18757.0.html

aqui tem os sources das versões, procure esta linha e veja como a tua,,, dependendo da vs que vc usa;;;

veja o exemplo p/ o 8.04

## Medibuntu - Ubuntu 8.04 "hardy heron"
## Please report any bug on https://bugs.launchpad.net/medibuntu/
deb http://packages.medibuntu.org/ hardy free non-free
# deb-src http://packages.medibuntu.org/ hardy free non-free


procure de acordo com sua vs.... lembre de depois de qualquer alteração dar um apt-get update

vc pode fazer pelo synaptic,,, só que é mais aconselhavel vc fazer via terminal, para entender o que ta fazendo.....


Offline winzard

  • Usuário Ubuntu
  • *
  • Mensagens: 4
    • Ver perfil
Re: erro no synpatic
« Resposta #2 Online: 21 de Abril de 2008, 18:40 »
já fiz isso, mas sempre que fazo apt-get update dá-me este erro na mesma:

E: O tipo '<!DOCTYPE' não é conhecido na linha 1 na lista de fontes /etc/apt/sources.list.d/medibuntu.list

Offline lueneberg

  • Usuário Ubuntu
  • *
  • Mensagens: 727
    • Ver perfil
    • BrasilLivre
Re: erro no synpatic
« Resposta #3 Online: 21 de Abril de 2008, 20:51 »
já fiz isso, mas sempre que fazo apt-get update dá-me este erro na mesma:

E: O tipo '<!DOCTYPE' não é conhecido na linha 1 na lista de fontes /etc/apt/sources.list.d/medibuntu.list


tem como vc colar a sources.list aqui, para a gente ver,, ou ver se tem algum sinal ou espaço que ta fazendo ocorrer este erro....

Offline winzard

  • Usuário Ubuntu
  • *
  • Mensagens: 4
    • Ver perfil
Re: erro no synpatic
« Resposta #4 Online: 22 de Abril de 2008, 16:42 »
a minha source list é assim....


Código: [Selecionar]
deb cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016)]/ gutsy main restricted
deb-src http://archive.ubuntu.com/ubuntu/ gutsy main restricted #Added by software-properties
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://pt.archive.ubuntu.com/ubuntu/ gutsy main restricted
deb-src http://pt.archive.ubuntu.com/ubuntu/ gutsy restricted main multiverse universe #Added by software-properties

## Major bug fix updates produced after the final release of the
## distribution.
deb http://pt.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb-src http://pt.archive.ubuntu.com/ubuntu/ gutsy-updates restricted main multiverse universe #Added by software-properties

## 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
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://pt.archive.ubuntu.com/ubuntu/ gutsy universe
deb http://pt.archive.ubuntu.com/ubuntu/ gutsy-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://pt.archive.ubuntu.com/ubuntu/ gutsy multiverse
deb http://pt.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## 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://pt.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
# deb-src http://pt.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe 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 gutsy partner
# deb-src http://archive.canonical.com/ubuntu gutsy partner

deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb-src http://security.ubuntu.com/ubuntu gutsy-security restricted main multiverse universe #Added by software-properties
deb http://security.ubuntu.com/ubuntu gutsy-security universe
deb http://security.ubuntu.com/ubuntu gutsy-security multiverse

alguém sabe qual o problema?

Offline lueneberg

  • Usuário Ubuntu
  • *
  • Mensagens: 727
    • Ver perfil
    • BrasilLivre
Re: erro no synpatic
« Resposta #5 Online: 22 de Abril de 2008, 19:48 »
opas,,, a source esta correta, agora que percebi que o erro esta aqui:

/etc/apt/sources.list.d/medibuntu.list

aqui no meu hardy esta vazio este diretório....

mv este aquivo para outra pasta só para teste... de um update... e vamos ver...

Offline winzard

  • Usuário Ubuntu
  • *
  • Mensagens: 4
    • Ver perfil
Re: erro no synpatic
« Resposta #6 Online: 23 de Abril de 2008, 16:37 »
obrigado pela ajuda... era isso mesmo lueneberg  ;D

obrigado...

Offline lpadua

  • Usuário Ubuntu
  • *
  • Mensagens: 6
    • Ver perfil
Re: erro no synpatic
« Resposta #7 Online: 07 de Janeiro de 2009, 00:48 »
Por acaso tou com o mesmo prob só que não consigo mover os ficheiros,devem de tar protegidos... Alguma forma de dar a volta?

Offline lpadua

  • Usuário Ubuntu
  • *
  • Mensagens: 6
    • Ver perfil
Re: erro no synpatic
« Resposta #8 Online: 07 de Janeiro de 2009, 00:57 »
Desculpem mas já resolvi com este comando :

sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/medibuntu.list

Thanks

Offline kakut

  • Usuário Ubuntu
  • *
  • Mensagens: 3
    • Ver perfil
Re:erro no synpatic
« Resposta #9 Online: 18 de Janeiro de 2017, 09:54 »
Estou com mesmo problema, e minha lista é assim:

# deb cdrom:[LE 5.0 _minicom/server_ - Release i386 (20141114)]/ precise 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/ precise main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ precise main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://br.archive.ubuntu.com/ubuntu/ precise-updates main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ precise-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/ precise universe
deb-src http://br.archive.ubuntu.com/ubuntu/ precise universe
deb http://br.archive.ubuntu.com/ubuntu/ precise-updates universe
deb-src http://br.archive.ubuntu.com/ubuntu/ precise-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/ precise multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ precise multiverse
deb http://br.archive.ubuntu.com/ubuntu/ precise-updates multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ precise-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/ precise-backports main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu precise-security main restricted
deb-src http://security.ubuntu.com/ubuntu precise-security main restricted
deb http://security.ubuntu.com/ubuntu precise-security universe
deb-src http://security.ubuntu.com/ubuntu precise-security universe
deb http://security.ubuntu.com/ubuntu precise-security multiverse
deb-src http://security.ubuntu.com/ubuntu precise-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 precise partner
# deb-src http://archive.canonical.com/ubuntu precise 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 precise main
deb-src http://extras.ubuntu.com/ubuntu precise main
deb http://www.deb-multimedia.org jessie main non-free
deb http://repository.spotify.com stable non-free
deb http://repository.spotify.com stable non-free
deb http://repository.spotify.com stable non-free
deb http://deb.opera.com/opera/ stable non-free
deb-src http://deb.opera.com/opera/ stable non-free
deb http://repo.vivaldi.com/stable/deb/ stable maindeb http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu jaunty main

Offline creto

  • Usuário Archlinux
  • Usuário Ubuntu
  • *
  • Mensagens: 812
  • Vivemos esperando dias melhores
    • Ver perfil
    • Blog do Creto
Re:erro no synpatic
« Resposta #10 Online: 18 de Janeiro de 2017, 14:23 »
Seria melhor um tópico seu mesmo, já que este aqui é de 2009, mas a sua sorces.list o fórum já viu, agora o fórum precisa saber que erros você encontra na sua sources.list, executando o update e colando aqui a saida completa da saida de:

PS: Mas antes mude o canal para "Servidor principal", o BR tem dado problemas

Código: [Selecionar]
sudo apt-get update
T+
A vida, é feito andar de bicicleta, se parar, você cai! (Gabriel Contino)
Blog do Paulo Corrêa Creto

Offline kakut

  • Usuário Ubuntu
  • *
  • Mensagens: 3
    • Ver perfil
Re:erro no synpatic
« Resposta #11 Online: 18 de Janeiro de 2017, 15:12 »
Gostaria de agradecer mas do nada o problema foi resolvido,

OBRIGADO