Hi

Le 11/10/11 13:15, karunakar medamoni a écrit :
> 
> Hello.
> 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 .
> 

aptitude -f install

will install the dependencies of the packages you installed with dpkg -i.

Example:
dpkg -i my_own_package_1-1_i386.deb
aptitude -f install

Regards, Thibaut.


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e942eb5.7000...@free.fr

Reply via email to