marcel_pierre a écrit :
> ./. le systeme se bloque après le lancement de "grub" 

Bonjour,

Je pense que ton sources.list est un peu exotique, or
 c'est lui qui définit où ton système va chercher ses
 mises à jour.

Vérifions (il faut être connecté) :

Télécharger le fichier sources.list.hardy joint, par ex.
 dans ton répertoire personnel, pour moi /home/jean/

1. Ouvrir un terminal
 Applications -> Accessoires -> terminal
 Il affiche le nom d'utilisateur (jean), le nom de la machine
 hôte (pc), l'endroit où on est (ici ~ càd le répertoire home
 de l'utilisateur) et l'invite ($)
 [EMAIL PROTECTED]:~$

Vérifier la présence du fichier
 [EMAIL PROTECTED]:~$ ls sources*
 sources.list.hardy

2. Le copier à la place de /etc/apt/sources.list
 sudo cp sources.list.hardy /etc/apt/sources.list
 [sudo] password for jean:

 Il demande le mot de passe, le saisir et valider

3. Charger la clé du dépôt Medibuntu (attention, c'est long,
 tout copier sur une seule ligne avant de valider)

 wget -q http://fr.packages.medibuntu.org/medibuntu-key.gpg
 -O- | sudo apt-key add -

4. Mettre la liste des logiciels à jour
sudo apt-get update

5. Mettre les logiciels eux-mêmes à jour (ça peut être long)
 sudo apt-get dist-upgrade

Exceptionnellement il faudra redémarrer la machine, le noyau
 Linux ayant été mis à jour.

Cordialement,
-- 
Jean Peyratout - Scideralle : http://scideralle.org
courriel : [EMAIL PROTECTED] - tél. +33 682.059.918

# fichier sources.list pour Ubuntu Hardy Heron 8.04 LTS
# à copier à la place de /etc/apt/sources.list 
# puis : 
# sudo apt-get update
# sudo apt-get upgrade 
#
## principal (hardy) : dépôts français et global
deb http://fr.archive.ubuntu.com/ubuntu/ hardy restricted main universe 
multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy restricted main universe multiverse

## mises à jour (hardy-updates) : dépôts français et global
deb http://fr.archive.ubuntu.com/ubuntu/ hardy-updates restricted main universe 
multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy-updates restricted main universe 
multiverse

## sécurité (hardy-security) : dépôts français et global
deb http://fr.archive.ubuntu.com/ubuntu/ hardy-security restricted main 
universe multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy-security restricted main universe 
multiverse

## backports (hardy-backports, désactivé)
# deb http://fr.archive.ubuntu.com/ubuntu/ hardy-backports main restricted 
universe multiverse

## proposed (hardy-proposed, désactivé)
# deb http://fr.archive.ubuntu.com/ubuntu/ hardy-proposed main restricted 
universe multiverse

## commercial Canonical
deb http://archive.canonical.com/ubuntu hardy partner

## MEDIBUNTU (multimédia, codecs et compléments) 
deb http://fr.packages.medibuntu.org/ hardy free non-free
# clé GPG Medibuntu à télécharger : commande ci-dessous à taper en console
# wget -q http://fr.packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key 
add -






-- 
ubuntu-fr mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-fr

Répondre à