Difference between revisions of "Lazarus release version for Ubuntu"

From Lazarus wiki
Jump to navigationJump to search
(Deleting disfunct instructions)
(Add page template, remove categories from page)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Probably the bes way is
+
{{Lazarus release version for Ubuntu}}
  
    sudo aptitude install lazarus
+
One might try:
  
 +
    sudo apt install lazarus
  
 +
may be helpful to also run:
 +
 +
    sudo apt install fpc fpc-source lcl
 +
 +
which works for Ubuntu 18.04 at least.
 +
 +
Additional, parallel installs with [[fpcupdeluxe]] might not work after this, unless old installs are purged.
 
Note: This page contained (see history) different outdated info which does not work anymore.
 
Note: This page contained (see history) different outdated info which does not work anymore.
 
[[Category:Ubuntu]]
 
[[Category:Install]]
 
[[Category:Lazarus]]
 
[[Category:Linux]]
 

Latest revision as of 03:22, 12 November 2021

English (en) polski (pl)

One might try:

   sudo apt install lazarus

may be helpful to also run:

   sudo apt install fpc fpc-source lcl

which works for Ubuntu 18.04 at least.

Additional, parallel installs with fpcupdeluxe might not work after this, unless old installs are purged. Note: This page contained (see history) different outdated info which does not work anymore.