Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
depots:breezy [Le 03/04/2007, 18:09] sonal mise des depots source en commentaire |
— (Version actuelle) | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | {{tag>dépôt breezy}} | ||
- | **Attention!** | ||
- | **Dépots Ubuntu Breezy Badger Exotiques. | ||
- | (voir http://doc.ubuntu-fr.org/depots)** | ||
- | |||
- | |||
- | |||
- | |||
- | ====== Dépôts Breezy ====== | ||
- | Ouvrez votre fichier ''/etc/apt/sources.list'' avec les droits du super utilisateur avec la commande : | ||
- | gksudo gedit /etc/apt/sources.list | ||
- | ou, pour KDE : | ||
- | kdesu kate /etc/apt/sources.list | ||
- | et rajoutez les dépôts qui vous intéressent (voir liste ci-dessous) | ||
- | |||
- | Après toutes modifications de votre sources.list, il est **indispensable** de le mettre à jour avec la commande : | ||
- | sudo apt-get update | ||
- | sinon les modifications ne seront pas prises en compte. | ||
- | |||
- | |||
- | ===== Les dépots ===== | ||
- | |||
- | Il se peut que certains dépots proposés [[http://forum.ubuntu-fr.org/viewtopic.php?id=32501&p=3|ici]] ne soient pas sur cette page (confert étude proposée par popi) | ||
- | <code> | ||
- | ##/CDROM Ubuntu Breezy | ||
- | deb cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/ breezy main restricted</code> | ||
- | |||
- | <code>##/BASIQUES | ||
- | #//FR | ||
- | deb http://fr.archive.ubuntu.com/ubuntu/ breezy main | ||
- | deb http://fr.archive.ubuntu.com/ubuntu/ breezy restricted | ||
- | deb http://fr.archive.ubuntu.com/ubuntu/ breezy universe | ||
- | deb http://fr.archive.ubuntu.com/ubuntu/ breezy multiverse | ||
- | # deb-src http://fr.archive.ubuntu.com/ubuntu breezy main restricted universe | ||
- | #//International | ||
- | deb http://archive.ubuntu.com/ubuntu/ breezy main | ||
- | deb http://archive.ubuntu.com/ubuntu/ breezy restricted | ||
- | deb http://archive.ubuntu.com/ubuntu/ breezy universe | ||
- | deb http://archive.ubuntu.com/ubuntu/ breezy multiverse | ||
- | # deb-src http://archive.ubuntu.com/ubuntu breezy main restricted universe</code> | ||
- | |||
- | <code>##/UPDATES | ||
- | #//FR | ||
- | deb http://fr.archive.ubuntu.com/ubuntu/ breezy-updates main | ||
- | deb http://fr.archive.ubuntu.com/ubuntu/ breezy-updates restricted | ||
- | deb http://fr.archive.ubuntu.com/ubuntu/ breezy-updates universe | ||
- | deb http://fr.archive.ubuntu.com/ubuntu/ breezy-updates multiverse | ||
- | # deb-src http://fr.archive.ubuntu.com/ubuntu breezy-updates main restricted universe | ||
- | #//International | ||
- | deb http://archive.ubuntu.com/ubuntu/ breezy-updates main | ||
- | deb http://archive.ubuntu.com/ubuntu/ breezy-updates restricted | ||
- | deb http://archive.ubuntu.com/ubuntu/ breezy-updates universe | ||
- | deb http://archive.ubuntu.com/ubuntu/ breezy-updates multiverse | ||
- | # deb-src http://archive.ubuntu.com/ubuntu breezy-updates main restricted universe</code> | ||
- | |||
- | <code>##/SECURITE | ||
- | deb http://security.ubuntu.com/ubuntu/ breezy-security main | ||
- | deb http://security.ubuntu.com/ubuntu/ breezy-security restricted | ||
- | deb http://security.ubuntu.com/ubuntu/ breezy-security universe | ||
- | deb http://security.ubuntu.com/ubuntu/ breezy-security multiverse | ||
- | # deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted universe</code> | ||
- | |||
- | <code>##/UPDATES SECURITE | ||
- | deb http://security.ubuntu.com/ubuntu/ breezy-updates main | ||
- | deb http://security.ubuntu.com/ubuntu/ breezy-updates restricted | ||
- | deb http://security.ubuntu.com/ubuntu/ breezy-updates universe | ||
- | deb http://security.ubuntu.com/ubuntu/ breezy-updates multiverse | ||
- | # deb-src http://security.ubuntu.com/ubuntu breezy-updates main restricted universe</code> | ||
- | |||
- | <code>##Medibuntu (ex PLF) | ||
- | deb http://medibuntu.sos-sts.com/repo/ breezy free | ||
- | deb http://medibuntu.sos-sts.com/repo/ breezy non-free | ||
- | # deb-src http://medibuntu.sos-sts.com/repo/ breezy free | ||
- | # deb-src http://medibuntu.sos-sts.com/repo/ breezy non-free</code> | ||
- | |||
- | <code>##/BACKPORTS (backport officiel de dapper francais et internationnal) | ||
- | #//FR | ||
- | deb http://fr.archive.ubuntu.com/ubuntu breezy-backports main universe multiverse restricted | ||
- | #//International | ||
- | deb http://archive.ubuntu.com/ubuntu breezy-backports main universe multiverse restricted</code> | ||
- | |||
- | <code>##/PROPOSED (Mistère pas encore élucidé si quelqu'un a une idée?) | ||
- | #//FR | ||
- | deb http://fr.archive.ubuntu.com/ubuntu breezy-proposed main universe multiverse restricted | ||
- | #//International | ||
- | deb http://archive.ubuntu.com/ubuntu breezy-proposed main universe multiverse restricted</code> | ||
- | |||
- | <code>##/Skype (dépot debian officiel de skype) | ||
- | deb http://download.skype.com/linux/repos/debian/ stable non-free</code> | ||
- | |||
- | <code>##/FTP mirror from http://free.fr | ||
- | deb http://blognux.free.fr/debian unstable main | ||
- | #(Compiztools + easy...) | ||
- | deb http://staff.akumiitti.fi/~pvakevai/debian unstable main | ||
- | #(gshowtv + keypress + recorderd + xmltv-druid) | ||
- | deb http://jbrout.free.fr/download/debian binary/ | ||
- | #(logiciel jbrout : gestionnaire de photos numériques)</code> | ||
- | |||
- | <code>##/Depots officiel Wine | ||
- | deb http://wine.sourceforge.net/apt/ binary/</code> | ||
- | |||
- | <code>##/Dépot Wormux | ||
- | deb http://download.gna.org/wormux/debs breezy/</code> | ||
- | |||
- | <code>##/Persos | ||
- | deb http://boisson.homeip.net/ubuntu/ ./ | ||
- | #(des programmes)</code> | ||
- | |||
- | <code>##/Cipherfunk - ubuntu multimedia packages | ||
- | deb ftp://cipherfunk.org/pub/packages/ubuntu/ dapper main</code> | ||
- | |||
- | <code>##/Freevo (dépot pour installer freevo sous ubuntu) | ||
- | deb http://sitadelle.ath.cx/ubuntu-extras breezy extras</code> | ||
- | |||
- | <code>##/Amarok (ce dépôt fournit la dernière version de Amarok) | ||
- | deb http://kubuntu.org/packages/amarok-latest dapper main</code> | ||
- | |||
- | <code>##/Repository of Claudio Moratti | ||
- | deb http://repos.knio.it/ breezy main contrib non-free | ||
- | # deb-src http://repos.knio.it/ breezy main contrib non-free | ||
- | #programmes : keurocalc/kfolding/vamps/qVamps/k9copy/kleansweep/kooldock/tuneroid/kalgebra/yakuake/netGo/veusz/knmap/kreetingkard/kftpgrabber/keep/krecipes/kasablanca/kmysqladmin</code> | ||
- | |||
- | <code>##/Geole | ||
- | deb http://ubuntu.geole.de/ breezy universe multiverse | ||
- | #Pas mal de programmes dont opera par exemple. Attention les paquets peuvent causer des conflits | ||
- | #[wget http://www.geole.de/fileadmin/data/misc/geole-apt-key.gpg -O - | sudo apt-key add -]</code> | ||
- | ---- |