0

Every time I have updates, Ubuntu 12.04 demands a partial upgrade - but the partial upgrade insists on removing QGIS and GRASS, two GIS packages that I use. I don't want to loose these packages (which both work fine). How do I force Ubuntu to leave them alone, without jeopardizing my security? I also do NOT want to "upgrade" to anything newer than 12.04. The last upgrade I had to make (10.04LTS to 12.04LTS) required a few days work to eliminate the "Unity" and get things working under an acceptable (working) Gnome desktop - much of the (private) specialized software I use didn't like Unity. (I will NEVER use Unity, which I despise!)

(Edit: this has been going on for maybe 2-3 months now, and is very irritating - and Update Manager now will not update the kernel without first doing a "partial upgrade".)

1 Answers1

0

I had a similar issue. I was able to resolve it by manually installing the packages:

sudo apt-get install gdal-bin grass-core grass-gui libgdal-dev libopenscenegraph80 
libosgearth1

You can find the packages using:

sudo apt-get upgrade

Otherwise you can also try:

sudo dpkg --configure -a

There are some more answers that might help you here.