User login

Install Claws Mail on Ubuntu

How to install Claws Mail, "the user-friendly, lightweight, and fast e-mail client" on Ubuntu:

sudo add-apt-repository ppa:claws-mail/ppa
sudo apt-get update
sudo apt-get install claws-mail

No endorsement— merely considering playing with it at this point, but although their downloads section helpfully links to how to add their repository's ppa (Personal Package Archive) it doesn't mention what the package name is to install it.

Used aptitude to find it after adding the PPA and doing that update; in retrospect i'm guessing package names are right there in the launchpad.net ppa link, after the tilde: claws-mail

Comments

apt-cache

Hey Ben. Thanks for the heads-up on this app. It looks interesting.

Used aptitude to find it

You could also do apt-cache search claws, and to see what versions are available, apt-cache madison claws-mail.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <blockquote> <small> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <p> <br> <strike> <table> <tr> <td> <thead> <th> <tbody> <tt> <output>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.