Skip to main content

Download

Install Lazarus IDE or FreePascal compiler using your preferred package manager:

info

Note: Lazarus IDE includes the FreePascal compiler. If you only need the compiler for command-line compilation, you can install FreePascal separately.

Lazarus IDE

View packaging status across distributions

Packaging status

Ubuntu/Debian

sudo apt-get update
sudo apt-get install lazarus

Fedora

sudo dnf install lazarus

Arch Linux

sudo pacman -S lazarus

FreePascal Compiler

View packaging status across distributions

Packaging status

Ubuntu/Debian

sudo apt-get update
sudo apt-get install fpc

Fedora

sudo dnf install fpc

Arch Linux

sudo pacman -S fpc