Deb : commande introuvable

Anonymous user -  
mamiemando Posted messages 33228 Registration date   Status Moderator Last intervention   -
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
Configuration: Linux Firefox 3.5.4

3 answers

mamiemando Posted messages 33228 Registration date   Status Moderator Last intervention   7 940
 
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:

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
2
klyoujdi Posted messages 13 Status Member
 
@mamaimando you weren't very far from the answer requested by Nyo6000:

deb is not a command but a line to be added to the MàJs sources file. You can open it with:
sudo gedit /etc/apt/sources.list

then you will add the desired line (or requested by the site) at the end of your file, with a small comment for tracking:
## Chromium development version deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu/ karmic main

- save it (Ctrl+S), then close it.
- update:
sudo apt-get update sudo apt-get upgrade

And there you go!

source: (in English)
http://forums.debian.net/viewtopic.php?f=10&t=71905
0
mamiemando Posted messages 33228 Registration date   Status Moderator Last intervention   7 940
 
Thank you for this clarification, but if you take the time to look at the links I provided, that's exactly what is explained. So I think that not only was I close, but it was even exactly the answer :-)
0