On Wed, Oct 14, 2009 at 9:03 AM, GAURAV PRUTHI <[email protected]> wrote: > Thanks ......yes it works ! > > On 10/12/09, सुरेश कुमार शुक्ल <[email protected]> wrote: >> Start synaptics >> select your package right click properties >> 2nd tab shows dependencies. >> >> Does this help? >> >> >> 2009/10/12 GAURAV PRUTHI <[email protected]>: >>> How I can get all the libraries that are asked for prior to the >>> installation of any software in offline mode ???? >>> >>> -- >>> ubuntu-in mailing list >>> [email protected] >>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-in >>> >>> >> >> -- >> ubuntu-in mailing list >> [email protected] >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-in >> > > -- > ubuntu-in mailing list > [email protected] > https://lists.ubuntu.com/mailman/listinfo/ubuntu-in >
On Ubuntu server systems, if you do not have synaptic, you may use apt-rdepends (which unfortunately needs to be installed as it doesn't ship by default). Apt-rdepends will provide a detailed output in dotty format which can be used to provide a graphical representation. Another way is to use apt-cache depends pkgname. -- ubuntu-in mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
