In this post I will show you how you can set up a Fortran development environment in some easy steps in ubuntu Linux.
GFORTRAN
Though there are many different Fortran compilers available for Linux systems; I will be installing gfortran (or GNUFortran), the Fortran compiler from GNU,( the custodian of many prominent and important free software). The reason for the choice is no other than its ease of installation and strong support from a prominent organization (GNU) in the Free and Open-Source software community.
Open your terminal on your Linux machine (shortcut for ubuntu systems => CTRL + Alt + T) and type the following command to first of all update your system software repositories:
sudo apt-get update
Then install gfortran:
sudo apt-get install gfortran
ALL DONE!!!
Happy Linux’NG!
Latest posts by ALEXANDER OMOROKUNWA (see all)
- Google’s Bard AI: ChatGPT Rival or The Next Frontier in AI and NLP Technology - February 8, 2023
- Google Introduces KataOS, as a Security-based Open-source Operating System - December 22, 2022
- The Latest GNOME 43, “Guadalajara”, Released See What’s New - October 19, 2022