Howto Install pine mail client under Linux

Q. I am using CentOS Linux. I would like to install pine to read email from shell prompt itself? I’m getting an error which read as follows:
# yum install pine
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Parsing package install arguments
No Match for argument: pine
Nothing to do

How do I install pine?

A:. Pine is a powerful freeware text-based e-mail client. It is a program for Internet News & Email - is a tool for reading, sending, and managing electronic messages. Pine was developed by Computing & Communications at the University of Washington.

Originally written for inexperienced users, Pine's basic features are generally very easy to use.

The license prohibits the distribution of binaries built from patched source code, which poses a problem for binary distributions. However, you can download pine RPM or .DEB file to install pine w/o a problem.

CentOS / Redhat / Fedora Core Linux pine installation instructions

First install LDAP support :
# yum install libldap.so.2

Now install pine. Grab RPM file from official FTP site:
# wget ftp://ftp.cac.washington.edu/pine/pine-4.64-1.i386.rpm
Install rpm file:
# rpm -ivh pine-4.64-1.i386.rpm

Debian / Ubuntu Linux pine installation instructions

Grab pine .deb file from official FTP site:
$ wget ftp://ftp.cac.washington.edu/pine/pine_4.64_i386.deb
Next, install .deb file:
$ sudo dpkg -i pine_4.64_i386.deb
OR
# dpkg -i pine_4.64_i386.deb

How do I start pine mail client?

Type the following command:
$ pine

Further readings:

Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!

{ 8 comments… read them below or add one }

1 rokko wing 12.18.07 at 4:10 am

Great Help! It just took 3 mts for me !!

2 Rod Templeton 01.03.08 at 11:57 pm

I downloaded the rpm with wget, but I’m told that I need 3 additional files. First one I was able to get via yum, but with the second, I get this:

# yum install libldap.so.2
Loading “installonlyn” plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: libldap.so.2
Nothing to do

Would appreciate any feedback or advice. Thank you.

3 Adel Barazandeh nia 02.12.08 at 3:31 am

i have same error on centos 4.4:

# yum install libldap.so.2
Loading “installonlyn” plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: libldap.so.2
Nothing to do

4 nate 02.12.08 at 4:28 pm

You can try passing the –nodeps option to rpm, there’s no guarantee that it will work though. I am on rhel 5 what I did to get it to work was goto http://web.mit.edu/software/linux.html and download the rhel5 rpm. It still complained about a dependency, some kerberos thing, I’m just using this for local system messages so I don’t care a bout kerberose so I gave it the –nodeps option and it installed and it runs just fine. Hope that helps

5 Ash 11.03.08 at 2:36 am

try: ‘yum install compat-openldap’ This may get you the library you need to install the pine rpm.

6 Nathan 12.23.08 at 12:19 am

Yep or simply link

ln -s /var/lib/libldap.so /var/lib/libldap.so.2

if libldap.so already exists on your system in the /var/lib/ dir…

7 jacky.li 06.29.09 at 6:08 am

still have no use…..
it appears this error messages as following:
[root@rhel5 /]# rpm -vih pine-4.64-1.i386.rpm
error: Failed dependencies:
libcrypto.so.4 is needed by pine-4.64-1.i386
libldap.so.2 is needed by pine-4.64-1.i386
libssl.so.4 is needed by pine-4.64-1.i386
before that , I’ve installed compat-openldap by yum. it works. still need those three liberarys to install pine….
how should I do next ? please give me a hand, thank you!!!!

8 jacky.li 06.29.09 at 6:10 am

and you will get my great gift when I were get help from you! thank you, I am from China. shanghai provience.

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post: Howto get Red Hat Enterprise Linux Installation Number

Next post: UNIX File Encryption howto