Hier, j'ai installé une ubuntu Dapper 6.06, même pas eu le temps de finir la vaisselle ... l'install était déjà terminée...

Ensuite j'ai installé quelques paquets perso, voici donc une sources.list complète :

deb http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse


## CORRECTIONS DES BUGS produced after the final release deb http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse


## MISES À JOUR DE SÉCURITÉ deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse


## BACKPORTS DÉPOT (Non-officiel. Peut contenir des paquets illégaux. Utilisez-les à vos propres risques.) deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse


## PLF DÉPOT (Non-officiel. Peut contenir des paquets illégaux. Utilisez-les à vos propres risques.) deb http://packages.freecontrib.org/ubuntu/plf dapper free non-free deb-src http://packages.freecontrib.org/ubuntu/plf dapper free non-free


## DÉPOT CANONICAL COMMERCIAL (Hébergé sur les serveurs Canonical, pas sur ceux d'Ubuntu.
## RealPlayer10, Opera et plus à venir.) deb http://archive.canonical.com/ubuntu dapper-commercial main

puis quelques paquets sympa : sudo apt-get install update sudo apt-get install cvs subversion scite

#pour avoir une vraie jdk

sudo apt-get install sun-java5-jre sun-java5-plugin sudo update-alternatives --config java

Le bon vieux flashplayer sudo apt-get install flashplugin-nonfree sudo update-flashplugin

Acrobat et les plugins associés sudo apt-get install acroread sudo apt-get install mozilla-acroread sudo apt-get install acroread-plugins

Un gestionnaire de téléchargement et un client ftp sudo apt-get install d4x gftp

Un client BitTorrent et puis un client eMule sudo apt-get install azureus amule

Quelques codec et de quoi regarder des DVD sudo apt-get install gstreamer0.10-ffmpeg sudo apt-get install gstreamer0.10-gl sudo apt-get install gstreamer0.10-plugins-base sudo apt-get install gstreamer0.10-plugins-good sudo apt-get install gstreamer0.10-plugins-bad sudo apt-get install gstreamer0.10-plugins-bad-multiverse sudo apt-get install gstreamer0.10-plugins-ugly sudo apt-get install gstreamer0.10-plugins-ugly-multiverse sudo apt-get install libdvdread3 sudo /usr/share/doc/libdvdread3/examples/install-css.sh sudo apt-get install totem-xine sudo apt-get install libdvdcss2 sudo apt-get install xine-ui libxine-extracodecs sudo apt-get install mozilla-plugin-vlc vlc-plugin-* sudo apt-get install mozilla-mplayer sudo apt-get install totem-gstreamer-firefox-plugin

realplayer sudo apt-get install realplay

Et pour toute cela un grand merci à ce wiki : http://ubuntuguide.org/wiki/Ubuntu_dapper_fr :-)