I can't install libgfortran3 on ubuntu -


i tried install libgfortran3 on ubuntu:

sudo apt-get install libgfortran3 

but there error not understand:

the following packages have unmet dependencies: libgfortran3 : depends: gcc-4.8-base (= 4.8.2-10ubuntu2)    4.8.2-19ubuntu1 installed e: unable correct problems, have held broken packages. 

how can fix it?

suggestion:

  1. install "best" gcc available: sudo apt-get install gcc.

    <= should install "4.8.2-19ubuntu1"

  2. then install "libgfortran3" "-force": sudo apt-get -f install libgfortran3.

    <= libfortran apparantly "expecting" gcc 4.8.2-10. shouldn't problem...

  3. make sure works.

please post if have problems or questions.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -