Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Installation
»
Linux
»
Ubuntu Lazarus install
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Are the source files for ...
by
Derz
[
Today
at 05:12:27 pm]
[ANN] PasBuild 1.3.0 rele...
by
Graeme
[
Today
at 05:02:32 pm]
[ANN] fpGUI Toolkit v2.0....
by
Graeme
[
Today
at 04:45:27 pm]
fpGUI Toolkit v2.0.1 has ...
by
Graeme
[
Today
at 04:24:40 pm]
Frustrating Error When us...
by
jamie
[
Today
at 04:22:29 pm]
; after then
by
Curt Carpenter
[
Today
at 04:09:29 pm]
Help needed compiling
by
jamie
[
Today
at 03:58:08 pm]
Does not go out of functi...
by
Martin_fr
[
Today
at 03:43:52 pm]
Fast Canvas Library V1.05...
by
Gigatron
[
Today
at 01:54:59 pm]
We are starting to use La...
by
vincek
[
Today
at 01:31:28 pm]
How to start LAMW emulato...
by
RaketeMike
[
Today
at 12:44:46 pm]
ThorVG - test (lightweigh...
by
Antek
[
Today
at 12:35:09 pm]
Questions from a Windows ...
by
hedgehog
[
Today
at 12:20:15 pm]
[ANN] fpGUI Toolkit v2.0....
by
Fred vS
[
Today
at 11:43:13 am]
Free Pascal for a small e...
by
avra
[
Today
at 11:16:36 am]
[SOLVED] Lazreport Horizo...
by
Petrus Vorster
[
Today
at 08:03:05 am]
The Future of FPC
by
ALLIGATOR
[
Today
at 05:01:20 am]
Debian removes FPC/Lazaru...
by
kupferstecher
[February 13, 2026, 10:29:53 pm]
AVRPascal – free code edi...
by
ackarwow
[February 13, 2026, 10:08:59 pm]
Select rectangle of the i...
by
backprop
[February 13, 2026, 08:16:27 pm]
How to determine the unkn...
by
LV
[February 13, 2026, 07:37:32 pm]
how to enable multihelper...
by
mas steindorff
[February 13, 2026, 07:03:20 pm]
Lazarus/FreePascal Bug
by
Bart
[February 13, 2026, 06:27:28 pm]
Duplicated icon in the Wi...
by
w click
[February 13, 2026, 05:47:49 pm]
AdvancedHTTPServer: A Go-...
by
LeP
[February 13, 2026, 03:01:15 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Ubuntu Lazarus install (Read 7096 times)
Wok
New member
Posts: 8
Ubuntu Lazarus install
«
on:
June 28, 2011, 06:41:34 am »
Hello,
I'm a newbie linux user, but i will install lazarus on a virtual ubunu disk.
Can someone tell me i a few siple steps how to do that.
Thx will be great.
Peter
Logged
falu
Newbie
Posts: 6
frantic
Re: Ubuntu Lazarus install
«
Reply #1 on:
June 28, 2011, 09:59:34 am »
sudo apt-get install lazarus
Logged
lainz
Guest
Re: Ubuntu Lazarus install
«
Reply #2 on:
July 03, 2011, 11:43:13 pm »
Quote from: falu on June 28, 2011, 09:59:34 am
sudo apt-get install lazarus
What version of lazarus is installed with this command?
Edit: this install lazarus 0.9.28.2-12 fpc 2.4.0 in ubuntu 11.04 spanish
«
Last Edit: July 03, 2011, 11:57:20 pm by lainz
»
Logged
Martin V
Full Member
Posts: 139
Re: Ubuntu Lazarus install
«
Reply #3 on:
July 12, 2011, 02:01:29 pm »
And how can I install a current snapshot version on Ubuntu Linux?
I have deleted the old Lazarus/fp installation by using Synaptik Package program.
I have downloaded:
lazarus-0.9.31.31635-20110710.i386.deb.tar
and
fpc-2.4.4.1.i386.deb.tar
I have unpacked the containing 64 deb files to a temporary directory. Double clicking to one of the files nearly always generates an error message: (I try to translate to english)
Error: incorrect dependencies
(original german: Fehler: Abhängigkeit kann nicht erfüllt werden: fp-ide-2.4.4 (= 2.4.4-1))
Logged
Blaazen
Hero Member
Posts: 3241
POKE 54296,15
Re: Ubuntu Lazarus install
«
Reply #4 on:
July 12, 2011, 02:17:06 pm »
You can hardly find the problem when you double-click. Rather go to console and type something like:
Code:
[Select]
dpkg -i fpc-2.4.4.1.i386.deb
OK, maybe with 'sudo'. You will know more (missing dependencies etc.).
Last time I used "one big file" (on 64-bit Linux). It also worked well. Only unpack 'tar' and type 'sh install.sh' (or 'sudo sh install.sh').
http://www.freepascal.org/down/i386/linux-austria.var
Logged
Lazarus 2.3.0 (rev main-2_3-2863...) FPC 3.3.1 x86_64-linux-qt Chakra, Qt 4.8.7/5.13.2, Plasma 5.17.3
Lazarus 1.8.2 r57369 FPC 3.0.4 i386-win32-win32/win64 Wine 3.21
Try Eye-Candy Controls:
https://sourceforge.net/projects/eccontrols/files/
Martin V
Full Member
Posts: 139
Re: Ubuntu Lazarus install
«
Reply #5 on:
July 13, 2011, 06:25:22 pm »
Thank you for the "dpkg -i" command hint. Using a joker character solves the dependency problem:
Code:
[Select]
dpkg -i fp*.deb
After updating the old wrong path names in Tools- Options by hand, all seems to work fine.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Installation
»
Linux
»
Ubuntu Lazarus install
TinyPortal
© 2005-2018