Linux chromium daily build in 11.04

deep16

Disciple
dwnldded and installed chromium from ubuntu s/w centre.... installed version 10.0.648.133 (77742) Ubuntu 11.04

but want to update it to daily ppa builds.... latest one

12.0.711.0~svn20110322r78963-0ubuntu1~ucd1

how to do that ?/

used sudo add-apt-repository ppa:chromium-daily/ppa

output :
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80/ --recv FBEF0D696DE1C72BA5A835FE5A9BF3BB4E5E17B5
gpg: requesting key 4E5E17B5 from hkp server keyserver.ubuntu.com
gpg: key 4E5E17B5: "Launchpad PPA for chromium-daily" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
help me out guys

--- Updated Post - Automerged ---

launchpad tells to add

if you're using the most recent version of Ubuntu (or any version from Ubuntu 9.10 onwards), you can add a PPA to your system with a single line in your terminal.

Step 1: On the PPA's overview page, look for the heading that reads Adding this PPA to your system. Make a note of the PPA's location, which looks like:

ppa:gwibber-daily/ppa

Step 2: Open a terminal and enter:

sudo add-apt-repository ppa:user/ppa-name

Replace ppa:user/ppa-name with the PPA's location that you noted above.

help me address the above command
 
run: sudo apt-get update to update the repository and then check in software center.

How to do the GUI way

In Software center there should be a option of adding 'Software Sources'. In 10.04 and earlier versions it was available separately.

In the software sources you can add the ppa in the other sources tab. just copy paste this ppa:chromium-daily/ppa and reload the sources.

Alternative Method:

Install Ubuntu Tweak
 
Back
Top