Install on Fedora

From Free Pascal wiki
Revision as of 09:09, 19 December 2018 by Dubst3pp4 (talk | contribs)
Jump to navigationJump to search
Fedora icon (2021).svg

This article applies to Fedora only.

See also: Multiplatform Programming Guide

Fedora 22 and newer

sudo dnf install lazarus

The latest packages that are included by default on Fedora 29 are:

  • lazarus 1.8.4
  • fpc 3.0.4

Fedora 21 and below

sudo yum install lazarus

Install latest packages

Download the latest RPM packages from SourceForge. You need to download the appropriate packages for:

  • fpc-src
  • fpc
  • lazarus

Navigate to your download folder and install the packages in the following order:

sudo dnf install fpc-src-3.0.4-1.x86_64.rpm
sudo dnf install fpc-3.0.4-1.x86_64.rpm
sudo dnf install lazarus-2.0.0RC2-0.x86_64.rpm

Of course you need to replace the filenames in the example above with the files you downloaded before.