動作環境
Ubuntu 14.04 LTS desktop amd64
Ubuntu 14.04は試用の目的で、VMwareにて簡易インストールでインストールしてみた。
次にgfortranをインストールしようとした。
参考 http://qiita.com/HirofumiYashima/items/6f4c69dfea0ea79707ec
sudo apt-get install gcc g++ gfortran
実行時に以下のエラーがでた。
E: Unable to locate package gfortran
以下を見つけた。
http://askubuntu.com/questions/292721/problem-installing-gfortran
`Community-maintained free and open-source software'のチェックはついていた。
以下を実行した。
sudo apt-get update && sudo apt-get upgrade
上記により140MBほどのダウンロードを実施。
sudo apt-get install gfortran
にてgfortranをインストールできた。