Recent

Author Topic: Ubuntu Lazarus install  (Read 7057 times)

Wok

  • New member
  • *
  • Posts: 8
    • Woksoft
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

falu

  • Newbie
  • Posts: 6
  • frantic
    • Falu.me
Re: Ubuntu Lazarus install
« Reply #1 on: June 28, 2011, 09:59:34 am »
sudo apt-get install lazarus

lainz

  • Guest
Re: Ubuntu Lazarus install
« Reply #2 on: July 03, 2011, 11:43:13 pm »
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 »

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))

Blaazen

  • Hero Member
  • *****
  • Posts: 3241
  • POKE 54296,15
    • Eye-Candy Controls
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
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.

 

TinyPortal © 2005-2018