Announcement

Collapse
No announcement yet.

Can't install Plasma Discover - Kubuntu 16.04

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can't install Plasma Discover - Kubuntu 16.04

    When I do an apt-get upgrade, I get this:

    Code:
    The following packages have been kept back:
    plasma-discover plasma-discover-common plasma-discover-private
    plasma-discover-updater
    0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
    If I try to install them, I get this:

    Code:
    $ sudo apt-get install plasma-discover plasma-discover-common plasma-discover-private plasma-discover-updater
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
    plasma-discover : Conflicts: plasma-discover-private but 5.6.5-0ubuntu1~ubuntu16.04~ppa3 is to be installed
                     Conflicts: plasma-discover-updater but 5.6.5-0ubuntu1~ubuntu16.04~ppa3 is to be installed
    plasma-discover-common : Conflicts: plasma-discover-private but 5.6.5-0ubuntu1~ubuntu16.04~ppa3 is to be installed
                            Conflicts: plasma-discover-updater but 5.6.5-0ubuntu1~ubuntu16.04~ppa3 is to be installed
    E: Unable to correct problems, you have held broken packages.
    Does anyone know how to get passed this?

    #2
    When the necessary auxiliary packages have been uploaded by the devs that msg will go away and the pkgs will be DL’d and installed.
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    Comment


      #3
      use
      Code:
      apt full-upgrade
      , or
      Code:
      apt-get dist-upgrade
      as using plain "upgrade" does not install anything new, just upgrades to existing packages. Also, if you haven't already, be sure to run
      Code:
      apt update
      first.

      Comment

      Working...
      X