DEV Community

Alexander Omorokunwa
Alexander Omorokunwa

Posted on • Originally published at fossnaija.com on

3 2

How to Install Fortran Compiler in Linux

gnufortran image banner

In this post I will show you how you can set up a Fortran development environment in some easy steps in ubuntu Linux.

GFORTRAN

gfortran man page

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 terminalon 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!

The post How to Install Fortran Compiler in Linux appeared first on Foss Naija.

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay