Skip to content

Instantly share code, notes, and snippets.

@stephanetimmermans
Created June 25, 2014 12:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephanetimmermans/1219e537a391641ee874 to your computer and use it in GitHub Desktop.
Save stephanetimmermans/1219e537a391641ee874 to your computer and use it in GitHub Desktop.
Install Thunderbird on Ubuntu 14.04
echo -e "\ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | sudo tee -a /etc/apt/sources.list > /dev/null
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29
sudo apt-get update
sudo apt-get install thunderbird-mozilla-build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment