Difference between revisions of "Lazarus release version for Ubuntu"

From Lazarus wiki
Jump to navigationJump to search
(Fixed Ubuntu install instructions)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Probably the bes way is
+
One might try:
  
     sudo aptitude install lazarus
+
     sudo apt install lazarus
  
In my case I also needed to
+
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.
 
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.
  

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.