Deb: command not found
Bonjour,
Je souhaite installer chromium mais quand je rentre les lignes :
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu/ karmic main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu/ karmic main
sa me met :
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
merci d'avance pour votre aide
Je souhaite installer chromium mais quand je rentre les lignes :
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu/ karmic main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu/ karmic main
sa me met :
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
merci d'avance pour votre aide
Configuration: Linux Firefox 3.5.4
3 réponses
-
Ca tombe bien, ce n'est pas une commande mais un dépôts à rajouter dans /etc/sources.list. Mais de toute façon comme l'indique :
https://packages.ubuntu.com/karmic/chromium
... il suffit d'activer le dépôt universe, pas besoin d'en rajouter d'autres, comme indiqué ici :
http://doc.ubuntu-fr.org/depots
http://doc.ubuntu-fr.org/sources.list
A priori tu devrais avoir dans /etc/apt/sources.list et après correction des lignes du genre :
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
Amuse toi bien, chromium c'est marrant (mais un peu répétitif, malheureusement les ennemis ne changent pas beaucoup et on est un peu victime des bonus qu'on récupère).
Bonne chance-
@mamaimando tu n'étais pas très loin de la réponse demandée par Nyo6000:
deb n'est pas une commande mais un ligne à rajouter dans le fichiers des sources de MàJs. Que l'on ouvre avec:sudo gedit /etc/apt/sources.list
ainsi on rajoutera la ligne souhaitée (ou demander par le site) à la fin de notre fichier, avec un petit commentaire pour avoir un suivi:## Chromium version de develeopement deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu/ karmic main
- on sauvegarde (Ctrl+S), on ferme.
- on met à jour:sudo apt-get update sudo apt-get upgrade
Et voilà le tour est joué!
source: (en anglais)
http://forums.debian.net/viewtopic.php?f=10&t=71905 -
-