Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Problem with sumo installation on Ubuntu 15.10

This is more of a general ubuntu problem. I'd advise on upgrading your distro.
You could also try aptitude as it supposedly deals better with these kinds of problems.
sudo apt-get install aptitude
sudo aptitude install <packages>

Also, googling for how to deal with "held broken packes" may help.

Am Do., 13. Dez. 2018 um 09:27 Uhr schrieb Rishu Chhabra <rishuchh@xxxxxxxxx>:
Hi,

I am trying to install Sumo on Ubuntu 15.10 and ran this command:

sudo apt-get install libproj-dev proj-bin proj-data  libtool libgdal1-dev libxerces-c3-dev libfox-1.6-0 libfox-1.6-dev libopenscenegraph-dev openscenegraph


Got this error message
The following packages have unmet dependencies:
 libfox-1.6-dev : Depends: libgl1-mesa-dev but it is not going to be installed
                  Depends: libglu1-mesa-dev but it is not going to be installed
                  Depends: libtiff5-dev but it is not going to be installed or
                           libtiff-dev
                  Depends: libcups2-dev but it is not going to be installed
 libgdal1-dev : Depends: libgdal-dev but it is not going to be installed
 libopenscenegraph-dev : Depends: libgl1-mesa-dev but it is not going to be installed or
                                  libgl-dev
                         Depends: libglu-dev
E: Unable to correct problems, you have held broken packages.

Kindly help!!


Thanks and Regards
Rishu Chhabra
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top