Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-15-2009, 07:18 AM
|
#1
|
Member
Registered: Mar 2006
Location: Ohio, USA
Distribution: Red Hat, Fedora, Knoppix,
Posts: 548
Rep:
|
image magick install help needed
I'm trying to find image magic for a CentOS box.
yum install imagemagic does not find anything.
Does anyone know the correct package name for image magic?
Any other suggestions as to what the problem might be?
|
|
|
01-15-2009, 07:19 AM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
it's called ImageMagick. You got it right in the title and then went astray!
|
|
|
01-15-2009, 07:23 AM
|
#3
|
LQ Guru
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509
|
It is ImageMagick (with two upper case characters). If you first try the list command of yum, it will list installed and available packages in a case insensitive way. And you can also use wildcards (the name of the package is actually a pattern). For example:
Code:
$ yum list image*
<omitted>
Installed Packages
ImageMagick.i386 6.2.8.0-4.el5_1.1 installed
ImageMagick-perl.i386 6.2.8.0-4.el5_1.1 installed
Available Packages
ImageMagick-c++.i386 6.2.8.0-4.el5_1.1 base
ImageMagick-c++-devel.i386 6.2.8.0-4.el5_1.1 base
ImageMagick-devel.i386 6.2.8.0-4.el5_1.1 base
|
|
|
01-15-2009, 07:26 AM
|
#4
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
the yum command there shows that it's not case sensitive though...
|
|
|
01-20-2009, 08:23 AM
|
#5
|
Member
Registered: Mar 2006
Location: Ohio, USA
Distribution: Red Hat, Fedora, Knoppix,
Posts: 548
Original Poster
Rep:
|
Interesting. i didn't think I had to have the k on the end. I thought it would be like:
yum install imagemagic*
but obviously it does not work that way.
Thanks for your help. I got it now.
ps. sorry for the long delay in replying. Fun got in the way of work. 
|
|
|
01-20-2009, 08:35 AM
|
#6
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
I just installed CentOS 5.2 and ImageMagick was installed by default....
|
|
|
01-20-2009, 09:02 AM
|
#7
|
Member
Registered: Mar 2006
Location: Ohio, USA
Distribution: Red Hat, Fedora, Knoppix,
Posts: 548
Original Poster
Rep:
|
It was installed by default on mine also. I was checking for it by typing:
rpm -qa | grep image and got nothing.
I had not used yum to check installed packages so I learned that from this thread also. Kewl. 
|
|
|
All times are GMT -5. The time now is 07:13 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|