On 04/01/2016 10:35 PM, Martin Landa wrote: > I tried to install GRASS on fresh Ubuntu 15.10 (UbuntuGIS, derived > from debian packaging) installation. It ends with unmet dependencies, > probably something wrong in control file? > > The following packages have unmet dependencies: > grass : Depends: grass-core but it is not going to be installed > Depends: grass-gui but it is not going to be installed > E: Unable to correct problems, you have held broken packages.
Try `aptitude install grass`, that should give a better explanation why the dependencies aren't going to be installed. You should also inspect which versions are available from the various repositories: apt-cache show grass grass-core grass-gui | \ egrep "^(Package|Version|Depends):|^$" Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1
