I would like to have the following feature: to upgrade all the packages which depends of one given, like a task, for example. apt-get install task-gnome-desktop installs many packages, like gnome-core, but if another day, then, the package gnome-core is updated, apt-get install task-gnome-desktop will not upgrade it. I will must do apt-get install gnome-core to have the package updated.