...
Otherwise, open a terminal, cd to where you download them, then just: sudo dpkg -i *.deb. Essentially, that's what GDebi does, so it's the same as the previous step[/li][/list]
Sadly, no. dpkg does not resolve dependencies and most clean installs of Ubuntu will need some. I am no sure if
sudo apt install *.deb <enter>
will work, need to test. But I suggest its not a great idea to install things
as root with a wildcard. Better, in my opinion, to name each of the three files on the sudo apt command line. Not as hard as it sounds, first, after the down load, go to the download directory, probably /home/YOUR_USERNAME/downloads, and do a
to view the files, noting, perhaps that the three we expect are there. Then, type
(and a space but not Enter yet) and add the correct file names, one by one, by either -
- copy the names by just selecting one with the mouse and then clicking the mouse middle button, add a space and do the next one ...
or
- start typing one of the names, press tab and see if the OS has enough information to fill in the command line for you, if so, add a space and do the next one, if not, type more of the file name, tab ...
Then, and only then, add the <enter> !The above sounds a bit pedantic but a new linux user needs to start off with good habits, a wild card install from the downloads directory is not a good idea.
David
A lot of this is explained in the wiki page, installing Lazarus on Linux, it really does not matter which Linux or which version of Linux you are using. See
https://wiki.freepascal.org/Installing_Lazarus_on_LinuxAnd Leledumbo is definitely right, if you are going to use linux in any more then the most superficial way, you need to use the command line. You will soon be doing what I wrote above in far less time than it takes to read my instructions ....
David