Announcement

Collapse
No announcement yet.

kubuntu-desktop, muon are missing

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

    [SOLVED] kubuntu-desktop, muon are missing

    Hi to all,
    after upgrading with no problem to 19.10 I tried to find Muon but it seems that is missing.
    Also after some research I find that kubuntu-desktop is missing too and also there is no reference to the package.

    Am I missing something or something went wrong during the upgrade?

    Kind Regards

    #2
    kubuntu-desktop is a meta-package, which is just a list of dependencies, so it is OK if you don't have it. This is the for the Minimal install, with kubuntu-full being the full setup that includes other software like Kontactr, games, Libreoffice, etc.

    the command
    Code:
    apt policy kubuntu-desktop
    will show if it is installed or not.
    Code:
    gus@gus-HP-Compaq-Elite-8300-SFF:~$ apt policy kubuntu-desktop
    kubuntu-desktop:
      Installed: 1.387
      Candidate: 1.387
      Version table:
     *** 1.387 500
            500 http://us.archive.ubuntu.com/ubuntu eoan/universe amd64 Packages
            100 /var/lib/dpkg/status
    You can install it if you want
    Code:
    sudo apt install kubuntu-desktop
    But look at the list of what it pulls in, as it might try installing something you had uninstalled previously and don't want.
    Don't know why Muon isn't there for you, but you can just install that buy itself if everything else is OK.

    Comment


      #3
      It seems that there was something wrong in sources.
      I replaced the sources.list file it manually with the backup file that I found and everything is OK.

      Thanks for your response

      Comment

      Working...
      X