I have downloaded *.deb files from Lazarus homepage and used
sudo dpkg -i *.deb
in Lazarus folder. It did install, but couldn't run due to error saying:
No Lazarus executable in usr/lib/lazarus/0.9.30.2/lazarus
So I removed it, and tried to install Lazarus from software manager and with
sudo apt-get install lazarus
Both with no success. I get following error (translating to english):
lazarus: requires: lazarus-ide (>=0.9.28.2-8ubuntu1)
E: Packages are damaged
What should I do?
Thanks in advance, Regards