A voir également:
- Installation Fortran
- Installation windows 10 sans compte microsoft - Guide
- Installation chromecast - Guide
- Installation clavier arabe - Télécharger - Divers Web & Internet
- Installation calculatrice - Télécharger - Calcul & Conversion
- Installation google earth - Télécharger - 3D
1 réponse
Pour trouver le paquet approprié, tu peux faire une recherche avec apt-cache :
Donc je dirais :
Le compilateur semble s'appeler f2c ou fc :
Quelques compléments ici :
http://doc.ubuntu-fr.org/fortran
Bonne chance
(mando@silk) (~) $ apt-cache search g77 f2c - FORTRAN 77 to C/C++ translator ratfor - Rational Fortran preprocessor for Fortran 77
Donc je dirais :
sudo apt-get update sudo apt-get upgrade sudo apt-get install f2c
Le compilateur semble s'appeler f2c ou fc :
(mando@silk) (~) $ apt-file list f2c | grep bin f2c: /usr/bin/f2c f2c: /usr/bin/fc
Quelques compléments ici :
http://doc.ubuntu-fr.org/fortran
Bonne chance