PDA

View Full Version : [ubuntu] how to add configuration command to install deb package using apt-get



pegasusmd
July 13th, 2008, 03:02 AM
Hi all,

I need to configure a deb package with some options(eg. -fPIC)
I can use apt-get install to install directly but dont know where to add this options.

how can I use apt-get to configure like this?

or are there other ways to do this and then install.

Thanks,

Dan

logos34
July 13th, 2008, 05:22 AM
Use dpkg

see

man dpkg

dpkg [options] action

sudo dpkg -i[other options] whatever.deb