Difference between revisions of "Install on Fedora"

From Lazarus wiki
Jump to navigationJump to search
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Platform only|Fedora|Fedora|Fedora}}
+
{{Install on Fedora}}
Install [[lazarus]] on Fedora is easy:
 
yum install lazarus
 
  
However, on fedora 23 lazarus 1.4/fpc 2.6 will be installed instead of lazarus 1.6/ FPC 2.
+
'''Please See [[Installing Lazarus on Linux]] - a page that covers most of what you need for most Linux Distributions.'''
  
[[Category:Redhat]]
+
== Fedora 22 and newer ==
[[Category:Install]]
+
 
 +
sudo dnf install lazarus
 +
 
 +
The latest packages that are included by default on Fedora 38 are:
 +
 
 +
* lazarus 2.2.6
 +
* fpc 3.2.2
 +
 
 +
== Fedora 21 and below ==
 +
 
 +
sudo yum install lazarus
 +
 
 +
== Install latest packages ==
 +
 
 +
Download the [https://sourceforge.net/projects/lazarus/files/Lazarus%20Linux%20x86_64%20RPM latest RPM packages from SourceForge]. You need to download the appropriate packages for:
 +
* fpc
 +
* fpc-src
 +
* lazarus
 +
 
 +
Navigate to your download folder and install the packages in the following order:
 +
 
 +
sudo dnf install fpc-3.2.2-1.x86_64.rpm
 +
sudo dnf install fpc-src-3.2.2-1.x86_64.rpm
 +
sudo dnf install lazarus-2.2.6-0.x86_64.rpm
 +
 
 +
Of course you need to replace the filenames in the example above with the files you downloaded before.

Latest revision as of 18:47, 18 April 2023

English (en) polski (pl)

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

Fedora 22 and newer

sudo dnf install lazarus

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

  • lazarus 2.2.6
  • fpc 3.2.2

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
  • fpc-src
  • lazarus

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

sudo dnf install fpc-3.2.2-1.x86_64.rpm
sudo dnf install fpc-src-3.2.2-1.x86_64.rpm
sudo dnf install lazarus-2.2.6-0.x86_64.rpm

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