Discover Software is missing

My Kubuntu 16.04 Software centre is missing from my system and I can't install running the following command sudo apt-get install discover.

1 Answer

Try sudo apt-get install plasma-discover instead of sudo apt-get install discover.

$ apt show plasma-discover
Package: plasma-discover
Version: 5.8.8-0ubuntu1~ubuntu16.04~ppa1
Priority: optional
Section: kde
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-
>
Installed-Size: 1,957 kB
Depends: appstream (>= 0.8), packagekit (>= 1.0), plasma-discover-common (= 5.8.8-0ubuntu1~ubuntu16.04~ppa1), qml-module-org-kde-kirigami, qml-module-org-kde-kquickcontrolsaddons, qml-module-qtgraphicaleffects, ubuntu-release-upgrader-qt, kio, libappstreamqt2, libc6 (>= 2.14), libkf5archive5 (>= 4.96.0), libkf5attica5 (>= 5.23.0), libkf5configcore5 (>= 5.24.0), libkf5configgui5 (>= 4.97.0), libkf5configwidgets5 (>= 4.96.0), libkf5coreaddons5 (>= 4.100.0), libkf5crash5 (>= 5.15.0), libkf5dbusaddons5 (>= 4.99.0), libkf5declarative5 (>= 4.96.0), libkf5i18n5 (>= 4.97.0), libkf5kiocore5 (>= 4.96.0), libkf5kiowidgets5 (>= 4.96.0), libkf5newstuff5 (>= 5.23.0), libkf5notifications5 (>= 5.3.0+git20141030.0311), libkf5service-bin, libkf5service5 (>= 4.96.0), libkf5widgetsaddons5 (>= 4.96.0), libkf5xmlgui-bin, libkf5xmlgui5 (>= 4.96.0), libpackagekitqt5-0, libqt5core5a (>= 5.6.0~beta), libqt5dbus5 (>= 5.0.2), libqt5gui5 (>= 5.6.0~beta) | libqt5gui5-gles (>= 5.6.0~beta), libqt5qml5 (>= 5.1.0), libqt5quick5 (>= 5.0.2) | libqt5quick5-gles (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 4.5)
Recommends: software-properties-kde
Conflicts: plasma-discover-private, plasma-discover-updater, python3-aptdaemon.pkcompat
Breaks: libmuon (<< 4:5.6), muon-discover (<< 4:5.5.3a), muon-notifier (<< 4:5.5.3a), muon-updater (<< 4:5.5.3a), plasma-discover-common (<< 5.7.0)
Replaces: libmuon (<< 4:5.6), muon-discover (<< 4:5.5.3a), muon-notifier (<< 4:5.5.3a), muon-updater (<< 4:5.5.3a), plasma-discover-common (<< 5.7.0), plasma-discover-private, plasma-discover-updater
Download-Size: 970 kB
APT-Manual-Installed: yes
APT-Sources: xenial/main amd64 Packages
Description: Discover software management suite
....

Note that the version I have is 5.8.8 because I installed the kubuntu-backports ppa which provides a lot of bug-fixes and improvements over what Kubuntu 16.04 initially ships with.

If you rely on the default version, you'll see version 5.6.2 if you run apt policy plasma-discover in your terminal.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like