How to update chromium daily builds manually

16,077

Install this ppa "Canonical Chromium Builds" team

  $ sudo add-apt-repository ppa:canonical-chromium-builds/stage
  $ apt-get update

Use build-dep action of aptitude before installing chromium-browser

  $ aptitude -v -V build-dep chromium-browser
  ..
  The following actions will resolve these dependencies:

     Upgrade the following packages:                                         
  1)    ..
  Accept this solution? [Y/n/q/?] y
  ..
  $ sudo aptitude install chromium-browser

See also How to install latest package version of a ppa?

Share:
16,077

Related videos on Youtube

Patently Paul
Author by

Patently Paul

A random guy having no idea what to do.

Updated on September 18, 2022

Comments

  • Patently Paul
    Patently Paul over 1 year

    I've downloaded and ran the chromium from http://download-chromium.appspot.com/ to receive daily builds of chrome for ubuntu. But I can't find a way to manually update it.
    Yes, there is a repository dedicated for it (https://launchpad.net/~chromium-daily/+archive/ubuntu/ppa) but it got discontinued.

    I there a way to apply updates for chromium manually?

  • Prabu
    Prabu almost 7 years
    This command crashing hard disk after update chromium in ubuntu 14.04. Let me know why that crash happening after update chromium my two laptops crashed because of this answer. Please accept answer after fully verified.
  • guest271314
    guest271314 almost 7 years
    @Prabu Not sure how the commands could cause hard drive to crash?
  • Prabu
    Prabu almost 7 years
    That's what i couldn't understand something went wrong. I already tried this command with two laptops after that same crash is happened. That's why i need solution for this, atleast this will avoid another crash.
  • guest271314
    guest271314 almost 7 years
    @Prabu Did not crash, here. Though did not try at 14.04. How much disk space and RAM are available at laptops?
  • Prabu
    Prabu almost 7 years
    RAM 4 GB and Hard disk 500 GB Free Disk space 100 GB
  • guest271314
    guest271314 almost 7 years
    @Prabu Why do you need to use aptitude -v -V build-dep at 14.04? Can you not use the ppa alone?
  • Prabu
    Prabu almost 7 years
    We cannot install chrome using ppa alone. Thats why i tried with, $ aptitude -v -V build-dep chromium-browser Then why you mention aptitude command here, atleast you have to mention ubuntu version? Any problem with aptitude command please update.
  • guest271314
    guest271314 almost 7 years
    @Prabu "We cannot install chrome using ppa alone." Are you referencing chrome or chromium? For chromium $ sudo apt-get install chromium-browser should install newest version of chromium