$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Best Fortran IDE on Ubuntu

September 15, 2025 | By the+gnu+linux+evangelist.

GNU/Linux Ubuntu Fortran IDE Setup with Eclipse Photran or Code::Blocks

How to Install Best Fortran IDE on Ubuntu GNU/Linux desktop – Step by step Tutorial.

Learn how to install the best Fortran IDE on Ubuntu and start coding with full support for modern and legacy Fortran standards.

On Debian GNU/Linux, you can easily set up Eclipse Photran or Code::Blocks to build, run, and debug Fortran 77, 90, and 2003 projects.

This guide helps you configure a Fortran development environment on Ubuntu, with compiler integration, syntax highlighting, and project management.

Compare the main features of the best Fortran IDEs for Linux to choose the one that fits your Debian Fortran development needs.

  • Eclipse Photran – Advanced Fortran IDE built on Eclipse, supporting Fortran 77/90/95/2003, with syntax highlighting, refactoring, and powerful debugging tools.
  • Code::Blocks – Lightweight IDE with Fortran plugin support, easy project setup, cross-platform compatibility, and integration with GNU Fortran compilers.
  • Best Choice – Photran offers more features for large Fortran projects, while Code::Blocks is faster and easier for beginners or lightweight usage.

Finally, this Setup is valid for all others Ubuntu-based Distros like:

  • Linux Mint
  • Zorin OS
  • Lubuntu
  • Elementary OS
  • Kde Neon
  • Pop_OS!
  • Xubuntu
  • Linux Lite
  • Bodhi
  • Puppy
  • Kubuntu
  • LXLE
  • Trisquel
  • Voyager
  • feren OS
  • Peppermint
  • Linux Ultimate Edition
How to Install Best Fortran IDE on Ubuntu

Step-by-Step Installation Guides for Eclipse Photran and Code::Blocks on Ubuntu