Difference between revisions of "Lazarus release version for Ubuntu"

From Free Pascal wiki
Jump to navigationJump to search
(Add page template, remove categories from page)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
{{Lazarus release version for Ubuntu}}
 +
 
One might try:
 
One might try:
  
     sudo aptitude install lazarus
+
     sudo apt install lazarus
  
 
may be helpful to also run:
 
may be helpful to also run:
  
     sudo aptitude install fpc fpc-source lcl
+
     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.
 
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.