Install on Fedora

From Lazarus wiki
Revision as of 03:27, 17 January 2021 by Dbannon (talk | contribs) (Point user to standard Linux Lazarus Install Page, this one is out of date.)
Jump to navigationJump to search
Fedora icon (2021).svg

This article applies to Fedora only.

See also: Multiplatform Programming Guide

Please See Installing Lazarus on Linux - a page that covers most of what you need for most Linux Distributions.

This page is substantially out of date and may be removed.

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.