LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-15-2017, 11:11 AM   #1
TheOrangeRemix
LQ Newbie
 
Registered: Aug 2016
Posts: 19

Rep: Reputation: Disabled
Unmet dependencies while installing a package in Ubuntu 16.04


I am trying to install an SSH server on my Ubuntu machine (currently running 16.04 in shell mode).

I get this error when installing this package or when I try to do a apt-get upgrade:

You might want to run 'apt-get -f install' to correct these:
openssh-server : Depends: openssh-sftp-server but it is not going to be installed
Recommends: ncurses-term but it is not going to be installed
Recommends: ssh-import-id but it is not going to be installed

signon-plugin-oauth2: Breaks: account-plugin-google (< 0.12) but 0.11+14:04.20140409.1-0ubuntu2 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution)


If I go ahead and do the apt-get -f install, it asks to me to install the account-plugin-google, to which I say yes, then it ives me this:

dpkg: error processing archive /var/cache/apt/archives/account-plugin-google_0.12+16.04.20160126-0ubuntu1_all.deb (--unpack): trying to overwrite '/usr/share/accounts/services/google-im.service', which is also in package kde-config-telepathy-accounts 4:15.12.3-0ubuntu1

Errors were encountered while processing:
/var/cache/apt/archives/account-plugin-google_0.12+16.04.20160126-0ubuntu1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

This error seems pretty cryptic to me. What can I do to resolve this broken dependency?

Thanks in advance.
 
Old 05-15-2017, 11:27 AM   #2
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
Can you run inxi -r (install inxi if it isn't already installed) so that we can check your software sources.

Also paste the output from dpkg -l | grep -v '^ii' so if we can see if there are any partially installed packages in there.

Finally, paste the output from apt-get check to run a consistent check on your APT packages.
 
Old 05-15-2017, 11:45 AM   #3
TheOrangeRemix
LQ Newbie
 
Registered: Aug 2016
Posts: 19

Original Poster
Rep: Reputation: Disabled
inxi is not currently installed and I cannot install it because it is complaining about unmet dependencies.

I see that there are lots of packages when I enter in dpkg -l | grep -v '^ii', but I cannot list them all here because I am using a different PC than the Ubuntu machine (shell enabled only so cannot copy and paste the output).

If I do an apt-get check, I get this:

The following packages have unmet dependencies:
signon-plugin-oauth2: Breaks: account-plugin-google (< 0.12) but 0.11+14.04.20140409.1-0ubuntu2 is installed
 
Old 05-15-2017, 11:49 AM   #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
Can you not copy the output to a USB stick and transfer it across? Or upload it to the internet and download it to the other machine?

Ok, instead of inxi, try cat /etc/apt/sources.list{,.d/*}
 
Old 05-15-2017, 02:57 PM   #5
TheOrangeRemix
LQ Newbie
 
Registered: Aug 2016
Posts: 19

Original Poster
Rep: Reputation: Disabled
output of sources.list:



# deb cdrom:[Ubuntu 14.04.1 LTS _Trusty Tahr_ - Release amd64 (20140722.2)]/ trusty main restricted

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

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

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

## 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 xenial partner
deb-src http://archive.canonical.com/ubuntu xenial partner

### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
# deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main # disabled on upgrade to xenial
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
# deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main # disabled on upgrade to xenial
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
# deb http://ppa.launchpad.net/ubuntu-mozi...ity/ppa/ubuntu xenial main # disabled on upgrade to xenial
# deb-src http://ppa.launchpad.net/ubuntu-mozi...ity/ppa/ubuntu trusty main
deb http://ppa.launchpad.net/ubuntu-mozi...ity/ppa/ubuntu trusty main
# deb-src http://ppa.launchpad.net/ubuntu-mozi...ity/ppa/ubuntu trusty main
 
Old 05-15-2017, 02:58 PM   #6
TheOrangeRemix
LQ Newbie
 
Registered: Aug 2016
Posts: 19

Original Poster
Rep: Reputation: Disabled
I should also mention that I recently upgraded from 14.04 and after upgrading, that is when all these dependency issues started popping up.
 
Old 05-15-2017, 03:29 PM   #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
Thanks. Is that edited output from the command I listed (cat /etc/apt/sources.list{,.d/*}) or is it just sources.list? This is important because you may have further software sources in the sources.list.d directory that are affecting things.

Thanks for the additional info about the upgrade - that's important and should have been mentioned at the start. Did the upgrade appear to go well? More importantly, did you back up your system and data before you carried out the upgrade?

So, you'll notice that you have three references to Trusty at the end of sources.list of which two are commented out - you need to delete all of these as you're using Xenial now.

You also have two sources which were disabled due to the upgrade (Chrome and Mozilla). I see that you re-added the Chrome one (twice - delete one of them) but left the commented out Chrome ones - delete the latter as you have no further need for them. You may want to enable the Mozilla one eventually, but don't do that yet until the main problem is resolved. That section is a bit of a mess. It shouldn't have caused the main problems though, it just needs tidying up.

The rest of sources.list looks ok, although the commented out cdrom line at the start refers to Trusty. You might want to delete that altogether to keep things tidy.

Make the changes listed (backup the file first), get back about entries in sources.list.d, and then attempt sudo apt-get update (post any errors or warnings that arise from the latter).
 
Old 05-15-2017, 03:47 PM   #8
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by TheOrangeRemix View Post
I should also mention that I recently upgraded from 14.04 and after upgrading, that is when all these dependency issues started popping up.
Can you tell us how this upgrade took place exactly?
Anything stand out about it? Who did it and how long ago?

Thank you.

Here's a tip:
Code:
do_stuff | nc terbmin.com 9999
eg:
Code:
cat /etc/apt/sources.list{,.d/*} | nc termbin.com 9999
spews
http://termbin.com/63asdfz0
Yours will be different on each invocation of "nc termbin.com 9999"

Might save some time and/or headaches.

Last edited by Habitual; 05-15-2017 at 03:51 PM.
 
Old 05-15-2017, 03:55 PM   #9
TheOrangeRemix
LQ Newbie
 
Registered: Aug 2016
Posts: 19

Original Poster
Rep: Reputation: Disabled
The output that I posted earlier is from cat /etc/apt/sources.list{,.d/*}.

I made the changes that you suggested and removed all of the lines which contain "Trusty" in them.

I did a sudo apt-get update and the process completed without any errors.

When I did the upgrade from 14.04, it did not go smoothly. I found that I had to reconfigure my network interface cards and that I no longer had any X-Window environment. Every time I boot up, it shows the Kubuntu startup logo, then kicks me to the shell.

Last edited by TheOrangeRemix; 05-15-2017 at 03:57 PM.
 
Old 05-15-2017, 03:59 PM   #10
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
Ok, can you please paste the output from

dpkg -l | grep -v '^ii'

and

apt-get check
 
Old 05-15-2017, 05:05 PM   #11
TheOrangeRemix
LQ Newbie
 
Registered: Aug 2016
Posts: 19

Original Poster
Rep: Reputation: Disabled
Output from dpkg is in here:

https://pastebin.com/s5T4Zpe8


Output from apt-get check:

Quote:
Reading package lists...
Building dependency tree...
Reading state information...
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
signon-plugin-oauth2 : Breaks: account-plugin-google (< 0.12) but 0.11+14.04.20140409.1-0ubuntu2 is installed
 
Old 05-15-2017, 05:20 PM   #12
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
I'm sorry to say but your system is in a bit of a mess - the upgrade appears not to have worked correctly.

In the output from dpkg -l, all those packages marked iU means that the package was installed but has not yet been configured (for info, rc means that a package was uninstalled but its configuration files remain - not a great problem).

Either you can stick with it and work your way through the list of packages and manually configure those that need it (this may work, it may not) using dpkg --configure package... (you could write a batch file in Bash to speed up the process), or (I would recommend) you back up your data and do a clean installation of Ubuntu 16.04.

It also takes me back to another previous question - did the upgrade appear to work when you ran it? Were there any warning or error messages?

Edit: I see that you edited your response to include info regarding that last question. To be honest, that confirms my advice - you need to do a fresh install of Ubuntu 16.04.

Last edited by hydrurga; 05-15-2017 at 05:22 PM.
 
Old 05-15-2017, 05:30 PM   #13
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
You should be able to work around this. Although it would probably be quicker to do a fresh install of 16.04.

$ sudo apt-get -f install

And the usuals. Update the trusty deb at the bottom of your sources.list. Plus other things under /etc/apt/ as needed. But again a clean install would be quicker and more supportable. You can force install some things, and other trickery to get around issues like this. Like changing /var/lib/dpkg/status to say installed, and then installing the thing later. Or forcing installation of the .deb with dpkg directly (--force-all). None of which are best practices.
 
Old 05-15-2017, 05:44 PM   #14
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 Shadow_7 View Post
You should be able to work around this. Although it would probably be quicker to do a fresh install of 16.04.

$ sudo apt-get -f install
OP tried this, post #1.
 
Old 05-15-2017, 06:12 PM   #15
TheOrangeRemix
LQ Newbie
 
Registered: Aug 2016
Posts: 19

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
I'm sorry to say but your system is in a bit of a mess - the upgrade appears not to have worked correctly.

In the output from dpkg -l, all those packages marked iU means that the package was installed but has not yet been configured (for info, rc means that a package was uninstalled but its configuration files remain - not a great problem).

Either you can stick with it and work your way through the list of packages and manually configure those that need it (this may work, it may not) using dpkg --configure package... (you could write a batch file in Bash to speed up the process), or (I would recommend) you back up your data and do a clean installation of Ubuntu 16.04.

It also takes me back to another previous question - did the upgrade appear to work when you ran it? Were there any warning or error messages?

Edit: I see that you edited your response to include info regarding that last question. To be honest, that confirms my advice - you need to do a fresh install of Ubuntu 16.04.
I was afraid of that. OK, I'll look into a clean installation eventually. Thanks for the help.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Upgrade to 12.04 Unmet Dependencies/Package System is Broken TooTall Ubuntu 2 04-24-2013 08:40 PM
[SOLVED] "Unmet dependencies" problem installing a package with apt-get darkmouse Linux - Software 6 11-19-2012 12:55 PM
Unmet dependencies when trying to install package on Debian krofna Linux - Software 3 08-06-2012 07:22 PM
"unmet dependencies" while installing a package mahmoodn Ubuntu 14 08-30-2010 05:09 PM
removing package with unmet dependencies in Sarge killy9999 Debian 6 09-08-2005 12:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:49 PM.

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