Deb : commande introuvable
Hello,
I want to install Chromium, but when I type the lines:
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu/ karmic main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu/ karmic main
I get:
nicolas@nicolas-desktop:~$ deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu/ karmic main
No command 'deb' found, did you mean:
Command 'debc' from package 'devscripts' (main)
Command 'derb' from package 'libicu-dev' (main)
Command 'dab' from package 'bsdgames' (universe)
Command 'debi' from package 'devscripts' (main)
deb: command not found
Thank you in advance for your help
I want to install Chromium, but when I type the lines:
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu/ karmic main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu/ karmic main
I get:
nicolas@nicolas-desktop:~$ deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu/ karmic main
No command 'deb' found, did you mean:
Command 'debc' from package 'devscripts' (main)
Command 'derb' from package 'libicu-dev' (main)
Command 'dab' from package 'bsdgames' (universe)
Command 'debi' from package 'devscripts' (main)
deb: command not found
Thank you in advance for your help
Configuration: Linux Firefox 3.5.4
3 answers
That's convenient, it's not an order but a repository to add to /etc/sources.list. But anyway, as indicated:
https://packages.ubuntu.com/karmic/chromium
... you just need to enable the universe repository, no need to add others, as stated here:
http://doc.ubuntu-fr.org/depots
http://doc.ubuntu-fr.org/sources.list
You should have in /etc/apt/sources.list after correcting lines like:
Have fun, chromium is funny (but a bit repetitive, unfortunately the enemies don't change much and you're a bit at the mercy of the bonuses you collect).
Good luck
https://packages.ubuntu.com/karmic/chromium
... you just need to enable the universe repository, no need to add others, as stated here:
http://doc.ubuntu-fr.org/depots
http://doc.ubuntu-fr.org/sources.list
You should have in /etc/apt/sources.list after correcting lines like:
deb http://fr.archive.ubuntu.com/ubuntu/ karmic universe multiverse deb http://security.ubuntu.com/ubuntu/ karmic-security universe multiverse deb http://fr.archive.ubuntu.com/ubuntu/ karmic-updates universe multiverse
Have fun, chromium is funny (but a bit repetitive, unfortunately the enemies don't change much and you're a bit at the mercy of the bonuses you collect).
Good luck
deb is not a command but a line to be added to the MàJs sources file. You can open it with:
then you will add the desired line (or requested by the site) at the end of your file, with a small comment for tracking:
- save it (Ctrl+S), then close it.
- update:
And there you go!
source: (in English)
http://forums.debian.net/viewtopic.php?f=10&t=71905