How do I install Chrome of Chromium?
So far Mint Debian is working great

deb http://dl.google.com/linux/deb/ stable non-free mainwget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && apt-get update && apt-get install google-chrome-unstable
apt search chromium
p chromium - transitional dummy package for chromium-bs
p chromium-browser - Chromium browser
secipolla wrote:Hello vinoman, add to /etc/apt/sources.list
- Code: Select all
deb http://dl.google.com/linux/deb/ stable non-free main
Then login as root and run
- Code: Select all
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && apt-get update && apt-get install google-chrome-unstable





900i wrote:I also had a similar problem, I just created a new menu item and got it back into the menu.

900i wrote:gdebi- Deb installer is not installed by default in LMDE, get it from the repos. Then Chrome and Picasa install no problem.






axel668 wrote:A suggestion, why not add Chromium "Stable" to the LMDE repositories ?



axel668 wrote:A suggestion, why not add Chromium "Stable" to the LMDE repositories ?

Joylove wrote:axel668 wrote:A suggestion, why not add Chromium "Stable" to the LMDE repositories ?
probably coz Chromium itself is a testbed (before being applied to Google Chrome) hence it receives too many updates that can potentially cause problems. IIRC last time I've added Chromium updates came every 1-3 days

deb http://ppa.launchpad.net/chromium-daily/beta/ubuntu lucid main
deb-src http://ppa.launchpad.net/chromium-daily/beta/ubuntu lucid main
magian wrote:You can also use the Launchpad Chromium Beta PPA for Lucid which works perfectly with LMDE (add to /etc/apt/sources.list):
- Code: Select all
deb http://ppa.launchpad.net/chromium-daily/beta/ubuntu lucid main
deb-src http://ppa.launchpad.net/chromium-daily/beta/ubuntu lucid main

MALsPa wrote:Maybe it's different depending on the repos you get it from? I've got chromium-browser here from the Ubuntu repos but I don't see frequent updates coming down the pipe -- not every 1-3 days, anyway.

axel668 wrote:MALsPa wrote:Maybe it's different depending on the repos you get it from? I've got chromium-browser here from the Ubuntu repos but I don't see frequent updates coming down the pipe -- not every 1-3 days, anyway.
Right, there's 4 different versions of Chromium in the Ubuntu PPA:
- stable (kept in sync with CHROME stable version)
- beta (kept in sync with CHROME beta version)
- dev (kept in sync with CHROME dev version)
- daily (just the latest daily chromium build)
So while Chromium itself does not have a stable version, it seems to be possible to create a Chromium build, which is in sync with the Chrome stable version, while not adding Chrome- specific features (branding, embedded Flash / PDF). Debian Unstable seems to follow the same strategy, so it wouldn't be much more than a copy step, either from the Ubuntu PPAs or from Sid. The idea of adding this to the LMDE repos is merely for end users to avoid the inconvenience of messing with their software sources.

Users browsing this forum: No registered users and 6 guests