Table des matières

Installation de Debian en "netinstall"

Téléchargement des isos

Tout d’abord on télécharge le cd businesscard

Installation

On suit les instructions. L’installation se fait classiquement par les menus au clavier, /!\on ne sélectionne pas l’environnement graphique par défaut. (gnome) !! Ensuite on redémarre l’ordinateur . 1 er redémarrage

ajout des dépôts et mises à jour

en root ( ‘su’ puis mot de passe du root )

#nano /etc/apt/sources.list

On enlève les lignes écrites et on mets les suivantes ( suivant que l’on veut être en stable testing ou unstable)

##dépôts officiels
deb http://ftp2.fr.debian.org/debian/ stable main non-free contrib
deb-src http://ftp2.fr.debian.org/debian / stable main non-free contrib
##Marillat (codecs)
deb http://www.debian-multimedia.org/ stable main 
##dépôts officiels
deb http://ftp2.fr.debian.org/debian/ testing main non-free contrib
deb-src http://ftp2.fr.debian.org/debian / testing main non-free contrib
##Marillat (codecs)
deb http://www.debian-multimedia.org/ testing main 
##dépôts officiels
deb http://ftp2.fr.debian.org/debian/ unstable main non-free contrib
deb-src http://ftp2.fr.debian.org/debian / unstable main non-free contrib
##Marillat (codecs)
deb http://www.debian-multimedia.org/ unstable main 
#apt-get update && apt-get dist-upgrade
#reboot

installation de l'environnement

moteur graphique

en root :

#apt-get install linux-headers-`uname -r` 
#apt-get install xfonts-base 
#apt-get install xserver-xorg-input-all
#apt-get install xserver-xorg-video-nv
#apt-get install xserver-xorg-video-ati
 #apt-get install xserver-xorg-video-intel
 #apt-get install xserver-xorg-video-***
  #apt-get install xserver-xorg-video-all
 #nano /etc/X11/xorg.conf

environnement graphique DE BASE

KDE
#apt-get install kde-core kdm
GNOME
#apt-get install gnome-core gdm
XFCE
#apt-get install xfce4 xdm

le son

en root

#apt-get install alsa-base linux-sound-base

Maintenant il faut installer le controleur sonore qui dépend de l’environnement graphique choisi

KDE
#apt-get install kmix
GNOME
XFCE

Maintenant il ne reste plus qu’a redémarrer l’ordinateur : en root

#reboot

Ensuite pour pauffiner votre environnement il faut allez aus rubriques respectives.


Retour à la page Debian