Yeah, try to apt-get it.

You can search for the available packages like this:

apt-get update
apt-cache search fpc lazarus

Then you'll get a list of packages and you cann install them like this:
apt-get install <Packagename>