[EMAIL PROTECTED] writes: > Cheers Pixel. Does this mean the screen is gone or do you simply "tick" the > groups of packages you want to upgrade and if they are installed it adds up > the upgrade size and compares it to the size available??
it computes the size as done in 8.2, ie it does: sum(new_packages) - sum(upgraded_packages) and compares it to the size available. (which must be what you said, but i'm not completly sure :)
