Difference between revisions of "Lazarus release version for Ubuntu"

From Lazarus wiki
Jump to navigationJump to search
(Fixed Ubuntu install instructions)
Line 1: Line 1:
 
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.

Revision as of 10:41, 4 July 2019

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.