Thunderbird on the Raspberry Pi

Hi guys! Today I found out how to install Mozilla Thunderbird (a program for answering your emails, compatible with various mail services including Outlook.com) onto the Raspberry Pi (it will only work on a Pi 2 and Pi 3). Here is how! wget https://launchpad.net/~ubuntu-mozilla-security/+archive/ubuntu/ppa/+build/11078054/+files/thunderbird_45.4.0+build1-0ubuntu0.14.04.1_armhf.deb sudo dpkg -i thunderbird_45.4.0+build1-0ubuntu0.14.04.1_armhf.deb Then click Menu/Internet and then click Thunderbird Mail. IContinue reading “Thunderbird on the Raspberry Pi”

Rate This

Install latest Chromium on ARM devices

Hi guys! Here is a script that installs latest Chromium onto ARM Linux! Enjoy! # This script installs latest Chromium onto ARM Linux # This script was created by Epic Chas Gamer # Check out Epic Chas Gamer’s blog at https://coolchasgamer.wordpress.com # Leave feedback at https://coolchasgamer.wordpress.com/chromium-arm echo “Welcome!” echo “Chromium is installing…” echo “Downloading ChromiumContinue reading “Install latest Chromium on ARM devices”

Rate This