#1 Le 03/10/2006, à 13:44
- Manu.be
mes mises à jour ne s'installe pas !!!! help me ... please ;)
salut je suis un debutant en matière de linux mais savoir appuyez sur la notification de mise a jour n'a rien de décourageant et pourtant rien ne ce passe il y a une notification comme quoi une application d'administrateur est lancé mais sans suite ... mes mises a jour frole les 200 que puis je faire ? merci d'avance pour quelconque aide que vous m'apporterez ! ciao ciao
Hors ligne
#2 Le 03/10/2006, à 13:51
- bapoumba
Re : mes mises à jour ne s'installe pas !!!! help me ... please ;)
Hum, je ne suis pas sûre de bien tout comprendre. Quand tu as une mise à jour, si tu fais «installer les mises à jour», rien ne se passe ?
Dans une console (ou terminal, dans le menu Accessoires) tu fais :
cat /etc/apt/sources.list
et tu colles le résultat.
Peux-tu coller aussi la réponse à :
sudo apt-get update
Déplacé dans Gestionnaire de paquets.
| Ubuntu Forums |
J'aime les fraises.
Hors ligne
#3 Le 03/10/2006, à 13:51
- uzo
Re : mes mises à jour ne s'installe pas !!!! help me ... please ;)
On va essayer en mode console pour voir.
Dans un terminal copie:
sudo apt-get update && sudo apt-get upgrade
Poste la réponse du terminal si tu pense qu'il y a un problème ;-)
Edit: Oups trop tard...
Dernière modification par uzo (Le 03/10/2006, à 13:51)
Hors ligne
#4 Le 03/10/2006, à 14:00
- Manu.be
Re : mes mises à jour ne s'installe pas !!!! help me ... please ;)
réponse à la cmd "cat /etc/apt/sources.list":
--------------------------------------------------------
deb http://be.archive.ubuntu.com/ubuntu/ dapper main restricted
deb-src http://be.archive.ubuntu.com/ubuntu/ dapper main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://be.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://be.archive.ubuntu.com/ubuntu/ dapper-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://be.archive.ubuntu.com/ubuntu/ dapper universe
# deb-src http://be.archive.ubuntu.com/ubuntu/ dapper universe
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://be.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
# deb-src http://be.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security main restricted
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
# deb http://security.ubuntu.com/ubuntu dapper-security universe
# deb-src http://security.ubuntu.com/ubuntu dapper-security universe
manu@home-linux:~$ clear
manu@home-linux:~$ cat /etc/apt/sources.list
deb http://be.archive.ubuntu.com/ubuntu/ dapper main restricted
deb-src http://be.archive.ubuntu.com/ubuntu/ dapper main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://be.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://be.archive.ubuntu.com/ubuntu/ dapper-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://be.archive.ubuntu.com/ubuntu/ dapper universe
# deb-src http://be.archive.ubuntu.com/ubuntu/ dapper universe
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://be.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
# deb-src http://be.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security main restricted
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
# deb http://security.ubuntu.com/ubuntu dapper-security universe
# deb-src http://security.ubuntu.com/ubuntu dapper-security universe
réponse à la cmd : "sudo apt-get upgrade":
--------------------------------------------------------
sudo: unable to lookup home-linux via gethostbyname()
et pour uzo sache que ca répercute le même chose que le message au dessus ...
donc voila quoi mais je v réessayé et laisser un peu plus de temps a ma machine ... on ne c jamais.
Hors ligne
#5 Le 04/10/2006, à 17:09
- uzo
Re : mes mises à jour ne s'installe pas !!!! help me ... please ;)
Jette un coup d'œil à ça [EN] :
http://ubuntuforums.org/archive/index.php/t-78324.html
D'après ce post, il est possible qu'il y ait un problème dans ton fichier /etc/hosts. Il devrait ressemblait à ça par exemple :
127.0.0.1 localhost le_nom_de_ton_ordi
127.0.1.1 le_nom_de_ton_ordi
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Tu peux faire une sauvegarde avant les modifs pour être sûr:
sudo cp /etc/hosts /etc/hosts.bak
(et l'inverse pour restaurer)
Hors ligne
#6 Le 04/10/2006, à 17:34
- cep
Re : mes mises à jour ne s'installe pas !!!! help me ... please ;)
sudo ne fonctionnera pas dans ce cas.
Il faudra utiliser le mode recovery au boot, dans le menu de grub.
Voir le message posté aujourd'hui : http://forum.ubuntu-fr.org/viewtopic.php?id=66254
Hors ligne