LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 10-25-2016, 09:24 PM   #1
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Package Dependencies Can not be resolved


I'm running Voyager (Ubuntu 16.04 Xenial Xerus) on a 64-bit desktop and the Ubuntu Software Center is complaining about unmet dependecies.

Code:
Package Dependencies Can not be resolved
This error could be caused by required additional software
packages which are missing or not installable.
Furthermore there could be a conflict between software packages 
which are not allowed to to be installed at the same time.
Code:
The following pkg's have unmet dependecies
Xiphos: Depends: xiphos-data (=4.0.4+dfsg1-1) but 4.0.4+dfsg1-1 is to be installed
Depends: libgcc1 (>1:4.1.1)but 1:6.0.1-0ubuntu1 is to be installed
Depends: libstdc++6(>=5.2) but 5.4.0-6ubuntu-16.04.2 is to be installed[
When I tried to use Synaptic it barked about broken pkg's. I've never fixed broken pkg's before and don't know the first thing about it.

I get that xiphos-data needs to be installed but the other 2 pkg's and the output about them seems contradictory:-

I need a little assistance with trying to get Xiphos installed.

What do you recommend?
 
Old 10-25-2016, 10:31 PM   #2
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by Ztcoracat View Post
I need a little assistance with trying to get Xiphos installed.
Hi Ztcoracat...

Gladly. Good choice of software, by the way.

Quote:
Originally Posted by Ztcoracat View Post
What do you recommend?
While I don't understand why you're getting these error messages, does Voyager have the Synaptic package manager? If so, does it successfully install using that? If not, you can try installing the needed packages from here. You might need to install the needed dependencies first and then xiphos-data before the main xiphos package.

Also, what are the repositories Voyager is using?

Regards...
 
Old 10-25-2016, 10:40 PM   #3
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by ardvark71 View Post
Hi Ztcoracat...

Gladly. Good choice of software, by the way.



While I don't understand why you're getting these error messages, does Voyager have the Synaptic package manager? If so, does it successfully install using that? If not, you can try installing the needed packages from here. You might need to install the needed dependencies first and then xiphos-data before the main xiphos package.

Also, what are the repositories Voyager is using?

Regards...
I tried using Synaptic and it complained that it had broken pkgs and Xiphos wouldn't install.
(don't know how to fix that)

Voyager is using the Xenial Xerus repo's.

I haven't tried installing those dependencies first and then xiphos-data before the main xiphos, I'll try tomorrow.

I'll try the link you posted tomorrow, it's late.
 
Old 10-26-2016, 12:02 AM   #4
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by Ztcoracat View Post
I tried using Synaptic and it complained that it had broken pkgs and Xiphos wouldn't install.
(don't know how to fix that)
Hi...

Open a terminal and run this command...

Code:
sudo apt-get install -f
Or you can open Synaptic and click on "Edit" and then "Fix Broken Packages." Hopefully that should take care of the problem.

Disclaimer: Be careful with commands that are prefaced with "su" or "sudo." They will essentially allow root access to your system. Mistakes could possibly damage or even destroy your OS.

Regards...
 
Old 10-27-2016, 07:35 PM   #5
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Code:
 sudo apt-get install -f
[sudo] password for sifubill:
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libcdaudio1 libcec-platform1v5 libcec3 libcrossguid1 libfaac0 libfstrcmp0
  libgif5 libnfs1 libshairplay0 libslv2-9 libtidy-0.99-0 libxfce4util6
  linux-headers-3.19.0-29 linux-headers-3.19.0-29-generic
  linux-image-3.19.0-29-generic linux-image-extra-3.19.0-29-generic
  python-beautifulsoup python-dateutil python-feedparser python-gst0.10
  python-libxml2 python-numpy python-rsvg python-tz python-utidylib
  python-webkit
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 20 not upgraded.
sifubill @ sifubill-MS-7845  ~
└─ $ ▶ sudo apt autoremove
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following packages will be REMOVED:
  libcdaudio1 libcec-platform1v5 libcec3 libcrossguid1 libfaac0 libfstrcmp0
  libgif5 libnfs1 libshairplay0 libslv2-9 libtidy-0.99-0 libxfce4util6
  linux-headers-3.19.0-29 linux-headers-3.19.0-29-generic
  linux-image-3.19.0-29-generic linux-image-extra-3.19.0-29-generic
  python-beautifulsoup python-dateutil python-feedparser python-gst0.10
  python-libxml2 python-numpy python-rsvg python-tz python-utidylib
  python-webkit
0 upgraded, 0 newly installed, 26 to remove and 20 not upgraded.
After this operation, 303 MB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 230211 files and directories currently installed.)
Removing libcdaudio1:amd64 (0.99.12p2-14) ...
Removing libcec3:amd64 (3.0.1+dfsg2-9build1) ...
Removing libcec-platform1v5:amd64 (1.0.10+dfsg1-8) ...
Removing libcrossguid1:amd64 (0.1~git20150807.8f399e8) ...
Removing libfaac0:amd64 (1.28+cvs20151130-1) ...
Removing libfstrcmp0 (0.7.D001-1.1) ...
Removing libgif5:amd64 (5.0.5-2~trusty) ...
Removing libnfs1:amd64 (1.6.0-0~ppa1~trusty) ...
Removing libshairplay0:amd64 (0.9.2-2~trusty) ...
Removing libslv2-9:amd64 (0.6.6+dfsg1-3build1) ...
Removing python-utidylib (0.2-9build1) ...
Removing libtidy-0.99-0 (20091223cvs-1.5) ...
Removing libxfce4util6 (4.11.0-1~14.04) ...
Removing linux-headers-3.19.0-29-generic (3.19.0-29.31~14.04.1) ...
Removing linux-headers-3.19.0-29 (3.19.0-29.31~14.04.1) ...
Removing linux-image-extra-3.19.0-29-generic (3.19.0-29.31~14.04.1) ...
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.19.0-29-generic /boot/vmlinuz-3.19.0-29-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-29-generic /boot/vmlinuz-3.19.0-29-generic
update-initramfs: Generating /boot/initrd.img-3.19.0-29-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-29-generic /boot/vmlinuz-3.19.0-29-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 3.19.0-29-generic /boot/vmlinuz-3.19.0-29-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-29-generic /boot/vmlinuz-3.19.0-29-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-29-generic /boot/vmlinuz-3.19.0-29-generic
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.4.0-45-generic
Found initrd image: /boot/initrd.img-4.4.0-45-generic
Found linux image: /boot/vmlinuz-3.19.0-73-generic
Found initrd image: /boot/initrd.img-3.19.0-73-generic
Found linux image: /boot/vmlinuz-3.19.0-29-generic
Found initrd image: /boot/initrd.img-3.19.0-29-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Found Linux Mint 17 Qiana (17) on /dev/sda1
Found elementary OS Freya (0.3.2) on /dev/sdb1
done
Removing linux-image-3.19.0-29-generic (3.19.0-29.31~14.04.1) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.19.0-29-generic /boot/vmlinuz-3.19.0-29-generic
update-initramfs: Deleting /boot/initrd.img-3.19.0-29-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.19.0-29-generic /boot/vmlinuz-3.19.0-29-generic
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.4.0-45-generic
Found initrd image: /boot/initrd.img-4.4.0-45-generic
Found linux image: /boot/vmlinuz-3.19.0-73-generic
Found initrd image: /boot/initrd.img-3.19.0-73-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Found Linux Mint 17 Qiana (17) on /dev/sda1
Found elementary OS Freya (0.3.2) on /dev/sdb1
done
Removing python-beautifulsoup (3.2.1-1) ...
Removing python-dateutil (2.4.2-1) ...
Removing python-feedparser (5.1.3-3build1) ...
Removing python-gst0.10 (0.10.22-3ubuntu3) ...
Removing python-libxml2 (2.9.3+dfsg1-1ubuntu0.1) ...
Removing python-numpy (1:1.11.0-1ubuntu1) ...
Removing python-rsvg (2.32.0+dfsg-3) ...
Removing python-tz (2014.10~dfsg1-0ubuntu2) ...
Removing python-webkit (1.1.8-3.1) ...
Processing triggers for libc-bin (2.23-0ubuntu4) ...
Processing triggers for man-db (2.7.5-1) ...
 
Old 10-27-2016, 07:47 PM   #6
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
After running sudo apt-get install -f I launched the Software Center and tried to install Xiphos.
NO dice as it only return the same error/issue.

Code:
Package Dependencies Can not be resolved
This error could be caused by required additional software
packages which are missing or not installable.
Furthermore there could be a conflict between software packages 
which are not allowed to to be installed at the same time.
Launched Synaptic and installed the dependencies (xiphos-data, xiphos-dbg, bibleedit-xiphos for Xiphos and they installed fine.
However when I marked Xiphos for installation and clicked 'Apply' I got the fix broken pkg's error. I fixed the broken pkg's 3 times and than re-tried to install Xiphos.
It continues to say 'fix broken packages first'

This is now going in circles.

It looks like there is conflict between software pkg's like it mentions in the error message.

How do I fix that kind of conflict and get Xiphos installed?
 
Old 10-27-2016, 08:03 PM   #7
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by Ztcoracat View Post
How do I fix that kind of conflict and get Xiphos installed?
Hi...

I think you're going to have to install Xiphos manually using .deb packages using the link I gave above. Install the dependencies listed as needed.

Regards...
 
Old 10-27-2016, 09:07 PM   #8
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Thank you for the suggestion.

I think what generated the conflict was upgrading from 14.04 to 16.04. I suspect something in the upgrade may have broken things.
So rather than manual installation (having my share of that with Slackware) I would rather perform a fresh install of Voyager. I installed Voyager X2 14.04
http://voyagerlive.org/index.php/live-voyager-x2/

I now see that I can install Voyager 16.04-
http://voyagerlive.org/index.php/liv...ger-16-04-lts/

Having said that I'm planning on starting another thread asking our members here how they think it might be possible to communicate with the French Developers that built this system.
https://forum.ubuntu-fr.org/index.php
 
Old 10-27-2016, 10:54 PM   #9
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by Ztcoracat View Post
Thank you for the suggestion.
You're welcome, hope you get it working.

Regards...
 
Old 10-28-2016, 08:33 PM   #10
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Thanks!

I just checked the integrity of the .iso file and it's a go.
I'll perform a fresh install tomorrow and let you know how it goes.:-
 
Old 10-29-2016, 08:32 PM   #11
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
The fresh installation of Voyager (Xubuntu 16.04) was a complete success!
http://voyagerlive.org/index.php/tut...#comment-73647

Thanks again for the help and enjoy the rest of the weekend.-
 
Old 10-29-2016, 09:14 PM   #12
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by Ztcoracat View Post
The fresh installation of Voyager (Xubuntu 16.04) was a complete success!
http://voyagerlive.org/index.php/tut...#comment-73647

Thanks again for the help and enjoy the rest of the weekend.-
You're welcome, so you were able to install Xiphos successfully?

Regards...
 
Old 10-30-2016, 12:22 PM   #13
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by ardvark71 View Post
You're welcome, so you were able to install Xiphos successfully?

Regards...

Yes, Xiphos was in the Software Center and fully installed without any issue's.-
 
Old 10-30-2016, 12:27 PM   #14
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by Ztcoracat View Post
Yes, Xiphos was in the Software Center and fully installed without any issue's.-
Awesome, thanks for letting me know.

Regards...
 
Old 10-31-2016, 11:30 AM   #15
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
You're Welcome-
 
  


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
Package dependencies cannot be resolved notooth Ubuntu 2 11-29-2015 05:50 PM
install softwaer after show error (Package dependencies cannot be resolved ) zeeshanayub Linux - Newbie 1 10-22-2014 02:27 PM
mysql not installing even though dependencies have been resolved lonetwins Linux - Newbie 2 02-16-2009 11:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

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