Lee Malatesta wrote:

> Greetings.
> 
> When I run apt-get upgrade (after running apt-get update),
> certain packages are held back. How do I force apt to not hold
> back the ones I want upgraded? The packages I'm most interested
> in are the Gnome packages. Progeny has made 1.4 available, which
> I would like to upgrade to, but apt-get insists on holding back
> the gnome packages.
> 
> I apologize if this is an RTFM question. I've read through the
> apt-get man page and couldn't find the answer, so if the
> documentation does answer this, please point me to the correct
> documentation.
> 
> Thanks in advance,
> 
> Lee Malatesta
> 
> =====
> For it is not only to cease from evil that brings purity, but actively to destroy 
>evil by pursuing what is good. 
> -Saint Diadochos of Photiki
> 
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
> 
> 
> 
> 

Try:

#apt-get dist-upgrade

upgrade only upgrades packages when it can be done without changing the 
install status of other packages (adding or removing them). 
dist-upgrade 'intelligently' handles changing dependencies, and will 
remove or install other packages as needed to do upgrades.  This is all 
from the man page...


Reply via email to