Difference between revisions of "Install on Fedora"

From Lazarus wiki
Jump to navigationJump to search
(Add page template, remove categories from page)
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
'''Please See [[Installing Lazarus on Linux]] - a page that covers most of what you need for most Linux Distributions.'''
 
'''Please See [[Installing Lazarus on Linux]] - a page that covers most of what you need for most Linux Distributions.'''
 
{{Warning|This page is substantially out of date and may be removed.}}
 
  
 
== Fedora 22 and newer ==
 
== Fedora 22 and newer ==
Line 9: Line 7:
 
  sudo dnf install lazarus
 
  sudo dnf install lazarus
  
The latest packages that are included by default on Fedora 29 are:
+
The latest packages that are included by default on Fedora 38 are:
  
* lazarus 1.8.4
+
* lazarus 2.2.6
* fpc 3.0.4
+
* fpc 3.2.2
  
 
== Fedora 21 and below ==
 
== Fedora 21 and below ==
Line 21: Line 19:
  
 
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:
 
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
 
* fpc-src
* fpc
 
 
* lazarus
 
* lazarus
  
 
Navigate to your download folder and install the packages in the following order:
 
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.2.2-1.x86_64.rpm
  sudo dnf install fpc-3.0.4-1.x86_64.rpm
+
  sudo dnf install fpc-src-3.2.2-1.x86_64.rpm
  sudo dnf install lazarus-2.0.0RC2-0.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.
 
  
[[Category:Fedora]]
+
Of course you need to replace the filenames in the example above with the files you downloaded before.
[[Category:Install]]
 

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.