About Linux FAQ

Browse More FAQs:

Howto Install pine mail client under Linux

Posted by Vivek Gite [Last updated: April 11, 2007]

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:

E-mail this to a friend      Printable version

Related Other Helpful FAQs:

Discussion on This FAQ

  1. rokko wing Says:

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

  2. Rod Templeton Says:

    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 Says:

    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 Says:

    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

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!

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

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Copyright © 2006-2008 nixCraft. All rights reserved - TOS/Disclaimer - Privacy policy - Sitemap - Powered by Open source software.