Op 12 maart 2012 11:08 heeft Paul Parkyn <[email protected]> het volgende geschreven: > Hello, I've downloaded the tar deb files from sourceforge and when untarred, > there are two files with similar names as follows: for instance > fpc_2.6.0-1_all.deb and fpc-2.6.0_2.6.0-1_all.deb the same happens with the > lazarus files. > > My question is how to proceed with installation? > > Do I have to install all the files named like this fpc_2.6.0-1_all.deb first > then install all the other files named like this fpc-2.6.0_2.6.0-1_all.deb > and then do the same for lazarus.
I think you extract both deb tars and then run: sudo dpkg -i *.deb. Vincent -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
