Difference between revisions of "Lazarus release version for Ubuntu"

From Free Pascal wiki
Jump to navigationJump to search
Line 1: Line 1:
Probably the bes way is
+
One might try:
  
 
     sudo aptitude install lazarus
 
     sudo aptitude install lazarus
  
In my case I also needed to
+
may be helpful to also run:
  
 
     sudo aptitude install fpc fpc-source lcl
 
     sudo aptitude install fpc fpc-source lcl
  
 +
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 03:26, 18 October 2017

One might try:

   sudo aptitude install lazarus

may be helpful to also run:

   sudo aptitude install fpc fpc-source lcl

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.