Main browser
Posted: Tue Apr 05, 2016 8:16 pm
Im a fan of Google and the DuckDuckGo is kinda annoying. So can anyone give me some help on making Google my main search engine, PLEASE HELP
A small, affordable computer with free resources to help people learn, make things, and have fun
https://www.raspberrypi.org/forums/
https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=143333
Code: Select all
mkdir chromium
cd chromium
wget http://launchpadlibrarian.net/237755896/libgcrypt11_1.5.3-2ubuntu4.3_armhf.deb
wget http://launchpadlibrarian.net/248437551/chromium-codecs-ffmpeg-extra_49.0.2623.87-0ubuntu0.14.04.1.1112_armhf.deb
wget http://launchpadlibrarian.net/248437549/chromium-browser_49.0.2623.87-0ubuntu0.14.04.1.1112_armhf.deb
sudo dpkg -i *.debNot the most stable. Chromium is compiling bow against libgcrypt20 which is in Jessie, which should be a more simple solution.Wayne Keenan wrote:this installs Chromium 49.0 on Jessie
Code: Select all
mkdir chromium cd chromium wget http://launchpadlibrarian.net/237755896/libgcrypt11_1.5.3-2ubuntu4.3_armhf.deb wget http://launchpadlibrarian.net/248437551/chromium-codecs-ffmpeg-extra_49.0.2623.87-0ubuntu0.14.04.1.1112_armhf.deb wget http://launchpadlibrarian.net/248437549/chromium-browser_49.0.2623.87-0ubuntu0.14.04.1.1112_armhf.deb sudo dpkg -i *.deb