Leonardo M. Ramé schreef:
This is the script:

#!/bin/sh
gpg --keyserver hkp://pgp.mit.edu:11371 --recv-keys 6A11800F
gpg --export 6A11800F | apt-key add -
echo "deb http://www.hu.freepascal.org/lazarus/ lazarus-testing
universe" /etc/apt/sources.list.d/lazarus.list
apt-get update
apt-get install lazarus

I don't know much about the deb packaging system and apt-get, but I think you need to do apt-get install to install lazarus and apt-get upgrade to upgrade lazarus.

Vincent
Sorry, by reading the instructions in
http://wiki.lazarus.freepascal.org/Getting_Lazarus#Getting_Lazarus_from_our_Ubuntu_repository it's explained that this script was created to get the stable version.

replacing
apt-get install lazarus
by
apt-get upgrade lazarus
didn't work?

To get, not to upgrade.

Well, I ended downloading the snapshots of Lazarus 0.9.29 and FPC 2.2.4
from http://www.hu.freepascal.org/lazarus/, and it looks really nice.
The only problem is it fails while trying to compile a simple program
that includes a couple of database components with this error:

registersqldb.pas(11,65) Fatal: Can't find unit registersqldb used by
SQLDBLaz

How to find out what is wrong is decribed in the wiki:
http://wiki.lazarus.freepascal.org/Unit_not_found_-_How_to_find_units

Vincent

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to