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:
install "best" gcc available:
sudo apt-get install gcc.<= should install "4.8.2-19ubuntu1"
then install "libgfortran3" "-force":
sudo apt-get -f install libgfortran3.<= libfortran apparantly "expecting" gcc 4.8.2-10. shouldn't problem...
- make sure works.
please post if have problems or questions.
Comments
Post a Comment