[fpc-pascal] Installing Lazarus on new Debian release

Rainer Stratmann RainerStratmann at t-online.de
Mon Jun 27 22:20:07 CEST 2011


How can I get Lazarus working on the new Debian release?

There is much information on the web and it seems like everybody says 
something different.

I have a script here which works for the past release of Debian, but I don't 
know if it is still working. And what are keys good for?


#!/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-stable universe" \
     >/etc/apt/sources.list.d/lazarus.list
 apt-get update
 apt-get install lazarus



More information about the fpc-pascal mailing list