LinuxQuestions.org
Visit Jeremy's Blog.
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 02-21-2017, 04:17 PM   #1
juntjoo
LQ Newbie
 
Registered: Dec 2016
Posts: 26

Rep: Reputation: Disabled
problem installing updates


how do I fix this?

The following packages have unmet dependencies:


kde-telepathy-minimal: Depends: kde-config-telepathy-accounts (>= 15.04.0) but it is not installed
Depends: telepathy-connection-manager but it is a virtual package
Depends: telepathy-mission-control-5 (>= 1:5.12) but 1:5.16.3-1ubuntu6 is installed


This happened after I recently went from gnome to xfce to kde trying to solve another unrelated problem. Didn't have any issues going to xfce but once I went to kde I ran into this problem. It suggested I try apt-get -f I believe but that gave an error too, so did trying to fix this "kde-telepathy-minimal" broken package from synaptic. Let me know if you need more specifics but many errors all of which leave newbie me clueless. Any ideas? Thanks
 
Old 02-21-2017, 04:20 PM   #2
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
At the very least we'd need to know your sources.list, and any .list files under sources.list.d
 
Old 02-21-2017, 04:42 PM   #3
juntjoo
LQ Newbie
 
Registered: Dec 2016
Posts: 26

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Timothy Miller View Post
At the very least we'd need to know your sources.list, and any .list files under sources.list.d
Thanks

are you referring to these:

deb http://archive.canonical.com/ubuntu xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner

deb http://security.ubuntu.com/ubuntu xenial-security main restricted
# deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu xenial-security universe
# deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu xenial-security multiverse
# deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
deb http://archive.canonical.com/ precise partner
# deb-src http://archive.canonical.com/ precise partner
deb http://archive.canonical.com/ xenial partner
# deb-src http://archive.canonical.com/ xenial partner
# deb-src http://archive.canonical.com/ xenial partner


I got them from the file I believe you're referring to I found off a quick google search. I am quite newb.


otherwise in another folder I found this:

http://img-cdn.filefactory.com/embed...cfc0lcfa8d.png

Last edited by juntjoo; 02-21-2017 at 04:46 PM.
 
Old 02-21-2017, 07:06 PM   #4
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
Did you make a system backup before you installed KDE? If so, reverting to that would be my advised course of action, followed by installing kubuntu-desktop from the Kubuntu backports PPA. Once you start getting into dependency problems like this it can get complicated to unravel.
 
Old 02-21-2017, 07:14 PM   #5
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,329
Blog Entries: 28

Rep: Reputation: 6143Reputation: 6143Reputation: 6143Reputation: 6143Reputation: 6143Reputation: 6143Reputation: 6143Reputation: 6143Reputation: 6143Reputation: 6143Reputation: 6143
Have you tried this:

Code:
apt-get --fix-broken
From the man page:

Quote:
-f, --fix-broken

Fix. Attempt to correct a system with broken dependencies in place. This option, when used with install/remove, can omit any packages to permit APT to deduce a likely solution. Any package(s) that are specified must completely correct the problem. This option is sometimes necessary when running APT for the first time; APT itself does not allow broken package dependencies to exist on a system. It is possible that a system's dependency structure can be so corrupt as to require manual intervention. Use of this option together with -m may produce an error in some situations.
 
Old 02-22-2017, 02:33 AM   #6
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
Quote:
Originally Posted by juntjoo View Post
Code:
deb http://archive.canonical.com/ubuntu xenial partner
deb http://archive.canonical.com/ precise partner
You have two different releases in your sources.
This is like trying to mix Win7 & Win10 in one install.

Depending on the current level of breakage, best way forward (apart from restoring from a good backup) would be to remove the older one (precise) and try upgrading everything to xenial.
 
1 members found this post helpful.
Old 02-22-2017, 04:19 AM   #7
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 descendant_command View Post
You have two different releases in your sources.
This is like trying to mix Win7 & Win10 in one install.

Depending on the current level of breakage, best way forward (apart from restoring from a good backup) would be to remove the older one (precise) and try upgrading everything to xenial.
Good spot.
 
Old 02-22-2017, 05:03 AM   #8
juntjoo
LQ Newbie
 
Registered: Dec 2016
Posts: 26

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by frankbell View Post
Have you tried this:

Code:
apt-get --fix-broken
From the man page:
"E: Command line option --fix-broken is not understood in combination with the other options"

