As you may already know, Ubuntu comes with its own email client called Thunderbird that allows you to setup email accounts to send and receive emails. It also support IMAP protocol which services like Gmail, Yahoo Mail and Microsoft Outlook support.
Thunderbird is a great email client and does everything an email client supposed to do, but if you’re looking for an alternative that is lightweight and built around GNOME, then you may want to try Geary.
Geary is a free email program that lets you quickly and effortlessly read emails with a simple interface based around conversations. The entire discuss is read from a single pane without you having to click from one message to another.
Geary also support IMAP protocol which will let you send and receive emails using your online webmail accounts from Google, Yahoo and Microsoft.
For users with Ubuntu 13.10, Geary is already available from Ubuntu Software Center. All they have to do is run the commands below to install Geary.
sudo apt-get install geary
For previous versions of Ubuntu, press Ctrl – Alt – T on your keyboard to open the terminal. When opens, run the commands below to add its PPA repository.
sudo add-apt-repository ppa:yorba/ppa
Next, run the commands below to update your system and install Geary.
sudo apt-get update && sudo apt-get install geary
When you launch Geary the first time, it wants you to setup email accounts from Gmail, Yahoo or Microsoft.
The setup is pretty easy, just enter your account info and Geary will attempt to automatically configure your account.
To uninstall Geary, first remove its PPA repository from your system by running the commands below.
sudo add-apt-repository -r ppa:yorba/ppa
Then run the commands below to remove Geary.
sudo apt-get remove geary
That’s it.
Frequently Asked Questions
How to install Geary in Ubuntu 13.10?
To install Geary in Ubuntu 13.10, simply run the command 'sudo apt-get install geary' in the terminal.
What email protocols does Geary support?
Geary supports the IMAP protocol, allowing users to send and receive emails using online webmail accounts from services like Google, Yahoo, and Microsoft.
How to uninstall Geary from Ubuntu?
To uninstall Geary from Ubuntu, first remove its PPA repository with 'sudo add-apt-repository -r ppa:yorba/ppa', then run 'sudo apt-get remove geary' to remove Geary.
Is Geary a lightweight email reader for Ubuntu?
Yes, Geary is a lightweight email program built around GNOME that offers a simple interface for reading emails based on conversations.
Where can I find Geary in Ubuntu Software Center?
For users with Ubuntu 13.10, Geary is already available in the Ubuntu Software Center. Simply search for 'Geary' and install it from there.
How to add Geary PPA repository in Ubuntu?
To add the Geary PPA repository in Ubuntu, run the command 'sudo add-apt-repository ppa:yorba/ppa' in the terminal.
What accounts can I set up in Geary?
You can set up email accounts from Gmail, Yahoo, or Microsoft in Geary. The setup process is easy, requiring you to enter your account info for automatic configuration.
Can Geary be used as an alternative to Thunderbird in Ubuntu?
Yes, Geary can be used as an alternative to Thunderbird in Ubuntu for users looking for a lightweight email client built around GNOME.