I use this set in aptitude*, but in apt-get* it's exactly the same:<br><br>sudo aptitude update && \<br>
sudo aptitude safe-upgrade && \<br>
sudo aptitude full-upgrade && \<br># sudo aptitude clean<br><br>Note the difference between safe-upgrade (upgrade in old versions) and full-upgrade (dist-upgrade in old version).<br><br>safe-upgrade upgrades all packages which won't interfere with other packages, while full-upgrade will upgrade all packages, even if it requires removing (or "changing the name" of) third packages.<br>
<br> * Please have a look at this link so you can use the gret libapt even better: <a href="http://www.debian-administration.org/articles/462">http://www.debian-administration.org/articles/462</a><br><br>Regards<br><br><br>
<div><span class="gmail_quote">2008/2/28, Paul Lemmons <<a href="mailto:paul@lemmons.name">paul@lemmons.name</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Not really a big deal but it has made me curious. When I:<br> <br> "apt-get update;apt-get upgrade"<br> <br> I see the following:<br> <br>  Reading package lists... Done<br>  Building dependency tree<br>  Reading state information... Done<br>
  The following packages have been kept back:<br>    kaffeine miro<br>  0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.<br> <br> Now I suspect that there is some dependent piece of software that would<br> break if this update was applied and apt is just protecting me (an I am<br>
 actually quite happy about that).<br> <br> The questions is how do I see what is causing the hangup?<br> <br><br> --<br> kubuntu-users mailing list<br> <a href="mailto:kubuntu-users@lists.ubuntu.com">kubuntu-users@lists.ubuntu.com</a><br>
 Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/kubuntu-users">https://lists.ubuntu.com/mailman/listinfo/kubuntu-users</a><br> </blockquote></div><br>