Why is it that when I run "apt-get upgrade" on specific packages, it will try to upgrade all the available packages?
I checked the dependency using Adept. As far as I can see, compiz-core is not dependent on any of the kernel packages that are available, yet apt-get forces me to upgrade everything. What gives?
Code:
$ sudo apt-get upgrade compiz-core Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be upgraded: compiz-core compiz-kde compiz-plugins libdecoration0 libldap-2.4-2 libpoppler-glib2 libpoppler-qt2 libpoppler2 linux-headers-2.6.24-19 linux-headers-2.6.24-19-generic linux-image-2.6.24-19-generic linux-kernel-devel linux-libc-dev linux-ubuntu-modules-2.6.24-19-generic poppler-utils 15 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 34.1MB of archives. After this operation, 0B of additional disk space will be used. Do you want to continue [Y/n]?
Comment