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:
- Read man page of pine (type man pine)
- Official Pine mail client website
E-mail this to a friend
Printable version
Related Other Helpful FAQs:
- Why does my rpm command hangs?
- Howto get Red Hat Enterprise Linux Installation Number
- Install Language support in CentOS 5 or Red Hat Enterprise Linux
- Redhat / CentOS Linux list all packages available for installation
- CentOS Linux install kernel headers to build vmware / 3rd party modules
Discussion on This FAQ
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!




December 18th, 2007 at 4:10 am
Great Help! It just took 3 mts for me !!
January 3rd, 2008 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.
February 12th, 2008 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
February 12th, 2008 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