imagemagick
Mario Vukelic
mario.vukelic at dantian.org
Tue Jan 30 23:05:17 UTC 2007
On Tue, 2007-01-30 at 14:52 -0800, User Iam wrote:
> root at suna:/home/ianl# which imagemagick
> root at sune:/home/iam#
"imagemagick" is the name of the package, but the actual applications
that are part of the package have different names. A "dpkg -L
imagemagick" will give you a list of all files belonging to the package.
You can filter this through grep ("dpkg -L imagemagick | grep /usr/bin")
so that you only see the binaries:
/usr/bin/animate
/usr/bin/compare
/usr/bin/composite
/usr/bin/conjure
/usr/bin/convert
/usr/bin/display
/usr/bin/identify
/usr/bin/import
/usr/bin/mogrify
/usr/bin/montage
More information about the ubuntu-users
mailing list