[fpc-pascal] Installing *.deb Packages

Henry Vermaak henry.vermaak at gmail.com
Fri Jul 1 13:22:58 CEST 2011


On 01/07/11 12:06, Rainer Stratmann wrote:
> I downloaded some *.deb packages from here:
> http://sourceforge.net/projects/lazarus/files/Lazarus%20Linux%20i386%20DEB/Lazarus%200.9.30/
> and wanted to install with
> dpkg -i *.deb
>
> There was an error libc6-dev not found. (crosscompile package).
> Where can I get this deb package?

dpkg should have marked that dependency as broken, so you should be able 
to use:

apt-get -f install

to install the necessary packages from the repo.  then try dpkg -i ... 
again.

Henry



More information about the fpc-pascal mailing list