Installing softare on Linux
Posted
by
Dimen Shaw
on Super User
See other posts from Super User
or by Dimen Shaw
Published on 2012-09-13T08:17:56Z
Indexed on
2012/09/13
9:40 UTC
Read the original article
Hit count: 250
I'm trying to install the GMP package on Redhat 4, x86_64. The package can only be installed using make, which is not available and should be installed with apt-get/yum, but I don't have either one of them. I tried installing them using rpm, but they each require lots of dependencies themselves, which although finite in amount seem like a VERY tedious job to do.
Any help on how I should go about solving this?
© Super User or respective owner