Hello,
I try to install Lazarus following official instruction.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install fpc
After runing last line I get next massage:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies: fpc : Depends: fpc-2.6.0 (= 2.6.0-9+rpi1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I boot RPI to shell, I increase swap file to 600M, I install
sudo apt-get install binutils-dev
but no success.
Any idea?
Regards, Matija