Have recently installed lazarus on linux lite which is debian-ubuntu based by downloading the three deb files from sourceforge
lazarus-project_2.0.12-0_amd64.deb
fpc-laz_3.2.0-1_amd64.deb
fpc-src_3.2.0-1_amd64.deb
using synaptioc to install GNU Debugger (gdb)
then installing the above deb files using sudo dpkg -i *
Lazarus works, using fpc from the command line works and and the retro but lovely fp ide works ie everything compiles.
As to the point of the post, my other attempts at installation using mainly the distros ‘software centre’ or pakage manager have not been entirely successful leading to compile errors: can’t find system file or can’t find CRT or warning did you forget -T?
Lazarus/free pascal is a fantastic asset for linux either for command line utilities or something more gui based but it would be a pity if inexperienced users were put off by unsuccessful installs. So efforts by the community to make the install foolproof would be great.