
December 1st, 2010, 08:57 AM
|
|
|
|
Installing packages
First time Linux user, and I am trying to install HylaFAX. The documentation states to first install the following 3 packages. Quote: The following packages should be properly installed before HylaFAX. You can test by executing 'rpm -q packagename'.
* libtiff-3.5.5 or better
(get it at ftp://ftp.redhat.com/pub/redhat/updates/6.2/i386/libtiff-3.5.5-2.i386.rpm)
* ghostscript-5.50 or better
(get it at ftp://ftp.redhat.com/pub/redhat/redhat-6.2/i386/RedHat/RPMS/ghostscript-5.50-1.i386.rpm)
* ghostscript-fonts-5.50 or better
(get it at ftp://ftp.redhat.com/pub/redhat/redhat-6.2/i386/RedHat/RPMS/ghostscript-5.50-1.i386.rpm) |
So I tried:
Code:
wget ftp://ftp.redhat.com/pub/redhat/updates/6.2/i386/libtiff-3.5.5-2.i386.rpm
but the reply was: Quote: | No such directory `pub/redhat/updates/6.2/i386' |
Same results from the next two packages. Any suggestions? Also, if I have a fairly new PC, should I be using i386 or something like x86-64?
Thank you
|