Sous Linux, vous n'avez pas à aller chercher un .exe à droite et un autre à gauche pour installer quelque chose, tout est disponible depuis des dépôts communautaires, un simple clic suffit! Pour les mises à jour, inutile de réinstaller… c'est automatique quelque soit le programme. Alors, pourquoi continuer à vous en priver?
## ----------------------- ## LINUX MINT REPOSITORIES ## ----------------------- ## +++ Linux Mint 5 Elyssa (stable) +++ deb http://packages.linuxmint.com/ elyssa main upstream import romeo community backport ## ------------------- ## UBUNTU REPOSITORIES ## ------------------- ## +++ Ubuntu 8.04 Hardy (stable) +++ deb http://archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu/ hardy-security main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse ## ------------------ ## OTHER REPOSITORIES ## ------------------ ## +++ Canonical +++ deb http://archive.canonical.com/ubuntu/ hardy partner ## +++ Medibuntu (stable) +++ deb http://packages.medibuntu.org/ hardy free non-free ## +++ Ubuntu-Tweak et Freetux TV +++ deb http://ppa.launchpad.net/tualatrix/ubuntu/ hardy main deb http://packages.freetuxtv.org/ubuntu hardy main
faire dans le terminal:
gksudo gedit /etc/apt/sources.list
Sélectionner tout le contenu du fichier et remplacer tout par:
########## UBUNTU deb http://archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu/ hardy-security main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse ########## COMMERCIAL deb http://archive.canonical.com/ubuntu hardy partner ########## Medibuntu ########## faire wget -q http://fr.packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - deb http://fr.packages.medibuntu.org/ hardy free non-free ########## Ubuntu-Tweak deb http://ppa.launchpad.net/tualatrix/ubuntu/ hardy main ########## FREETUX TV ########## faire wget -q http://packages.freetuxtv.org/freetux.gpg -O- | sudo apt-key add - deb http://packages.freetuxtv.org/ubuntu hardy main ########## PLAY ON LINUX ## faire wget -q http://playonlinux.botux.net/pol.gpg -O- | sudo apt-key add - deb http://playonlinux.botux.net/ hardy main
# rpm.livna.org sources.list entries for apt-rpm with repomd support, # http://apt-rpm.laiskiainen.org/ # -- Main repository repomd http://rpm.livna.org/fedora/ $(VERSION)/$(ARCH)/ #repomd http://rpm.livna.org/fedora/ $(VERSION)/$(ARCH)/debug/ #repomd-src http://rpm.livna.org/fedora/ $(VERSION)/SRPMS/ # -- Potential updates in testing #repomd http://rpm.livna.org/fedora/ testing/$(VERSION)/$(ARCH)/ #repomd http://rpm.livna.org/fedora/ testing/$(VERSION)/$(ARCH)/debug/ #repomd-src http://rpm.livna.org/fedora/ testing/$(VERSION)/SRPMS/