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:
- Read man page of pine (type man pine)
- Official Pine mail client website
- Email FAQ to a friend
- Printable version
- Rss Feed
- Last Updated: 4-11-07

{ 8 comments… read them below or add one }
Great Help! It just took 3 mts for me !!
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.
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
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
try: ‘yum install compat-openldap’ This may get you the library you need to install the pine rpm.
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…
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!!!!
and you will get my great gift when I were get help from you! thank you, I am from China. shanghai provience.