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 [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

