Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 31

Thread: Unmet dependencies

  1. #11
    Join Date
    Jul 2015
    Beans
    13

    Re: Unmet dependencies

    Quote Originally Posted by mc4man View Post
    I'd likely just download those 2 packages & try installing with dpkg but first you could try -
    Can you install aptitude? and if so what does it report?
    Code:
    sudo apt-get install aptitude
    if that works then
    Code:
    sudo aptitude upgrade
    If it fails then choose no (n) & post complete output
    Code:
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    You might want to run 'apt-get -f install' to correct these:
    The following packages have unmet dependencies:
     aptitude : Depends: aptitude-common (= 0.6.11-1ubuntu3) but it is not going to be installed
                Depends: libcwidget3 but it is not going to be installed
                Recommends: aptitude-doc-en but it is not going to be installed or
                            aptitude-doc
     evolution : Depends: evolution-common (= 3.12.11-0ubuntu3) but 3.12.10-0ubuntu1~14.10.1 is to be installed
     zenity : Depends: zenity-common (= 3.14.0-1) but 3.12.1-1.1 is to be installed
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

  2. #12
    Join Date
    Jul 2015
    Beans
    13

    Re: Unmet dependencies

    the output for apt-get -f install

    Code:
    sudo apt-get -f install
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Correcting dependencies... Done
    The following packages were automatically installed and are no longer required:
      gir1.2-gconf-2.0 libaudclient2 libgif4 libgnome-media-profiles-3.0-0
      libid3tag0 libimlib2 libinput0 libjavascriptcoregtk-1.0-0 libllvm3.5
      libmagickcore5 libmagickcore5-extra libmagickwand5 libmirclient8driver-mesa
      libmircommon2 libmozjs-24-0 libopts25 libpoppler46 libqqwing2 libts-0.0-0
      libwebkitgtk-1.0-0 libwebkitgtk-1.0-common libxmmsclient6
      linux-headers-3.16.0-31 linux-headers-3.16.0-31-generic
      linux-image-3.16.0-31-generic linux-image-extra-3.16.0-31-generic ntp tsconf
    Use 'apt-get autoremove' to remove them.
    The following extra packages will be installed:
      evolution-common zenity-common
    The following packages will be upgraded:
      evolution-common zenity-common
    2 upgraded, 0 newly installed, 0 to remove and 14 not upgraded.
    439 not fully installed or removed.
    Need to get 1,306 kB of archives.
    After this operation, 28.7 kB of additional disk space will be used.
    Do you want to continue? [Y/n] y
    Get:1 http://archive.ubuntu.com/ubuntu/ vivid/main evolution-common all 3.12.11-0ubuntu3 [1,085 kB]
    Get:2 http://archive.ubuntu.com/ubuntu/ vivid/main zenity-common all 3.14.0-1 [221 kB]
    Fetched 1,306 kB in 1min 8s (19.1 kB/s)                                        
    (Reading database ... 274416 files and directories currently installed.)
    Preparing to unpack .../evolution-common_3.12.11-0ubuntu3_all.deb ...
    Unpacking evolution-common (3.12.11-0ubuntu3) over (3.12.10-0ubuntu1~14.10.1) ...
    dpkg: error processing archive /var/cache/apt/archives/evolution-common_3.12.11-0ubuntu3_all.deb (--unpack):
     failed to stat (dereference) existing symlink `/usr/share/help/oc/evolution/contacts-usage-delete-contact.page': Input/output error
    Preparing to unpack .../zenity-common_3.14.0-1_all.deb ...
    Unpacking zenity-common (3.14.0-1) over (3.12.1-1.1) ...
    dpkg: error processing archive /var/cache/apt/archives/zenity-common_3.14.0-1_all.deb (--unpack):
     failed to stat (dereference) existing symlink `/usr/share/help/ca/zenity/figures/zenity-calendar-screenshot.png': Input/output error
    Processing triggers for hicolor-icon-theme (0.14-0ubuntu1) ...
    Processing triggers for libglib2.0-0:i386 (2.44.1-1ubuntu1) ...
    Errors were encountered while processing:
     /var/cache/apt/archives/evolution-common_3.12.11-0ubuntu3_all.deb
     /var/cache/apt/archives/zenity-common_3.14.0-1_all.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)

    and for autoremove

    Code:
    sudo apt-get autoremove
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    You might want to run 'apt-get -f install' to correct these.
    The following packages have unmet dependencies:
     evolution : Depends: evolution-common (= 3.12.11-0ubuntu3) but 3.12.10-0ubuntu1~14.10.1 is installed
     zenity : Depends: zenity-common (= 3.14.0-1) but 3.12.1-1.1 is installed
    E: Unmet dependencies. Try using -f.
    Last edited by oglipogli2; July 15th, 2015 at 08:45 AM.

  3. #13
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Unmet dependencies

    could you run this simulation -
    Code:
    sudo apt-get -s purge evolution-common evolution zenity-common zenity

  4. #14
    Join Date
    Jul 2015
    Beans
    13

    Re: Unmet dependencies

    Quote Originally Posted by mc4man View Post
    could you run this simulation -
    Code:
    sudo apt-get -s purge evolution-common evolution zenity-common zenity
    the output for the above is as follows

    Code:
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    You might want to run 'apt-get -f install' to correct these:
    The following packages have unmet dependencies:
     evolution-plugins : Depends: evolution (= 3.12.11-0ubuntu3) but it is not going to be installed
     gnome-panel : Depends: evolution-common (>= 3.4.3) but it is not going to be installed
     metacity : Depends: zenity but it is not going to be installed
     ubuntu-desktop : Depends: zenity but it is not going to be installed
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

  5. #15
    Join Date
    Jul 2015
    Beans
    13

    Re: Unmet dependencies

    Is there any space/memory/allocation issue ???

  6. #16
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Unmet dependencies

    Quote Originally Posted by oglipogli2 View Post
    Is there any space/memory/allocation issue ???
    Nothing you've posted indicates - run some commands & check - http://www.tecmint.com/how-to-check-...pace-in-linux/
    Last edited by mc4man; July 16th, 2015 at 03:21 AM.

  7. #17
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Unmet dependencies

    Run
    Code:
    sudo apt-get -s install fontconfig libqtgui4:i386 qt-at-spi:i386 libqtgui4:i386 zenity evolution-common=3.12.11-0ubuntu3 zenity=3.14.0-1
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  8. #18
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Unmet dependencies

    This maybe of some interest -
    dpkg: error processing archive /var/cache/apt/archives/evolution-common_3.12.11-0ubuntu3_all.deb (--unpack):
    failed to stat (dereference) existing symlink `/usr/share/help/oc/evolution/contacts-usage-delete-contact.page': Input/output error
    Preparing to unpack .../zenity-common_3.14.0-1_all.deb ...
    Unpacking zenity-common (3.14.0-1) over (3.12.1-1.1) ...
    dpkg: error processing archive /var/cache/apt/archives/zenity-common_3.14.0-1_all.deb (--unpack):
    failed to stat (dereference) existing symlink `/usr/share/help/ca/zenity/figures/zenity-calendar-screenshot.png': Input/output error
    Have seen some rare examples in launchpad of this behavior, though no explained reason??
    (- wonder what would happen if they were removed or renamed? (root owned..

  9. #19
    Join Date
    Jul 2015
    Beans
    13

    Re: Unmet dependencies

    Quote Originally Posted by sandyd View Post
    Run
    Code:
    sudo apt-get -s install fontconfig libqtgui4:i386 qt-at-spi:i386 libqtgui4:i386 zenity evolution-common=3.12.11-0ubuntu3 zenity=3.14.0-1

    The output for the above.

    Code:
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    fontconfig is already the newest version.
    qt-at-spi is already the newest version.
    zenity is already the newest version.
    libqtgui4 is already the newest version.
    You might want to run 'apt-get -f install' to correct these:
    The following packages have unmet dependencies:
     zenity : Depends: zenity-common (= 3.14.0-1) but 3.12.1-1.1 is to be installed
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    Was forced to switch to i3wm as nothing wa working in default WM by ubuntu

  10. #20
    Join Date
    Jul 2015
    Beans
    Hidden!

    Re: Unmet dependencies

    There must be a conflict in the PPA. If I remember correctly I received similar errors after adding a PPA.

    What I did to solve that was to first uninstall the program, unticked all the sources and just left the PPA of the program I needed. Then I installed. I got the latest version of what I needed, and lost those errors.

    I also unticked the programs PPA's after and ticked back the main ones.
    Last edited by MGrowl; July 16th, 2015 at 07:17 PM.

Page 2 of 4 FirstFirst 1234 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •