Linked by Eugenia Loli on Tue 29th Mar 2005 19:32 UTC
Permalink for comment
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
Linked by Thom Holwerda on 05/17/13 22:15 UTC, submitted by Tom
Linked by Thom Holwerda on 05/16/13 21:41 UTC
Linked by Thom Holwerda on 05/16/13 17:04 UTC
Linked by Thom Holwerda on 05/16/13 13:17 UTC
Linked by Thom Holwerda on 05/16/13 12:06 UTC
More News »
Sponsored Links



"> >$ readelf -d /usr/bin/gimp | grep '(NEEDED)' | cut -d[ -f2 | cut -d] -f1
there is ldd to check binaries --- very easy to use:
<tt>ldd /usr/bin/gimp</tt>
and to find out, what package owns a file this binary depends on you ask pacman:
<tt>[damir@Asteraceae ~]$ pacman -Qo /lib/tls/libc.so.6<br/>
/lib/tls/libc.so.6 is owned by glibc 2.3.4-2 </tt>
... and namcap to check packages on dependencies --- also very easy to use against PKGBUILD's or pkg.tar.gz"
********************************************************
# apt-get install gimp
voilá!