maybe I typed it wrong?
 
Old 02-22-2017, 05:04 AM   #9
juntjoo
LQ Newbie
 
Registered: Dec 2016
Posts: 26

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by descendant_command View Post
You have two different releases in your sources.
This is like trying to mix Win7 & Win10 in one install.

Depending on the current level of breakage, best way forward (apart from restoring from a good backup) would be to remove the older one (precise) and try upgrading everything to xenial.
thanks. I don't know what precise and xenial are referring to. I installed xfce then kde. What's the relationship if any?
 
Old 02-22-2017, 05:15 AM   #10
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
http://releases.ubuntu.com/precise/
http://releases.ubuntu.com/xenial/
https://en.wikipedia.org/wiki/List_of_Ubuntu_releases

Last edited by descendant_command; 02-22-2017 at 05:18 AM.
 
Old 02-22-2017, 05:35 AM   #11
juntjoo
LQ Newbie
 
Registered: Dec 2016
Posts: 26

Original Poster
Rep: Reputation: Disabled
Thanks. I have xenial. That is the latest which is what I installed initially on my system. Just recently I tried installing different ... I don't know what they're called, like launchers, kde, xfce etc. So did I downgrade my system somehow or something? I was only attempting to change the skin if you will.

edit: just checked, I still have 16.0.4, xenial. How do you go about cleaning it up?

Last edited by juntjoo; 02-22-2017 at 05:40 AM.
 
Old 02-22-2017, 06:00 AM   #12
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
Quote:
Originally Posted by juntjoo View Post
Thanks. I have xenial. That is the latest which is what I installed initially on my system. Just recently I tried installing different ... I don't know what they're called, like launchers, kde, xfce etc
Desktop Environment (DE).
Quote:
. So did I downgrade my system somehow or something? I was only attempting to change the skin if you will.
You followed someone's instructions to add the repo for a much older version of ubuntu (a spectacularly bad idea).
I don't use ubuntu so not sure if kde is in the main repo, but you need to stick to the same release version if adding repo's to your list of sources.
Quote:

edit: just checked, I still have 16.0.4, xenial. How do you go about cleaning it up?
Remove anything not xenial, update your package lists ('apt-get update' or such) then 'apt-get dist-upgrade' or such.
 
Old 02-22-2017, 06:37 AM   #13
juntjoo
LQ Newbie
 
Registered: Dec 2016
Posts: 26

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by descendant_command View Post
You followed someone's instructions to add the repo for a much older version of ubuntu (a spectacularly bad idea).
I don't use ubuntu so not sure if kde is in the main repo, but you need to stick to the same release version if adding repo's to your list of sources.
I used this guide: http://www.tecmint.com/install-xfce-...comment-869696which didn't work, so someone suggested: "sudo apt install xubuntu-desktop" which worked, then I did "sudo apt install kubuntu-desktop" on my own figuring it would do the same as my previous move but with KDE. At which point did mess things up? I don't know what you mean by main repo. All I am aware of is that I'm attempting to change the desktop environments. Thanks for helping me understand all this.
 
Old 02-22-2017, 06:42 AM   #14
juntjoo
LQ Newbie
 
Registered: Dec 2016
Posts: 26

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by descendant_command View Post
Remove anything not xenial, update your package lists ('apt-get update' or such) then 'apt-get dist-upgrade' or such.
So I'll go into synaptic and remove what exactly? Everything related to "precise"? Not exactly sure how to go about removing "anything NOT" xenial. Thanks
 
Old 02-23-2017, 04:31 AM   #15
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
You want to edit your sources.list to remove the repo's that aren't for xenial.
After updating the package lists, synaptic should show installed packages that aren't available from a currently enabled repo as "obsolete or locally installed" - removing them should be a good idea.
 
  


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
problem installing updates buttonsbabies Linux Mint 7 03-18-2011 04:46 PM
Installing Updates Problem on Fedora 12 radwa Linux - Newbie 3 07-02-2010 08:58 AM
Problem with booting up in Ubuntu after installing updates xairoy Linux - Laptop and Netbook 2 01-16-2010 11:32 AM
problem doing yum updates and what may be a similar problem installing vlm bad horsie Linux - Newbie 3 12-27-2008 02:51 AM

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

All times are GMT -5. The time now is 03:16 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