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
Debian removes FPC/Lazaru...
by
valdir.marcos
[
Today
at 12:10:57 pm]
Is it possible to create ...
by
LeP
[
Today
at 12:00:05 pm]
Anyone else getting a tro...
by
RaketeMike
[
Today
at 11:18:08 am]
[AGGPas] Difference betwe...
by
Graeme
[
Today
at 11:04:15 am]
StrMath.pas a String Numb...
by
valdir.marcos
[
Today
at 10:39:09 am]
TurboBird IBX
by
valdir.marcos
[
Today
at 10:38:16 am]
Delphi Magazine issues 1-...
by
valdir.marcos
[
Today
at 10:37:33 am]
Datatype of Fields in sql...
by
Zvoni
[
Today
at 08:53:09 am]
We are starting to use La...
by
dbannon
[
Today
at 06:25:04 am]
Fast Canvas Library V1.05...
by
backprop
[
Today
at 03:19:31 am]
TurboBird for FireBird 5
by
maurog
[
Today
at 02:28:10 am]
Status of FPC 3.4.0 or FP...
by
Graeme
[
Today
at 01:53:52 am]
lazarus structure
by
crownfield
[
Today
at 12:28:23 am]
LazSerial not found
by
CM630
[February 16, 2026, 10:00:08 pm]
Duplicated icon in the Wi...
by
n7800
[February 16, 2026, 09:31:22 pm]
"PPU file isn't found by ...
by
Martin_fr
[February 16, 2026, 09:29:59 pm]
Reporting a Bug? in Strin...
by
Bart
[February 16, 2026, 06:47:13 pm]
[ANN] fpGUI Toolkit v2.0....
by
cdbc
[February 16, 2026, 06:45:05 pm]
Free Pascal for a small e...
by
devEric69
[February 16, 2026, 06:13:48 pm]
Onguard Win64
by
AgriMensor
[February 16, 2026, 05:55:41 pm]
Duplicate identifier erro...
by
Martin_fr
[February 16, 2026, 04:03:10 pm]
Frustrating Error When us...
by
TYDQ
[February 16, 2026, 02:50:02 pm]
[AGGPas] Usage of scale m...
by
Roland57
[February 16, 2026, 11:33:08 am]
makefiles
by
valdir.marcos
[February 16, 2026, 11:24:17 am]
ThorVG - test (lightweigh...
by
valdir.marcos
[February 16, 2026, 11:19:41 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Ubuntu Lazarus install (Read 7099 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