PDA

View Full Version : Install PINE


bosveld
03-18-2006, 05:19 AM
I am using RHEL from rimuhosting

My email server is also running on the server -- I want to use PINE to read my email. How do I install PINE?

I did search on google, tried various RPM commands but can't get it right -- many thanks.

L

retep
03-20-2006, 12:28 AM
I find that dag is a good repository to go for 'extra' RPMs like pine that are not included in your distro. Try the rpm at:
http://dag.wieers.com/packages/pine/

bosveld
03-20-2006, 04:31 AM
Thanks retep ---

That was very helpful but I have never used rpm.
Since I do it all on my MAIN server -- I don't want to get it wrong or stuff up existing programs.

This is what I THINK I must do, please clarify.

1. Get rpm file on my server.
create temp directory (could it be anywhere?)
use wget command, in this case:
wget http://dag.wieers.com/packages/pine/pine-4.64-1.2.el4.rf.i386.rpm

2. What now?
To install it. Reading through help file
rpm -ihv <the file downloaded above>

Please clarify
Many thanks
L

retep
03-20-2006, 04:36 AM
wget will download the file OK. Then rpm -Uvfh filename.

Alternatively rpm -Uvfh http://someurl will work as well.

bosveld
03-20-2006, 08:13 PM
Thank you
Tried it and now I can read my email.
Thanks
Liam