| | 7 | |
| | 8 | t was simple to install on ubuntu: |
| | 9 | |
| | 10 | {{{ |
| | 11 | [dkg@metis ~]$ sudo apt-get install gfortran{,-doc} |
| | 12 | Reading package lists... Done |
| | 13 | Building dependency tree... Done |
| | 14 | The following extra packages will be installed: |
| | 15 | gfortran-4.0 gfortran-4.0-doc libgfortran0 libgfortran0-dev libgmp3c2 libgmpxx3 |
| | 16 | The following NEW packages will be installed: |
| | 17 | gfortran gfortran-4.0 gfortran-4.0-doc gfortran-doc libgfortran0 libgfortran0-dev libgmp3c2 libgmpxx3 |
| | 18 | 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. |
| | 19 | Need to get 104kB/3148kB of archives. |
| | 20 | After unpacking 7963kB of additional disk space will be used. |
| | 21 | Do you want to continue [Y/n]? |
| | 22 | Get:1 http://us.archive.ubuntu.com breezy/universe gfortran-4.0-doc 4.0.1-4ubuntu9 [104kB] |
| | 23 | Get:2 http://us.archive.ubuntu.com breezy/universe gfortran-doc 4.0.1-3 [798B] |
| | 24 | Fetched 104kB in 0s (121kB/s) |
| | 25 | |
| | 26 | Preconfiguring packages ... |
| | 27 | Selecting previously deselected package libgfortran0. |
| | 28 | (Reading database ... 65024 files and directories currently installed.) |
| | 29 | Unpacking libgfortran0 (from .../libgfortran0_4.0.1-4ubuntu9_i386.deb) ... |
| | 30 | Selecting previously deselected package libgfortran0-dev. |
| | 31 | Unpacking libgfortran0-dev (from .../libgfortran0-dev_4.0.1-4ubuntu9_i386.deb) ... |
| | 32 | Selecting previously deselected package libgmpxx3. |
| | 33 | Unpacking libgmpxx3 (from .../libgmpxx3_4.1.4-10ubuntu1_i386.deb) ... |
| | 34 | Selecting previously deselected package libgmp3c2. |
| | 35 | Unpacking libgmp3c2 (from .../libgmp3c2_4.1.4-10ubuntu1_i386.deb) ... |
| | 36 | Selecting previously deselected package gfortran-4.0. |
| | 37 | Unpacking gfortran-4.0 (from .../gfortran-4.0_4.0.1-4ubuntu9_i386.deb) ... |
| | 38 | Selecting previously deselected package gfortran. |
| | 39 | Unpacking gfortran (from .../gfortran_4.0.1-3_i386.deb) ... |
| | 40 | Selecting previously deselected package gfortran-4.0-doc. |
| | 41 | Unpacking gfortran-4.0-doc (from .../gfortran-4.0-doc_4.0.1-4ubuntu9_all.deb) ... |
| | 42 | Selecting previously deselected package gfortran-doc. |
| | 43 | Unpacking gfortran-doc (from .../gfortran-doc_4.0.1-3_i386.deb) ... |
| | 44 | Setting up libgfortran0 (4.0.1-4ubuntu9) ... |
| | 45 | |
| | 46 | Setting up libgfortran0-dev (4.0.1-4ubuntu9) ... |
| | 47 | Setting up gfortran-4.0-doc (4.0.1-4ubuntu9) ... |
| | 48 | |
| | 49 | Setting up gfortran-doc (4.0.1-3) ... |
| | 50 | Setting up libgmp3c2 (4.1.4-10ubuntu1) ... |
| | 51 | |
| | 52 | Setting up libgmpxx3 (4.1.4-10ubuntu1) ... |
| | 53 | |
| | 54 | Setting up gfortran-4.0 (4.0.1-4ubuntu9) ... |
| | 55 | Setting up gfortran (4.0.1-3) ... |
| | 56 | |
| | 57 | [dkg@metis ~]$ |
| | 58 | }}} |