problemas apos instalar lunuxmint [RESOLVIDO]

1. problemas apos instalar lunuxmint [RESOLVIDO]

Romulo castillo
romulocastillo

(usa Ubuntu)

Enviado em 25/08/2014 - 20:47h

Hello, I need some help please. I just installed linuxmint17. I Tried to install some package about tex-live. When I tried apperas this message
Lendo listas de pacotes... Erro!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/packages.linuxmint.com_dists_qiana_import_i18n_Translation-en
E: As listas de pacotes ou os arquivos de estado não puderam ser analisados ou abertos.

I dont' know solve this problems because I am new using linux. Can any one help me? Thanks

Romulo Castillo





  


2. Re: problemas apos instalar lunuxmint [RESOLVIDO]

jesse_borges_filho
AndradeF

(usa XUbuntu)

Enviado em 25/08/2014 - 20:54h

romulocastillo escreveu:

Hello, I need some help please. I just installed linuxmint17. I Tried to install some package about tex-live. When I tried apperas this message
Lendo listas de pacotes... Erro!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/packages.linuxmint.com_dists_qiana_import_i18n_Translation-en
E: As listas de pacotes ou os arquivos de estado não puderam ser analisados ou abertos.

I dont' know solve this problems because I am new using linux. Can any one help me? Thanks

Romulo Castillo




hello,
open yours terminal <enter>

$ sudo apt-get update

after

$ sudo apt-get upgrade

after

$ sudo apt-get dist-upgrade

bye



3. amigo Andrarde

Romulo castillo
romulocastillo

(usa Ubuntu)

Enviado em 25/08/2014 - 21:28h

Dear friend Andrade , after putting the command sudo apt-get update as you said me I had again the same error,

Lendo listas de pacotes... Erro!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/packages.linuxmint.com_dists_qiana_import_i18n_Translation-en
E: As listas de pacotes ou os arquivos de estado não puderam ser analisados ou abertos.

Another suggestion, please?


4. Re: problemas apos instalar lunuxmint [RESOLVIDO]

Luís Fernando C. Cavalheiro
lcavalheiro

(usa Slackware)

Enviado em 25/08/2014 - 21:36h

romulocastillo escreveu:

Dear friend Andrade , after putting the command sudo apt-get update as you said me I had again the same error,

Lendo listas de pacotes... Erro!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/packages.linuxmint.com_dists_qiana_import_i18n_Translation-en
E: As listas de pacotes ou os arquivos de estado não puderam ser analisados ou abertos.

Another suggestion, please?


I'd find useful checking your sources.list, could you post it here?


5. Re: problemas apos instalar lunuxmint [RESOLVIDO]

shoujo
shoujo

(usa Slackware)

Enviado em 25/08/2014 - 21:40h

rm /var/lib/apt/lists/packages.linuxmint.com_dists_qiana_import_i18n_Translation-en

apt-get update


6. Re: problemas apos instalar lunuxmint [RESOLVIDO]

Clodoaldo Santos
clodoaldops

(usa Linux Mint)

Enviado em 25/08/2014 - 22:26h

sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update


7. ANDRADE

Romulo castillo
romulocastillo

(usa Ubuntu)

Enviado em 25/08/2014 - 22:46h

Excuse me for the delaye, here is what appears with the command sudo gedit /etc/apt/sources.list

#deb cdrom:[Linux Mint 17 _Qiana_ - Release i386 20140624]/ trusty contrib main non-free

Is there something wrong?


8. Re: problemas apos instalar lunuxmint [RESOLVIDO]

Luís Fernando C. Cavalheiro
lcavalheiro

(usa Slackware)

Enviado em 26/08/2014 - 12:05h

romulocastillo escreveu:

Excuse me for the delaye, here is what appears with the command sudo gedit /etc/apt/sources.list

#deb cdrom:[Linux Mint 17 _Qiana_ - Release i386 20140624]/ trusty contrib main non-free

Is there something wrong?


Of course there is a problem, your sources.list is empty! Oh, that damn ill-made Ubuntu-based distributions, they never work as intended... And there are people that don't understand why I am against all Debian-based distributions...

Fine, let's put it to work. As root, edit your sources.list. It must become:
#############################################################
################### OFFICIAL UBUNTU REPOS ###################
#############################################################

###### Ubuntu Main Repos
deb http://55.archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse
deb-src http://55.archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse

###### Ubuntu Update Repos
deb http://55.archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://55.archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse
deb http://55.archive.ubuntu.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb http://55.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://55.archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://55.archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://55.archive.ubuntu.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://55.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse

###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu trusty partner
deb-src http://archive.canonical.com/ubuntu trusty partner

###### Ubuntu Extras Repo
deb http://extras.ubuntu.com/ubuntu trusty main

###### Linux Mint Repositories (of course, they suck all main Ubuntu packages and mask it with a handful of scripts packed together...)
deb http://packages.linuxmint.com/ qiana main upstream import backport romeo
deb-src http://packages.linuxmint.com/ qiana main upstream import backport romeo

Now, still as root, run
# apt-get update 

Try to install your software again


9. Re: problemas apos instalar lunuxmint [RESOLVIDO]

Alberto Federman Neto.
albfneto

(usa openSUSE)

Enviado em 26/08/2014 - 15:53h

You said that is new in Linux...

For edit the file /etc/apt/sources.list, open it as Root, with graphical sudo, in this manner, with this command:

Open a Terminal, digit:

$ gksudo gedit /etc/apt/sources.list

and then edit the file, putting the lines that LCavalheiro suggested, and just save the file.


10. Re: problemas apos instalar lunuxmint [RESOLVIDO]

Romulo castillo
romulocastillo

(usa Ubuntu)

Enviado em 26/08/2014 - 19:33h

Dear friend I did the suggestion about to edit the source.list and put all the lines you said me, it did&#324;t work and the same error message apperared. But I copied and pasted the same file that was in the computer of another friend that was working well and solved the problem. The achive that apperared with error in the message was copy with a wrong extension and with another specifications. But finally, thanks too for all that gave me suggestions.



11. Re: problemas apos instalar lunuxmint [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 26/08/2014 - 19:48h

Luís, estava faltando estas linhas para o "sources.list" ficar completo:


deb http://packages.linuxmint.com qiana main upstream import #id:linuxmint_main
deb http://extra.linuxmint.com qiana main #id:linuxmint_extra


São estas que diferenciam a release no Mint.


12. Re: problemas apos instalar lunuxmint [RESOLVIDO]

Luís Fernando C. Cavalheiro
lcavalheiro

(usa Slackware)

Enviado em 27/08/2014 - 19:12h

izaias escreveu:

Luís, estava faltando estas linhas para o "sources.list" ficar completo:


deb http://packages.linuxmint.com qiana main upstream import #id:linuxmint_main
deb http://extra.linuxmint.com qiana main #id:linuxmint_extra


São estas que diferenciam a release no Mint.


Refisefuquis de [*****] e suas gambiarras para fingirem ser originais...






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts