On Thursday 06 July 2006 13:07, Kamaraju Kusumanchi wrote: > Consider the following example > > The dependencies on privoxy are given by > > $apt-cache depends privoxy > privoxy > Depends: libc6 > Depends: libpcre3 > Depends: logrotate > Depends: adduser > Recommends: doc-base > > Now whenever I am upgrading privoxy, I would like apt-get (or aptitude or > whatever other software) to check if there any newer versions of the > dependencies and update those as well. Is this possible? If so, How? >
If anyone is interested. I attached the final bash script. It is no where near optimal but it serves the purpose. Thank you very much Stephen and others who helped. raju -- This email account uses challenge-response system. Contact me only if you are comfortable with it.
dep_upgrade.sh
Description: application/shellscript