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

How to Install Eclipse Fortran IDE on Debian – Step by step

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

Install Eclipse + Photran Plugin on Debian for Fortran Support Guide

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

Learn how to set up Eclipse Fortran IDE on Debian with the Photran plugin for smooth coding in modern and legacy Fortran projects.

This guide covers installing Eclipse with Fortran support on Debian GNU/Linux, ideal for developers, students, and scientific computing.

Follow our step by step Debian Eclipse Fortran setup to enable the Photran plugin and start compiling, running, and debugging Fortran code.

Here are the main Features of Eclipse Photran Fortran IDE that make it a powerful and reliable choice for Fortran programming on Debian and other GNU/Linux systems.

  • Full Fortran Development Environment inside Eclipse
  • Supports Fortran 77, 90, 95, 2003, 2008 syntax
  • Syntax Highlighting and intelligent code editor
  • Code Navigation with outline view and search tools
  • Refactoring Tools such as rename and extract procedure
  • Integrated Build Management with Makefile or Managed Builds
  • Error Markers and problem view for compiler messages
  • Debugging Support through gdb integration
  • Cross-platform: runs on Linux, macOS, Windows

Moreover, this guide includes detailed instructions about to Getting Started with Eclipse Photran on Debian.

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

  • Kali
  • MX Linux
  • Deepin
  • Parrot
  • antiX
  • SparkyLinux
  • Q4OS
  • Vanilla OS
  • Netrunner
  • Voyager Debian
  • MakuluLinux
  • Elive
  • LMDE
  • Devuan
How to Install Eclipse Fortran IDE on Debian – Step by step
  1. 1. Installing Eclipse IDE

    How to Install Eclipse IDE on Debian

    Eclipse IDE Debian Setup Guide
  2. 2. Installing Fortran Compiler

    Now to Install Fortran Compiler for Debian
    Play:

    sudo apt install gfortran
    If Got “User is Not in Sudoers file” then see: How to Enable sudo

Contents