Browse our Blog. You will find multiple applications, solutions, code examples. Navigate using the tag cloud or search using specific criteria
How to install Chromium on Linux Panel PC
Introduction
In this post is showed how to install chromium on a Linux Panel PC. Our Linux Panel PC’s are Touchberry B3 PI 10.1″, BananaTouch Octacore M3 10.1″, BananaTouch M64 10.1″, TouchBerry Pi B3 7″ IN/OUT and HummTOUCH 10.1″ Linux.
Requirements
Panel PC: Panel PC
Description
From the Panel PC we have to open the terminal and update the apt-get typing:
sudo apt-get update
After that we need to download the chromium files typing on the terminal:
wget https://launchpad.net/~canonical-chromium-builds/+archive/ubuntu/stage/+build/11199195/+files/chromium-browser_53.0.2785.143-0ubuntu0.14.04.1.1145_armhf.deb wget http://launchpadlibrarian.net/293433093/chromium-browser-l10n_53.0.2785.143-0ubuntu0.16.04.1.1257_all.deb wget https://launchpad.net/~canonical-chromium-builds/+archive/ubuntu/stage/+build/11199195/+files/chromium-codecs-ffmpeg-extra_53.0.2785.143-0ubuntu0.14.04.1.1145_armhf.deb wget https://ftp.lysator.liu.se/debian/pool/main/libg/libgcrypt11/libgcrypt11_1.5.0-5+deb7u4_armhf.deb
Then we need to install some prerequisite, typing on the terminal:
sudo apt-get install libpci3 sudo apt-get install libspeechd2
After these steps finally we can install the packages using dpkg. Typing on the terminal:
sudo dpkg -i libgcrypt11_1.5.0-5+deb7u4_armhf.deb sudo dpkg -i chromium-codecs-ffmpeg-extra_53.0.2785.143-0ubuntu0.14.04.1.1145_armhf.deb sudo dpkg -i chromium-browser-l10n_53.0.2785.143-0ubuntu0.16.04.1.1257_all.deb sudo dpkg -i chromium-browser_53.0.2785.143-0ubuntu0.14.04.1.1145_armhf.deb
Chromium is installed. You can click on menu–>internet–>chromium to use it.