Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Problem upgrading / reinstalling xfce power manager

  1. #11
    Join Date
    Jul 2013
    Location
    Wisconsin
    Beans
    4,952

    Re: Problem upgrading / reinstalling xfce power manager

    Quote Originally Posted by rdh61 View Post

    Code:
    The following packages have unmet dependencies.
     xfce4-power-manager : Depends: upower (>= 0.99) but 0.9.23-2ubuntu1 is to be installed
                           Recommends: xfce4-power-manager-plugins but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.
    Take a look at upower in the various releases of Ubuntu:
    Code:
    $ rmadison -u ubuntu upower
     upower | 0.9.23-2ubuntu1       | trusty           | source, amd64, arm64, armhf, i386, powerpc, ppc64el
     upower | 0.9.23-2ubuntu2       | utopic           | source, amd64, arm64, armhf, i386, powerpc, ppc64el
     upower | 0.99.2-1              | vivid            | source, amd64, arm64, armhf, i386, powerpc, ppc64el
    So you are running Trusty (14.04), but xfce4-power-manager wants a newer version (15.04).
    That usually indicates that you have added an inappropriate repository to your Software Sources and created a version conflict.

    Generally, it's easy to fix, once we discover the inappropriate source.
    Please run the following two commands, and post the entire output here.
    Code:
    apt-cache policy xfce4-power-manager
    apt-cache policy upower
    Last edited by ian-weisser; January 17th, 2015 at 08:33 PM.

  2. #12
    Join Date
    Apr 2009
    Location
    Spain
    Beans
    501
    Distro
    Lubuntu

    Re: Problem upgrading / reinstalling xfce power manager

    Quote Originally Posted by kerry_s View Post
    you've tried removing xfce power manager , did you remove all the dependencys with it?

    in this order:
    sudo apt-get purge xfce4-power-manager && sudo apt-get autoremove && sudo apt-get autoclean

    that should remove everything, that has to do with xfce4-power-manager.
    then can try installing it fresh:
    sudo apt-get install xfce4-power-manager
    Thank you but this produced the same error as before.

  3. #13
    Join Date
    Apr 2009
    Location
    Spain
    Beans
    501
    Distro
    Lubuntu

    Re: Problem upgrading / reinstalling xfce power manager

    @ ian-weisser

    Code:
    robert@robert-P4i65GV:~$ apt-cache policy xfce4-power-manager
    xfce4-power-manager:
      Installed: (none)
      Candidate: 1.4.2+git-0~1659~ubuntu14.04.1
      Version table:
         1.4.2+git-0~1659~ubuntu14.04.1 0
            500 http://ppa.launchpad.net/xubuntu-dev...taging/ubuntu/ trusty/main i386 Packages
         1.2.0-3ubuntu4.1 0
            500 http://es.archive.ubuntu.com/ubuntu/ trusty-updates/universe i386 Packages
         1.2.0-3ubuntu4 0
            500 http://es.archive.ubuntu.com/ubuntu/ trusty/universe i386 Packages
    robert@robert-P4i65GV:~$ apt-cache policy upower
    upower:
      Installed: 0.9.23-2ubuntu1
      Candidate: 0.9.23-2ubuntu1
      Version table:
     *** 0.9.23-2ubuntu1 0
            500 http://es.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
            100 /var/lib/dpkg/status

  4. #14
    Join Date
    Jan 2008
    Beans
    172

    Re: Problem upgrading / reinstalling xfce power manager

    Quote Originally Posted by rdh61 View Post
    @ ian-weisser

    Code:
    robert@robert-P4i65GV:~$ apt-cache policy xfce4-power-manager
    xfce4-power-manager:
      Installed: (none)
      Candidate: 1.4.2+git-0~1659~ubuntu14.04.1
      Version table:
         1.4.2+git-0~1659~ubuntu14.04.1 0
            500 http://ppa.launchpad.net/xubuntu-dev...taging/ubuntu/ trusty/main i386 Packages
         1.2.0-3ubuntu4.1 0
            500 http://es.archive.ubuntu.com/ubuntu/ trusty-updates/universe i386 Packages
         1.2.0-3ubuntu4 0
            500 http://es.archive.ubuntu.com/ubuntu/ trusty/universe i386 Packages
    robert@robert-P4i65GV:~$ apt-cache policy upower
    upower:
      Installed: 0.9.23-2ubuntu1
      Candidate: 0.9.23-2ubuntu1
      Version table:
     *** 0.9.23-2ubuntu1 0
            500 http://es.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
            100 /var/lib/dpkg/status
    That's likely the issue. You have the xubuntu-staging PPA enabled, which is trying to install xfce4-power-manager 1.4.2 while ubuntu 14.04 provides 1.2.0. I would remove the PPA:

    Code:
    sudo apt-get install ppa-purge
    sudo ppa-purge ppa:xubuntu-dev/xubuntu-staging
    If you know for certain you have not installed any other packages from xubuntu-staging (you can check this using synaptic) you can just remove it from your software sources without using ppa-purge.

  5. #15
    Join Date
    Apr 2009
    Location
    Spain
    Beans
    501
    Distro
    Lubuntu

    Re: Problem upgrading / reinstalling xfce power manager

    Thank you, that has solved the problem and I have been able to install xfce power manager.

Page 2 of 2 FirstFirst 12

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
  •