[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Fwd: installing dependencies along with deb package



Hi!

Am 11.10.2011 13:15, schrieb karunakar medamoni:

> This is karunakar. I was developed one package. i want convert that
> package into deb package. i was created deb package with my source code.
> i got the error when i install that package. it saying this package
> needs apache2  package . how can i install dependencies which are
> mentioned in control  file. i need to install all packages which are
> required and mentioned in  control file at the time of deb package
> installation automatically .

Try "debi" from the devscripts package:

are@pc2177:~$ debi --help|grep depends
    --with-depends    Install packages with their depends.

are@pc2177:~$ dpkg -S $(which debi)
devscripts: /usr/bin/debi


Best regards,
  Alexander


Reply to: