Anthony Agelastos wrote:
[]
tibook:~ iqgrande$ sudo apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages have been kept back
  clisp gnome-mime-data gnome-print gnome-print-shlibs gnucash grace maxima
0 packages upgraded, 0 newly installed, 0 to remove and 7  not upgraded.

I think this means these packages need additional packages installed that you don't have yet. Apt-get upgrade doesn't pull in all necessary dependencies automatically, apt-get install will do it. So you can do


apt-get install -u clisp gnome-mime-data gnome-print gnome-print-shlibs gnucash grace maxima

If I am right, it will propose to install a couple of additional packages.

(BTW, the reason why it upgraded quite a few packages is probably that the new bindist 0.7.1 is out, although not quite officially yet).

--
Martin


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to