Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 29816  / 2 Years ago, thu, june 9, 2022, 5:45:59

Is there a default Update Manager for Kubuntu? If there isn't can I install the Ubuntu Update Manager?



I know I can use



sudo apt-get update && sudo apt-get upgrade


but sometimes I get something like:



0 to install 0 to remove, 0 new, 0 upgraded and 3 not upgraded


Any way to fix this?



Thanks.


More From » updates

 Answers
7

Kubuntu & Muon



Kubuntu is an Ubuntu derivative. Information for Kubuntu can be found on the Kubuntu homepage. The Kubuntu 11.10 release notes says:




Muon Suite 1.2



The Kubuntu team is proud to present our new suite of tools for
installing and managing software. Installing of .deb packages,
updating, and software management is all part of this new, integrated
suite, specifically designed to work with Debian style package
management...




The kubuntu-desktop package is recommending (installing as default):




  • muon, package manager for KDE


  • muon-installer, utility for browsing, installing, and removing applications


  • muon-notifier, update notifier for KDE




The package muon is also recommending the muon-updater, an update manager for KDE.



The latest information of the Muon can be found from the developer's blog.



Apt - upgrade and dist-upgrade



The "not upgraded" packages could need to install some new packages. The "upgrade" action can't do this.



The apt manual page (man apt-get):



upgrade will




upgrade is used to install the newest versions of all packages
currently installed...under no circumstances are currently installed
packages removed, or packages not already installed retrieved and
installed. New versions of currently installed packages that cannot be
upgraded without changing the install status of another package will
be left at their current version...




dist-upgrade will




dist-upgrade in addition to performing the function of upgrade, also
intelligently handles changing dependencies with new versions of
packages; apt-get has a "smart" conflict resolution system, and it
will attempt to upgrade the most important packages at the expense of
less important ones if necessary.




So, the apt-get dist-upgrade command may remove some packages...


[#40464] Saturday, June 11, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
darpose

Total Points: 424
Total Questions: 99
Total Answers: 121

Location: Jersey
Member since Fri, Oct 1, 2021
3 Years ago
darpose questions
Sun, Jan 23, 22, 04:32, 2 Years ago
Tue, Apr 25, 23, 23:44, 1 Year ago
Wed, Dec 15, 21, 14:42, 2 Years ago
Wed, Jun 2, 21, 23:41, 3 Years ago
;