Difference between revisions of "Install on Fedora"

From Free Pascal wiki
Jump to navigationJump to search
(Add page template, remove categories from page)
m (Remove categories now in page template)
Line 31: Line 31:
 
  sudo dnf install lazarus-2.0.0RC2-0.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.  
+
Of course you need to replace the filenames in the example above with the files you downloaded before.
 
 
[[Category:Fedora]]
 
[[Category:Install]]
 

Revision as of 03:30, 12 November 2021

English (en) polski (pl)

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

Warning-icon.png

Warning: 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.