Install Lazarus IDE 15.10 In Ubuntu 1.6
The Lazaurs editor is powerful and supports Code Completion, Automatic completion, template editing, multi-line Indent comments, and batch change the words in the code after code selection!
Lazarus supports multiple operating systems, Windows, and several Linux distributions, including Ubuntu 15.10 and Mac OS X. Lazarus is easily installed in various Linux distributions.
When compiling IDE with Lazarus, the control in the synedit label is used for highlighting. freepascal: // wiki. lazarus, an open-source alternative to delphi. FreeBSD. freepascal is supported. In addition, you can download the source code of lazarus for learning. Applications created using Lazarus can also be easily transplanted to multiple operating systems, especially graphic interface applications. Lazarus is highly compatible with Delphi. Lazarus is an integrated development environment (IDE) based on the Free Pascal Object Pascal language ).
Next let's take a look at how to install the latest Lazarus IDE 15.10 In Ubuntu 1.6.
The environment in this article is 32-bit Ubuntu 15.10, so the 32-bit Lazarus IDE 1.6 is downloaded.
First download Lazarus 1.6, see
Start lazarus_1.6-0_i386.deb installation:
Bkjia @ bkjia :~ /Download $ sudo gdebi lazarus_1.6-0_i386.deb
[Sudo] bkjia password:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
Tip:
This package cannot be installed
Dependency is not satisfiable: fpc (> = 3.0.0) | fp-compiler (> = 3.0.0)
Bytes --------------------------------------------------------------------------------------
First install fpc_3.0.0-151205_i386.deb:
Bkjia @ bkjia :~ /Download $ sudo gdebi fpc_3.0.0-151205_i386.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
Free Pascal Compiler
Freepascal is a free 32/64 bit Pascal Compiler. It comes with
Run-time library fully compatible with Turbo Pascal 7.0 and nearly
Delphi compatible. Some extensions are added to the language, like
Function overloading. Shared libraries can be linked. This package
Contains commandline compiler and utils. Provided units are
Runtime library (RTL), free component library (FCL) and bindings
For among others gtk1, gtk2, ncurses, zlib, mysql, ipvs and
Ibase.
Do you want to install this software package? [Y/N]:
Bytes --------------------------------------------------------------------------------------
Then install fpc-src_3.0.0-151205_i386.deb:
Bkjia @ bkjia :~ /Download $ sudo gdebi fpc-src_3.0.0-151205_i386.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
Free Pascal Sources
The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible
32/64 bit Object Pascal Compiler. It comes with fully TP 7.0
Compatible run-time library.
Some extensions are added to the language, like function overloading. Shared
Libraries can be linked and created. Basic Delphi support is already
Implemented (classes, exceptions, ansistrings). This package contains
Sources for the compiler, the rtl, fcl and packages.
Do you want to install this software package? [Y/N]:
Bytes --------------------------------------------------------------------------------------
The official installation of Lazarus IDE 1.6 is started as follows:
Bkjia @ bkjia :~ /Download $ sudo gdebi lazarus_1.6-0_i386.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
Install the following software packages: debhelper gir1.2-gtk-2.0 gtk2-engines-pixbuf libatk1.0-dev libcairo-script-interpreter2 libcairo2-dev libexpat1-dev libfontconfig1-dev libfreetype6-dev libgail-common libgail18 libgdk-pixbuf2.0-dev libglib2.0-dev libgtk2.0-0 libgtk2.0-bin libgtk2.0-dev ready-dev libharfbuzz-gobject0 libice-libdev mail-sendmail -perl libpango1.0-dev libpcre3-dev libpcre32-3 libpixman-1-dev libpcrecpp0v5 libpng12-0 libpng12-dev libpthread-stubs0-dev libx11-dev libsm-dev libsys-hostname-long-perl libx11-doc libxcb-render0-dev libxau-dev libxcb-shm0-dev libxcb1-dev libxcomposite-dev libxcursor-dev xlibdamage-dev libxdmcp -dev libxext-dev libxfixes-dev libxft-dev libxi-dev libxinerama-dev libxrandroid-dev libxrender-dev po-debconf x11proto-composite-dev x11proto-core-dev x11proto-damage-dev x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev x11proto-render-dev xorg-sgml- doctools xtrans-dev zlib1g-dev
RAD tool for freepascal
Lazarus is a free and opensource IDE and RAD tool for Free Pascal using
Lazarus component library LCL. The LCL is already ded in this package too.
See http://www.lazarus.freepascal.org
Do you want to install this software package? [Y/N]:
Open and check:
Ubuntu 13.04 normally starts Lazarus 1.0.8
How Lazarus becomes XE Interface
Basic Introduction to Lazarus IDE
Lazarus development platform executable program optimization method after compilation
For details about Lazarus IDE, click here
Lazarus IDE: click here