Quote:
|
Originally Posted by JGuru
Use Synaptic Package manager. Open a terminal type :
gksudo /usr/sbin/synaptic . search for the package & if found mark it for installation. Now from the Edit menu -> Apply Marked Changes. Synaptic will
automatically install the package & its dependencies automatically. So you don't need to worry about anything!!
|
He perhaps knows how to do that. Please read carefully.. He wants to know the dependency tree.
vinayasurya, You might want to read through this file.
/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_dapper_main_bin ary-i386_Packages
In there you'll find different sections
Code:
Depends: libart-2.0-2 (>= 2.3.16), libatk1.0-0 (>= 1.9.0), libc6 (>= 2.3.4-1), libcairo2 (>= 1.0.2-2), libenchant1c2a (>= 1.2.0), libfontconfig1 (>= 2.3.0), libfreetype6 (>= 2.1.10-1), libfribidi0 (>= 0.10.7-1), libgcc1 (>= 1:4.0.2), libglade2-0 (>=
1:2.5.1), libglib2.0-0 (>= 2.10.0), libgnomecanvas2-0 (>= 2.11.1), libgnomeprint2.2-0 (>= 2.12.1), libgnomeprintui2.2-0 (>= 2.12.1), libgtk2.0-0 (>= 2.8.0), libpango1.0-0 (>= 1.12.2), libperl5.8 (>= 5.8.7), libpng12-0 (>= 1.2.8rel), libpopt0 (>= 1.7), libstdc++6 (>= 4.0.2-4), libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxfixes3, libxft2 (>> 2.1.1), libxi6, libxinerama1,
libxml2 (>= 2.6.24), libxrandr2, libxrender1, zlib1g (>= 1:1.2.1), abiword-common (>= 2.4.1)
Conflicts: abiword-gtk, abiword-gnome
Above it the output for
Abiword.. then you have to find dependencies for libart, libatk.. this is all a pyramid chain.. so if you are willing to identify all the packages and download then separately then, well.. go ahead!!
There might be a command to view these details, but i dont know of them as yet.. if none exists then i might write a script to do this in near future.