Lazarus
Programming => Operating Systems => Linux => Topic started by: majid.ebru on February 14, 2018, 12:17:45 am
-
Hi
i install "ubuntu-16.04-desktop-i386 " in VirtualBox.
and then i download "lazarus-project_1.6.4-0_i386.deb" and copy that in desktop of Ubuntu.
when i double click on that , i see error.
what is my wrong?
Thank you
-
you must install fpc and fpc-source first
-
@majid.ebru
If you interested you can read my step-by-step Lazarus installation on Ubuntu:
https://forum.lazarus.freepascal.org/index.php/topic,39281.msg269012.html
-
thank you very much
i will read that
-
@majid.ebru
If you interested you can read my step-by-step Lazarus installation on Ubuntu:
https://forum.lazarus.freepascal.org/index.php/topic,39281.msg269012.html
Hi
i read your topic thank you
but i can't install yet
i download 3 file
-
and
-
and
-
@majid.ebru:
I'm a bit confused.
The first and last picture clearly state what dependency is missing. You need to install those dependencies.
The middle picture simply confirms what is already present.
-
I'm confused too %)
FPC_SRC installed but the other files doesn't installed?!?
i don't know about Linux
-
FPC_SRC installed but the other files doesn't installed?!?
That would be affirmative.
i don't know about Linux
Me neither ;)... but there is usually something named a package manager/installer that allows for additional packages to be installed. As shown in the post that handoko linked to, that seems to be apt for ubuntu.
You can use that to install additional packages. Make sure though to not use apt to install freepascal and/or lazarus (as that is the whole exercise that handoko shows us, to manually download and install those specific packages).
apt documentation (https://help.ubuntu.com/lts/serverguide/apt.html).
edit: some more documentation (https://help.ubuntu.com/community/AptGet/Howto?action=show&redirect=AptGet).
-
@majid.ebru
It seems you didn't fully read the step-by-step I wrote. There clearly mentions for Ubuntu 16.04 users should read:
http://forum.lazarus.freepascal.org/index.php/topic,39281.msg269112.html#msg269112
-
@Handoko:
oh, my bad. I did not realize gdebi was able to take care of dependencies (automatically) as well.
@majid.ebru:
follow handoku's steps. Mine are a bit off with regards to handoko's step by step instructions.