UBUNTU > Configuration d'Ubuntu pour démarrer correctement
1.Mettre à jour les paquets logiciels déjà installés
#sudo apt-get update
#sudo apt-get upgrade
2.Installer les dépôts Universe et Multiverse
Ouvrir le fichier sources.list à partir de la console par la commande:
#sudo gedit /etc/apt/sources.list
## Uncomment the following two lines to fetch updated software from the network
deb http://fr.archive.ubuntu.com/ubuntu hoary main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu hoary main restricted
## Uncomment the following two lines to fetch major bug fix updates produced
## after the final release of the distribution.
deb http://us.archive.ubuntu.com/ubuntu hoary-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu hoary-updates main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://fr.archive.ubuntu.com/ubuntu hoary universe
deb-src http://fr.archive.ubuntu.com/ubuntu hoary universe
deb http://security.ubuntu.com/ubuntu hoary-security main restricted
deb-src http://security.ubuntu.com/ubuntu hoary-security main restricted
deb http://security.ubuntu.com/ubuntu hoary-security universe
deb-src http://security.ubuntu.com/ubuntu hoary-security universe
deb http://fr.archive.ubuntu.com/ubuntu hoary multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu hoary multiverse
deb ftp://ftp.nerim.net/debian-marillat stable main
deb ftp://ftp.nerim.net/debian-marillat unstable main
deb ftp://ftp.nerim.net/debian-marillat testing main
#Codecs vidéo libdvdcss2 (pour lire les DVDs)
deb http://download.videolan.org/pub/videolan/debian woody main
deb-src http://download.videolan.org/pub/videolan/debian woody main
#Codecs pour lire les DIVX
deb http://medibuntu.sos-sts.com/repo/ edgy free
deb http://medibuntu.sos-sts.com/repo/ edgy non-free
deb-src http://medibuntu.sos-sts.com/repo/ edgy free
deb-src http://medibuntu.sos-sts.com/repo/ edgy non-free
Mise à jour de apt-get:
#sudo apt-get update
3.Installer les codecs vidéo
Codecs pour lire les DVDs
#sudo apt-get install libdvdcss2
Codecs vidéo w32codecs (pour lire les DIVXs)
#sudo apt-get install w32codecs
4.Installer UNRAR et RAR
C'est l'équivalent de winrar dans windows; décompression et compression de fichier .rar et autres.
#sudo apt-get install unrar
5.Installer mplayer
#sudo apt-get install mplayer
#sudo apt-get install mozilla-mplayer
6. Installer un lecteur mp3 (XMMS)
#sudo apt-get install xmms
7. Installer le flash player
#sudo apt-get install flashplayer-mozilla
Retour