Results 1 to 10 of 10

Thread: Trying to install updates and getting this error

  1. #1
    Join Date
    Oct 2013
    Beans
    7

    Trying to install updates and getting this error

    The package system is broken

    Check if you are using third party repositories. If so disable them, since they are a common source of problems.
    Furthermore run the following command in a Terminal: apt-get install -f

    The following packages have unmet dependencies:

    calibre: Depends: python (>= 2.6) but 2.7.3-0ubuntu2.2 is installed
    Depends: python-pypdf (>= 1.10) but 1.13-1 is installed
    Depends: python-cssutils (>= 0.9.6) but 0.9.8-1ubuntu2 is installed
    Depends: python-encutils (>= 0.9.5) but it is a virtual package
    Depends: python-cherrypy3 (>= 3.1.1) but 3.2.2-2 is installed
    Depends: ttf-liberation but it is not installed
    Depends: calibre-bin (>= 0.6.42+dfsg-0ubuntu1) but 0.8.38+dfsg-1 is installed

    When i run - apt-get install -f in the Terminal i get:

    E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
    E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?

    Help please

  2. #2
    Join Date
    Jan 2013
    Location
    East Yorkshire
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Trying to install updates and getting this error

    You need to run "sudo apt-get install -f" in a terminal, & make sure any other package manager/update manager is closed.
    Also would be helpful to know what version of 'buntu you are using.

  3. #3
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Trying to install updates and getting this error

    Also, what application are you trying to install. It seems to me that the application depends on libraries that are older than the versions already installed. Can you not install this application through the software Centre? Doing that can avoid issues like this. Regards.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  4. #4
    Join Date
    Nov 2007
    Location
    Hurricane haven NC
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Arrow Re: Trying to install updates and getting this error

    Quote Originally Posted by speartip View Post
    You need to run "sudo apt-get install -f" in a terminal, & make sure any other package manager/update manager is closed.
    .
    I had your problem as well and this solved it for me.
    A friendly & helpful Linux community who has started a large cursor theme project. If you are sick of tiny cursors, go here and get one.
    http://linuxinternationals.org/forum...orum.php?f=166

  5. #5
    Join Date
    Oct 2013
    Beans
    7

    Re: Trying to install updates and getting this error

    Ran "sudo apt-get install -f"

    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:
    calibre-bin python-routes libqt4-test libqt4-designer libchm1 python-lxml
    libpodofo0.9.0 python-cherrypy3 python-dnspython libqt4-help python-qt4
    python-sip python-django calibre python-mechanize python-webob
    python-django-tagging libqtassistantclient4 thunderbird-globalmenu
    python-support libqt4-scripttools libqtwebkit4 python-beautifulsoup
    python-pypdf python-cssutils python-pyparsing
    Use 'apt-get autoremove' to remove them.
    The following extra packages will be installed:
    calibre
    The following packages will be upgraded:
    calibre
    1 upgraded, 0 newly installed, 0 to remove and 27 not upgraded.
    1 not fully installed or removed.
    Need to get 0 B/14.7 MB of archives.
    After this operation, 2,861 kB of additional disk space will be used.
    Do you want to continue [Y/n]?

  6. #6
    Join Date
    Oct 2013
    Beans
    7

    Re: Trying to install updates and getting this error

    12.04

  7. #7
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

    Re: Trying to install updates and getting this error

    Quote Originally Posted by rick_c2 View Post
    Ran "sudo apt-get install -f"

    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:
    calibre-bin python-routes libqt4-test libqt4-designer libchm1 python-lxml
    libpodofo0.9.0 python-cherrypy3 python-dnspython libqt4-help python-qt4
    python-sip python-django calibre python-mechanize python-webob
    python-django-tagging libqtassistantclient4 thunderbird-globalmenu
    python-support libqt4-scripttools libqtwebkit4 python-beautifulsoup
    python-pypdf python-cssutils python-pyparsing
    Use 'apt-get autoremove' to remove them.
    The following extra packages will be installed:
    calibre
    The following packages will be upgraded:
    calibre
    1 upgraded, 0 newly installed, 0 to remove and 27 not upgraded.
    1 not fully installed or removed.
    Need to get 0 B/14.7 MB of archives.
    After this operation, 2,861 kB of additional disk space will be used.
    Do you want to continue [Y/n]?
    Hit the Y and enter.

  8. #8
    Join Date
    Oct 2013
    Beans
    7

    Re: Trying to install updates and getting this error

    dpkg: dependency problems prevent configuration of calibre:
    calibre depends on python-encutils (>= 0.9.5); however:
    Package python-encutils is not installed.
    dpkg: error processing calibre (--configure):
    dependency problems - leaving unconfigured
    No apport report written because the error message indicates its a followup error from a previous failure.
    Errors were encountered while processing:
    calibre
    E: Sub-process /usr/bin/dpkg returned an error code (1)

  9. #9
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

    Re: Trying to install updates and getting this error

    Quote Originally Posted by rick_c2 View Post
    dpkg: dependency problems prevent configuration of calibre:
    calibre depends on python-encutils (>= 0.9.5); however:
    Package python-encutils is not installed.
    dpkg: error processing calibre (--configure):
    dependency problems - leaving unconfigured
    No apport report written because the error message indicates its a followup error from a previous failure.
    Errors were encountered while processing:
    calibre
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    Code:
    sudo apt-get purge calibre
    You can install it again once sytem fixed, also.

    Code:
    sudo apt-get autoremove

  10. #10
    Join Date
    Oct 2013
    Beans
    7

    Re: Trying to install updates and getting this error

    Thank you

    That did it.

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
  •