LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-10-2018, 10:52 AM   #16
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925

Thanks. Just a note that it would better to copy and paste the output here (between CODE tags - see the # symbol in LQ's advanced editor) rather than paste an image. Among other things, that allows others, for example, to copy text from your output rather than having to type it out again and potentially make mistakes.

Let's delete these superfluous files:

Code:
sudo rm /etc/apt/sources.list.d/*.save
Then let's check your package system integrity. Please paste the output from these commands:

Code:
sudo apt-get check

dpkg --audit
 
1 members found this post helpful.
Old 07-10-2018, 11:49 AM   #17
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,615
Blog Entries: 19

Rep: Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460Reputation: 4460
One thing that jumps out of your supplementary sources files: they are all for Debian Stable. Your main sources.list however is for Squeeze.

Squeeze is quite an old version of Debian. As far as I can remember, it was replaced as the Stable version by Jessie and then by Stretch. All references to Debian Stable target the current stable version (i.e. Stretch) so your sources lists are out of sync.

It is very important that all apt source files should target the same version, whether it is represented by name (Stretch) or by type (Stable). Yours do not and that is the source of all your problems.

I think your best bet is to update your system by changing the release name in sources.list and doing a dist-upgrade, but I don't know if you can go from Squeeze to Stretch in one step. Someone else must advise you on that. Then when all your sources lists are once again for the same release, you must make sure they all use the same convention for naming it so that they won't get out of sync again.

Last edited by hazel; 07-10-2018 at 11:51 AM.
 
3 members found this post helpful.
Old 07-11-2018, 11:01 AM   #18
129
LQ Newbie
 
Registered: Jun 2018
Posts: 14

Original Poster
Rep: Reputation: Disabled
Thumbs up

Hello, here are the results:


1-) sudo apt-get check:


Code:
root@canaima-popular:/home/canaima# sudo apt-get check
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias       
Leyendo la información de estado... Hecho
Tal vez quiera ejecutar «apt-get -f install» para corregirlo.
Los siguientes paquetes tienen dependencias incumplidas:
 software-center : Depende: python-aptdaemon (>= 0.11+bzr342) pero no es instalable
                   Depende: python-aptdaemon-gtk pero no es instalable
                   Depende: python-webkit pero no es instalable
                   Depende: aptdaemon (>= 0.11+bzr322) pero no es instalable
E: Dependencias incumplidas. Pruebe de nuevo usando -f.

*-) Translation:


Code:
root @ canaima-popular: / home / canaima # sudo apt-get check
Reading list of packages ... Done
Creating dependency tree
Reading the status information ... Done
You may want to run "apt-get -f install" to fix it.
The following packages have unfulfilled dependencies:
* software-center: It depends: python-aptdaemon (> = 0.11 + bzr342) but it is not installable
******************* It depends: python-aptdaemon-gtk but it is not installable
******************* It depends: python-webkit but it is not installable
******************* It depends: aptdaemon (> = 0.11 + bzr322) but it is not installable
E: Unfulfilled dependencies. Try again using -f.

2-) dpkg --audit:


Code:
root@canaima-popular:/home/canaima# dpkg --audit
Los siguientes paquetes están sólo configurados a medias, probablemente
debido a problemas en su configuración inicial. Debe reintentarse su
configuración con dpkg --configure <paquete> o la opción Configurar en
dselect:
 software-center      Utilidad para buscar, instalar y eliminar aplicaciones en

*-) Translation:


Code:
root @ canaima-popular: / home / canaima # dpkg --audit
The following packages are only half configured, probably
due to problems in its initial configuration. You must retry your
configuration with dpkg --configure <package> or the Configure in option
dselect:
* software-center Utility to search, install and delete applications in
 
Old 07-11-2018, 11:07 AM   #19
129
LQ Newbie
 
Registered: Jun 2018
Posts: 14

Original Poster
Rep: Reputation: Disabled
Thanks for the commands and the clarification of the squeeze a stretch update, I will investigate more about this online.

Thanks for your help, regards.
 
Old 07-11-2018, 11:36 AM   #20
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by hazel View Post
One thing that jumps out of your supplementary sources files: they are all for Debian Stable. Your main sources.list however is for Squeeze.

Squeeze is quite an old version of Debian. As far as I can remember, it was replaced as the Stable version by Jessie and then by Stretch. All references to Debian Stable target the current stable version (i.e. Stretch) so your sources lists are out of sync.

It is very important that all apt source files should target the same version, whether it is represented by name (Stretch) or by type (Stable). Yours do not and that is the source of all your problems.

I think your best bet is to update your system by changing the release name in sources.list and doing a dist-upgrade, but I don't know if you can go from Squeeze to Stretch in one step. Someone else must advise you on that. Then when all your sources lists are once again for the same release, you must make sure they all use the same convention for naming it so that they won't get out of sync again.
If you're talking about the Chrome and the Cisofy lines, I should point out that, for Chrome at least, the "stable" doesn't refer to Debian Stable, it refers to the stable section of the Chrome repo. I have exactly the same line in my Mint 19 setup and am not running Debian Stable. I imagine that the same goes for the Cisofy line too.

Those Canaima lines appear to be correct from what I can find on the internet, except for one point: "contribnon-free" should be two separate words i.e. "contrib non-free".

However, you are correct, it is old. The current version of Canaima (Kavac; see https://canaima.softwarelibre.gob.ve/) is 6.0. Canaima 3.0 Roraima came out in 2011.

I would suggest that the OP upgrade their system to the latest version and the best place to ask for support for that would probably be the Canaima web site.
 
1 members found this post helpful.
Old 07-11-2018, 06:03 PM   #21
129
LQ Newbie
 
Registered: Jun 2018
Posts: 14

Original Poster
Rep: Reputation: Disabled
Hello, thank you for your support in this problem, but you are right, I am going to consult in the Canaima forum, to be able to solve this problem with the update, but anyway, thanks for your time, Hidrurga and Hazel, were of help; and I appreciate it

Any question or problem, I will consult this forum.

Greetings and thanks.
 
Old 07-11-2018, 06:20 PM   #22
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by 129 View Post
Hello, thank you for your support in this problem, but you are right, I am going to consult in the Canaima forum, to be able to solve this problem with the update, but anyway, thanks for your time, Hidrurga and Hazel, were of help; and I appreciate it

Any question or problem, I will consult this forum.

Greetings and thanks.
It has been a pleasure. Let us know how you get on.
 
1 members found this post helpful.
Old 07-12-2018, 04:12 PM   #23
129
LQ Newbie
 
Registered: Jun 2018
Posts: 14

Original Poster
Rep: Reputation: Disabled
Okay, I will inform you about my progress in this problem
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Type 'sudo' is not known on line 52 in source list /etc/apt/sources.list How to resolve? kumarvivekyours Ubuntu 2 06-25-2018 03:57 AM
E: Type 'sudo' is not known on line 1 in source list /etc/apt/sources.list.d/mono-official.list 221B Linux - Newbie 6 09-07-2017 12:14 PM
E:Malformed line 64 in source list /etc/apt/sources.list (URI parse) Help Please PacerguyDon Linux - Software 2 11-14-2012 11:49 AM
E: Type '<HTML>' is not known on line 1 in source list /etc/apt/sources.list.d/conkyh bojan661 Linux - Newbie 4 05-18-2012 09:59 AM
'E:Malformed line 54 in source list /etc/apt/sources.list (dist parse), E:The list of vsssuccess@gmail.com Linux - Desktop 1 11-17-2010 08:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration