# To install the app:
sudo apt update
apt install fpc
# To prevent "Can't find unit system" error:
sudo ln -s /usr/lib/x86_64-linux-gnu/fpc /usr/lib/fpc
Done.
Now run, the editor:
fp
To complie an app from source code:
fpc hello_world.pas