I recently installed nemo to replace nautilus as my file manager (as detailed here) in Ubuntu 13.04. Ever since that, the update manager keeps saying I should run a "partial upgrade". (The answer here did not solve the problem.)
Is the upgrade safe to run? Here are the packages it lists:
Install:
- caribou
- cinnamon-screensaver
- gir1.2-gtkclutter-1.0
- linux-headers-3.8.0-26
- linux-headers-3.8.0-26-generic
- linux-image-3.8.0-26-generic
- linux-image-extra-3.8.0-26-generic
- python-pyatspi2
- python-pyatspi
Remove:
- gnome-screensaver
Upgrade:
- banshee
- cinnamon
- cinnamon-common
- linux-generic
- linux-headers-generic
- linux-headers-generic-pae
- linux-image-generic
whether partial upgrade is safe or not depends upon which packages it's holding back.
If it's a app you have installed and is not important for the system to run properly, the partial upgrade is safe.
On the other hand, if it's holding back a package which is essential for the system to work properly, partial upgrade is likely to break your system.
It is better to hold on, have a look at the packages been hold back, and then fix them(either by removing, replacing or installing properly).
Just to add citation for my answer, the Ubuntu wiki on partial upgrades syas,
I found the issue a while back and never posted the answer. The problem I was having stemmed from the fact that I overwrote the nautilus executable with nemo, so that all apps would open nemo instead of nautilus.
Uninstalling nautilus, removing the nautilus executable, then reinstalling nautilus fixed the problem.