Difference between revisions of "Install on Ubuntu"

From Lazarus wiki
Jump to navigationJump to search
(Point user to standard Linux Lazarus Install Page, this one is out of date.)
Line 13: Line 13:
 
On Ubuntu FPC 3.0.4 will be installed in <tt>/usr/bin</tt> while Lazarus 2.0.6 will be installed in <tt>~/.lazarus</tt>
 
On Ubuntu FPC 3.0.4 will be installed in <tt>/usr/bin</tt> while Lazarus 2.0.6 will be installed in <tt>~/.lazarus</tt>
  
==Old Ubuntu releases==
+
== from .deb ==
* [[Install on Ubuntu 11.10]]
+
Install a specific lazarus version from .deb:
 +
sudo apt install gdebi
 +
sudo gdebi lazarus-project_2.0.12-0_amd64.deb
  
==See also==
 
* [[Install on Ubuntu from .deb files]]
 
  
 
[[Category:Ubuntu]]
 
[[Category:Ubuntu]]
 
[[Category:Install]]
 
[[Category:Install]]

Revision as of 13:04, 6 June 2021

Logo-ubuntu cof-orange-hex.svg

This article applies to Ubuntu only.

See also: Multiplatform Programming Guide

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

The easiest way to install lazarus and corresponding versions of FPC is by means of the Ubuntu Software Center that will install the lazararus/fpc version that is supported by the Ubuntu version.

apt-get install lazarus

15.10

On Ubuntu 15.10 Lazarus 1.4.0 / FPC 2.6.4 will be installed.

20.04

On Ubuntu FPC 3.0.4 will be installed in /usr/bin while Lazarus 2.0.6 will be installed in ~/.lazarus

from .deb

Install a specific lazarus version from .deb:

sudo apt install gdebi
sudo gdebi lazarus-project_2.0.12-0_amd64.deb