Linux - Enterprise This forum is for all items relating to using Linux in the Enterprise. |
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.
|
 |
04-16-2009, 04:12 AM
|
#1
|
LQ Newbie
Registered: Apr 2009
Posts: 2
Rep: 
|
install ImageMagick-6.5.1-2 & ImageMagick-devel-6.5.1.2 in red hat
my OS
Red Hat Enterprise Linux Server release 5.3 (Tikanga)
i am Ruby developer
i want to install rmagick in my machine
it needs ImageMagick>=6.3.0
right now, yum repositories only have ImageMagick-6.2.8
but latest version of ImageMagick is 6.5.1.2
how to manually install ImageMagick-6.5.* with ImageMagick-devel -6.5.*
thanks
|
|
|
04-16-2009, 04:27 AM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
download the rpm's from their site and just install directly - "rpm -Uvh ImageMagick*"
Last edited by acid_kewpie; 04-16-2009 at 04:30 AM.
|
|
|
04-16-2009, 05:51 AM
|
#3
|
Senior Member
Registered: May 2007
Location: Sydney
Distribution: RHEL, CentOS, Ubuntu, Debian, OS X
Posts: 1,305
Rep: 
|
Hi,
I think you want to install it from yum.
Download the needed rpms and copy it where you have put all other RPMs (say /var/ftp/pub/Server/) and run the below commands. Also, remove older version of roms.
Code:
createrepo -vg /var/ftp/pub/Server/repodata/comps-rhel5-server-core.xml /var/ftp/pub/Server/
yum clean all
yum clean metadata
yum -y install ImageMagic*
Hope this helps.
|
|
|
04-16-2009, 11:59 AM
|
#4
|
LQ Newbie
Registered: Apr 2009
Posts: 2
Original Poster
Rep: 
|
Quote:
Originally Posted by vikas027
Hi,
I think you want to install it from yum.
Download the needed rpms and copy it where you have put all other RPMs (say /var/ftp/pub/Server/) and run the below commands. Also, remove older version of roms.
Code:
createrepo -vg /var/ftp/pub/Server/repodata/comps-rhel5-server-core.xml /var/ftp/pub/Server/
yum clean all
yum clean metadata
yum -y install ImageMagic*
Hope this helps.
|
createrepo command is not found
|
|
|
04-16-2009, 01:04 PM
|
#5
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
That's a real waste of time, just download and install as I said.
|
|
|
All times are GMT -5. The time now is 06:31 AM.
|
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
|
|