Dale Scheetz:
...
   dpkg --unpack /path/*.deb
   Then configure them with:
   dpkg --configure --auto
   Finaly you install them using:
   dpkg --install --auto /path/*.deb
...


I think 
dpkg --install /path/*.deb
should suffice.

There are other ways of doing things, but this is the simplest to
describe and to remember.

-- 
Raul

Reply via email to