Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 29/03/2017, à 17:45

ribou86

[RESOLU]mise à jour impossible

;)Bonjour,
je viens vous voir car je souhaite mettre ubuntu à jour avec la derniere version mais j'ai un souci lors de l'installation.

J'ai ce message qui apparait:

La mise à niveau a échoué. La mise à niveau a besoin de 55,2 M
d'espace libre sur le disque « /boot ». Veuillez libérer un espace
supplémentaire de 19,6 M sur le disque « /boot ». Videz la corbeille
et supprimez les paquets logiciels temporaires à l'aide de
l'application Système > Administration > Nettoyage du système, ou en
tapant la commande suivante dans un terminal : « sudo apt-get clean
».

Je n'arrive pas à trouver la solution je tourne en rond.... Quelqu’un peut m'aider?

merci

Dernière modification par ribou86 (Le 06/04/2017, à 14:09)

Hors ligne

#2 Le 29/03/2017, à 18:05

nam1962

Re : [RESOLU]mise à jour impossible

Classique ton /boot doit être bloqué car plein de vieux kernels !
Donne nous :

df -Th
df -i
cat /etc/apt/sources.list
ls /etc/apt/sources.list.d -1
dpkg -l | grep -Ei "linux-(g|h|i|lo|si|t)"
uname -r

Dernière modification par nam1962 (Le 29/03/2017, à 18:17)


[ Modéré ]

Hors ligne

#3 Le 29/03/2017, à 18:25

nam1962

Re : [RESOLU]mise à jour impossible

big_smile corrigé !


[ Modéré ]

Hors ligne

#4 Le 29/03/2017, à 18:33

erresse

Re : [RESOLU]mise à jour impossible

Et, une fois de plus, l'utilisateur confond "mise à jour" et "mise à niveau" !!!
Il serait bon de trouver des appellations vraiment différentes pour ces deux opérations qui n'ont rien de commun...
Après tout, on a bien fini par remplacer "dist-upgrade" par "full-upgrade" pour éviter les confusions, avec l'apparition de "apt" au lieu de "apt-get" (bien sue les deux formes subsistent et soient également fonctionnelles).
Et encore, ici, il ne s'agit (pour le moment) que de la partition "/boot", mais lorsque le système est installé un peu à l'étroit, avec la somme des modifications chargées lors d'une mise à niveau, il y a un fort risque de tout bloquer et de laisser la machine dans un état instable !


Plus de 50 ans d'informatique, ça en fait des lignes de commandes en console, mais on n'avait pas le choix...
Excellente raison pour, aujourd'hui qu'on le peut, utiliser au maximum les INTERFACES GRAPHIQUES !
Important : Une fois résolu, pensez à clore votre sujet en ajoutant [Résolu] devant le titre du 1er message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.

Hors ligne

#5 Le 29/03/2017, à 19:08

jplemoine

Re : [RESOLU]mise à jour impossible

+1 pour erresse.
Vivent le nettoyage par le vide et l'install " from Scratch".


Membre de l'ALDIL (Association Lyonnaise pour le Développement de l'Informatique Libre)
- En pro, après 20 ans de développement, administrateur Linux / Unix depuis Avril 2019.
- En privé, sous Ubuntu-Xubuntu depuis 2009.

Hors ligne

#6 Le 29/03/2017, à 21:28

nam1962

Re : [RESOLU]mise à jour impossible

Ça n'existe pas dans le monde Arch, ce sujet tongue


[ Modéré ]

Hors ligne

#7 Le 30/03/2017, à 13:40

ribou86

Re : [RESOLU]mise à jour impossible

nam1962 a écrit :

Classique ton /boot doit être bloqué car plein de vieux kernels !
Donne nous :

df -Th
df -i
cat /etc/apt/sources.list
ls /etc/apt/sources.list.d -1
dpkg -l | grep -Ei "linux-(g|h|i|lo|si|t)"
uname -r

Voilà! ça fait pas mal d'infos....

ribette@ribette-VN454AA-ABF-p6243fr:~$ df -Th
Sys. de fichiers Type     Taille Utilisé Dispo Uti% Monté sur
udev             devtmpfs   2,9G    4,0K  2,9G   1% /dev
tmpfs            tmpfs      596M    1,6M  595M   1% /run
/dev/dm-0        ext4       682G    438G  210G  68% /
none             tmpfs      4,0K       0  4,0K   0% /sys/fs/cgroup
none             tmpfs      5,0M       0  5,0M   0% /run/lock
none             tmpfs      3,0G    224K  3,0G   1% /run/shm
none             tmpfs      100M     44K  100M   1% /run/user
/dev/sda1        ext2       236M    190M   34M  85% /boot
ribette@ribette-VN454AA-ABF-p6243fr:~$ df -i
Sys. de fichiers   Inœuds  IUtil.   ILibre IUti% Monté sur
udev               759769     569   759200    1% /dev
tmpfs              762651     665   761986    1% /run
/dev/dm-0        45383680 4207450 41176230   10% /
none               762651       2   762649    1% /sys/fs/cgroup
none               762651       4   762647    1% /run/lock
none               762651       7   762644    1% /run/shm
none               762651      27   762624    1% /run/user
/dev/sda1           62248     328    61920    1% /boot
ribette@ribette-VN454AA-ABF-p6243fr:~$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 14.04.1 LTS _Trusty Tahr_ - Release amd64 (20140722.2)]/ trusty main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. 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/ trusty universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty universe
deb http://fr.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-updates universe

## 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
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ trusty multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-updates multiverse

## 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://fr.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu trusty-security main restricted
deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
deb http://security.ubuntu.com/ubuntu trusty-security universe
deb-src http://security.ubuntu.com/ubuntu trusty-security universe
deb http://security.ubuntu.com/ubuntu trusty-security multiverse
deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu trusty partner
deb-src http://archive.canonical.com/ubuntu trusty partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main
deb http://fr.archive.ubuntu.com/ubuntu/ trusty-proposed multiverse restricted universe main
ribette@ribette-VN454AA-ABF-p6243fr:~$ ls /etc/apt/sources.list.d -1
google-earth.list
google-earth.list.distUpgrade
google-earth.list.save
ribette@ribette-VN454AA-ABF-p6243fr:~$ dpkg -l | grep -Ei "linux-(g|h|i|lo|si|t)"
ii  linux-headers-3.13.0-53                               3.13.0-53.89                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-53-generic                       3.13.0-53.89                                        amd64        Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
ii  linux-headers-3.13.0-65                               3.13.0-65.106                                       all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-65-generic                       3.13.0-65.106                                       amd64        Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
ii  linux-headers-3.13.0-76                               3.13.0-76.120                                       all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-76-generic                       3.13.0-76.120                                       amd64        Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
ii  linux-headers-3.13.0-80                               3.13.0-80.124                                       all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-80-generic                       3.13.0-80.124                                       amd64        Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
ii  linux-headers-3.13.0-85                               3.13.0-85.129                                       all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-85-generic                       3.13.0-85.129                                       amd64        Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
ii  linux-headers-3.13.0-86                               3.13.0-86.131                                       all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-86-generic                       3.13.0-86.131                                       amd64        Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-3.13.0-53-generic                         3.13.0-53.89                                        amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-3.13.0-65-generic                         3.13.0-65.106                                       amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-3.13.0-76-generic                         3.13.0-76.120                                       amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-3.13.0-80-generic                         3.13.0-80.124                                       amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-3.13.0-85-generic                         3.13.0-85.129                                       amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-3.13.0-86-generic                         3.13.0-86.131                                       amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-extra-3.13.0-53-generic                   3.13.0-53.89                                        amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-extra-3.13.0-65-generic                   3.13.0-65.106                                       amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-extra-3.13.0-76-generic                   3.13.0-76.120                                       amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-extra-3.13.0-80-generic                   3.13.0-80.124                                       amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-extra-3.13.0-85-generic                   3.13.0-85.129                                       amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-extra-3.13.0-86-generic                   3.13.0-86.131                                       amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP

Dernière modification par ribou86 (Le 30/03/2017, à 16:23)

Hors ligne

#8 Le 30/03/2017, à 13:51

ribou86

Re : [RESOLU]mise à jour impossible

erresse a écrit :

Et, une fois de plus, l'utilisateur confond "mise à jour" et "mise à niveau" !!!
Il serait bon de trouver des appellations vraiment différentes pour ces deux opérations qui n'ont rien de commun...
Après tout, on a bien fini par remplacer "dist-upgrade" par "full-upgrade" pour éviter les confusions, avec l'apparition de "apt" au lieu de "apt-get" (bien sue les deux formes subsistent et soient également fonctionnelles).
Et encore, ici, il ne s'agit (pour le moment) que de la partition "/boot", mais lorsque le système est installé un peu à l'étroit, avec la somme des modifications chargées lors d'une mise à niveau, il y a un fort risque de tout bloquer et de laisser la machine dans un état instable !

desolé pour cette erreur de vocabulaire!

Hors ligne

#9 Le 30/03/2017, à 14:01

nam1962

Re : [RESOLU]mise à jour impossible

Warf ! Ca pique les yeux !
Peux tu mettre tes retours entre balises code :
1430125750.png

Bon, tu as les dépôts proposed, urgence médicale, supprime les dans :

software-properties-gtk

Puis :

sudo apt autoclean
sudo apt clean
sudo apt update
[[ $(apt-mark showmanual | egrep 'linux-.*[0-9]') ]] && sudo apt-mark auto $(apt-mark showmanual | egrep linux-.*[0-9])
sudo apt autoremove
sudo apt install -f
sudo apt full-upgrade

Donne les retours de chaque commande, on verra si cela suffit.


[ Modéré ]

Hors ligne

#10 Le 30/03/2017, à 14:02

jplemoine

Re : [RESOLU]mise à jour impossible

Serait-il possible de rendre ton post #7 lisible en respectant les règles du retour lisible (notamment l'utilisation des balises code) ?


Membre de l'ALDIL (Association Lyonnaise pour le Développement de l'Informatique Libre)
- En pro, après 20 ans de développement, administrateur Linux / Unix depuis Avril 2019.
- En privé, sous Ubuntu-Xubuntu depuis 2009.

Hors ligne

#11 Le 30/03/2017, à 16:42

ribou86

Re : [RESOLU]mise à jour impossible

ribette@ribette-VN454AA-ABF-p6243fr:~$ sudo apt autoclean
[sudo] password for ribette: 
E: L'opération autoclean n'est pas valable

Hors ligne

#12 Le 30/03/2017, à 16:43

ribou86

Re : [RESOLU]mise à jour impossible

ribette@ribette-VN454AA-ABF-p6243fr:~$ sudo apt clean
E: L'opération clean n'est pas valable

Hors ligne

#13 Le 30/03/2017, à 16:43

ribou86

Re : [RESOLU]mise à jour impossible

ribette@ribette-VN454AA-ABF-p6243fr:~$ sudo apt update
Ign http://extras.ubuntu.com trusty InRelease                                  
Ign http://dl.google.com stable InRelease                                      
Atteint http://extras.ubuntu.com trusty Release.gpg                            
Atteint http://dl.google.com stable Release.gpg                                
Atteint http://extras.ubuntu.com trusty Release                                
Atteint http://dl.google.com stable Release                                    
Atteint http://extras.ubuntu.com trusty/main Sources                           
Atteint http://dl.google.com stable/main amd64 Packages                        
Atteint http://extras.ubuntu.com trusty/main amd64 Packages                    
Atteint http://dl.google.com stable/main i386 Packages                         
Atteint http://extras.ubuntu.com trusty/main i386 Packages                     
Ign http://fr.archive.ubuntu.com trusty InRelease                              
Ign http://archive.canonical.com trusty InRelease                              
Réception de : 1 http://fr.archive.ubuntu.com trusty-updates InRelease [65,9 kB]
Atteint http://archive.canonical.com trusty Release.gpg                        
Réception de : 2 http://security.ubuntu.com trusty-security InRelease [65,9 kB]
Atteint http://archive.canonical.com trusty Release                            
Atteint http://archive.canonical.com trusty/partner Sources                    
Atteint http://fr.archive.ubuntu.com trusty-backports InRelease                
Atteint http://archive.canonical.com trusty/partner amd64 Packages             
Réception de : 3 http://security.ubuntu.com trusty-security/main Sources [128 kB]
Atteint http://fr.archive.ubuntu.com trusty Release.gpg                        
Atteint http://archive.canonical.com trusty/partner i386 Packages              
Réception de : 4 http://fr.archive.ubuntu.com trusty-updates/main Sources [394 kB]
Atteint http://archive.canonical.com trusty/partner Translation-en             
Réception de : 5 http://security.ubuntu.com trusty-security/restricted Sources [4 941 B]
Ign http://dl.google.com stable/main Translation-fr_FR                         
Réception de : 6 http://security.ubuntu.com trusty-security/universe Sources [50,3 kB]
Ign http://dl.google.com stable/main Translation-fr                            
Ign http://extras.ubuntu.com trusty/main Translation-fr_FR                     
Réception de : 7 http://security.ubuntu.com trusty-security/multiverse Sources [3 203 B]
Ign http://dl.google.com stable/main Translation-en                            
Ign http://extras.ubuntu.com trusty/main Translation-fr                        
Réception de : 8 http://fr.archive.ubuntu.com trusty-updates/restricted Sources [6 327 B]
Ign http://extras.ubuntu.com trusty/main Translation-en                        
Réception de : 9 http://security.ubuntu.com trusty-security/main amd64 Packages [602 kB]
Réception de : 10 http://fr.archive.ubuntu.com trusty-updates/universe Sources [175 kB]
Réception de : 11 http://fr.archive.ubuntu.com trusty-updates/multiverse Sources [7 763 B]
Réception de : 12 http://fr.archive.ubuntu.com trusty-updates/main amd64 Packages [968 kB]
Réception de : 13 http://security.ubuntu.com trusty-security/restricted amd64 Packages [14,0 kB]
Réception de : 14 http://security.ubuntu.com trusty-security/universe amd64 Packages [155 kB]
Réception de : 15 http://fr.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17,1 kB]
Réception de : 16 http://fr.archive.ubuntu.com trusty-updates/universe amd64 Packages [402 kB]
Réception de : 17 http://security.ubuntu.com trusty-security/multiverse amd64 Packages [4 143 B]
Réception de : 18 http://fr.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14,3 kB]
Réception de : 19 http://security.ubuntu.com trusty-security/main i386 Packages [561 kB]
Réception de : 20 http://fr.archive.ubuntu.com trusty-updates/main i386 Packages [928 kB]
Réception de : 21 http://security.ubuntu.com trusty-security/restricted i386 Packages [13,8 kB]
Réception de : 22 http://fr.archive.ubuntu.com trusty-updates/restricted i386 Packages [16,9 kB]
Réception de : 23 http://fr.archive.ubuntu.com trusty-updates/universe i386 Packages [403 kB]
Réception de : 24 http://security.ubuntu.com trusty-security/universe i386 Packages [155 kB]
Réception de : 25 http://fr.archive.ubuntu.com trusty-updates/multiverse i386 Packages [14,6 kB]
Atteint http://fr.archive.ubuntu.com trusty-updates/main Translation-en        
Réception de : 26 http://security.ubuntu.com trusty-security/multiverse i386 Packages [4 292 B]
Atteint http://fr.archive.ubuntu.com trusty-updates/multiverse Translation-en  
Atteint http://fr.archive.ubuntu.com trusty-updates/restricted Translation-en  
Atteint http://security.ubuntu.com trusty-security/main Translation-en         
Atteint http://fr.archive.ubuntu.com trusty-updates/universe Translation-en    
Atteint http://fr.archive.ubuntu.com trusty-backports/main Sources             
Atteint http://security.ubuntu.com trusty-security/multiverse Translation-en   
Atteint http://fr.archive.ubuntu.com trusty-backports/restricted Sources       
Atteint http://fr.archive.ubuntu.com trusty-backports/universe Sources         
Atteint http://security.ubuntu.com trusty-security/restricted Translation-en   
Atteint http://fr.archive.ubuntu.com trusty-backports/multiverse Sources       
Atteint http://fr.archive.ubuntu.com trusty-backports/main amd64 Packages      
Atteint http://security.ubuntu.com trusty-security/universe Translation-en     
Atteint http://fr.archive.ubuntu.com trusty-backports/restricted amd64 Packages
Atteint http://fr.archive.ubuntu.com trusty-backports/universe amd64 Packages  
Atteint http://fr.archive.ubuntu.com trusty-backports/multiverse amd64 Packages
Atteint http://fr.archive.ubuntu.com trusty-backports/main i386 Packages       
Atteint http://fr.archive.ubuntu.com trusty-backports/restricted i386 Packages 
Atteint http://fr.archive.ubuntu.com trusty-backports/universe i386 Packages   
Atteint http://fr.archive.ubuntu.com trusty-backports/multiverse i386 Packages 
Atteint http://fr.archive.ubuntu.com trusty-backports/main Translation-en      
Atteint http://fr.archive.ubuntu.com trusty-backports/multiverse Translation-en
Atteint http://fr.archive.ubuntu.com trusty-backports/restricted Translation-en
Atteint http://fr.archive.ubuntu.com trusty-backports/universe Translation-en  
Atteint http://fr.archive.ubuntu.com trusty Release                            
Atteint http://fr.archive.ubuntu.com trusty/main Sources                       
Atteint http://fr.archive.ubuntu.com trusty/restricted Sources                 
Atteint http://fr.archive.ubuntu.com trusty/universe Sources                   
Atteint http://fr.archive.ubuntu.com trusty/multiverse Sources                 
Atteint http://fr.archive.ubuntu.com trusty/main amd64 Packages                
Atteint http://fr.archive.ubuntu.com trusty/restricted amd64 Packages          
Atteint http://fr.archive.ubuntu.com trusty/universe amd64 Packages            
Atteint http://fr.archive.ubuntu.com trusty/multiverse amd64 Packages          
Atteint http://fr.archive.ubuntu.com trusty/main i386 Packages                 
Atteint http://fr.archive.ubuntu.com trusty/restricted i386 Packages           
Atteint http://fr.archive.ubuntu.com trusty/universe i386 Packages             
Atteint http://fr.archive.ubuntu.com trusty/multiverse i386 Packages           
Atteint http://fr.archive.ubuntu.com trusty/main Translation-fr                
Atteint http://fr.archive.ubuntu.com trusty/main Translation-en                
Atteint http://fr.archive.ubuntu.com trusty/multiverse Translation-fr          
Atteint http://fr.archive.ubuntu.com trusty/multiverse Translation-en          
Atteint http://fr.archive.ubuntu.com trusty/restricted Translation-fr          
Atteint http://fr.archive.ubuntu.com trusty/restricted Translation-en          
Atteint http://fr.archive.ubuntu.com trusty/universe Translation-fr            
Atteint http://fr.archive.ubuntu.com trusty/universe Translation-en            
Ign http://fr.archive.ubuntu.com trusty/main Translation-fr_FR                 
Ign http://fr.archive.ubuntu.com trusty/multiverse Translation-fr_FR           
Ign http://fr.archive.ubuntu.com trusty/restricted Translation-fr_FR           
Ign http://fr.archive.ubuntu.com trusty/universe Translation-fr_FR             
5 174 ko réceptionnés en 19s (267 ko/s)                                        
Lecture des listes de paquets... Fait
W: Aucune clé publique n'est disponible pour la/les clé(s) suivante(s) :
1397BC53640DB551
ribette@ribette-VN454AA-ABF-p6243fr:~$ 

Hors ligne

#14 Le 30/03/2017, à 16:44

ribou86

Re : [RESOLU]mise à jour impossible

ribette@ribette-VN454AA-ABF-p6243fr:~$ [[ $(apt-mark showmanual | egrep 'linux-.*[0-9]') ]] && sudo apt-mark auto $(apt-mark showmanual | egrep linux-.*[0-9])
linux-headers-3.13.0-53 passé en « installé automatiquement ».
linux-headers-3.13.0-53-generic passé en « installé automatiquement ».
linux-headers-3.13.0-65 passé en « installé automatiquement ».
linux-headers-3.13.0-65-generic passé en « installé automatiquement ».
linux-headers-3.13.0-76 passé en « installé automatiquement ».
linux-headers-3.13.0-76-generic passé en « installé automatiquement ».
linux-headers-3.13.0-80 passé en « installé automatiquement ».
linux-headers-3.13.0-80-generic passé en « installé automatiquement ».
linux-headers-3.13.0-85 passé en « installé automatiquement ».
linux-headers-3.13.0-85-generic passé en « installé automatiquement ».
linux-image-3.13.0-53-generic passé en « installé automatiquement ».
linux-image-3.13.0-65-generic passé en « installé automatiquement ».
linux-image-3.13.0-76-generic passé en « installé automatiquement ».
linux-image-3.13.0-80-generic passé en « installé automatiquement ».
linux-image-3.13.0-85-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-53-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-65-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-76-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-80-generic passé en « installé automatiquement ».
linux-image-extra-3.13.0-85-generic passé en « installé automatiquement ».

Hors ligne

#15 Le 30/03/2017, à 16:45

ribou86

Re : [RESOLU]mise à jour impossible

ribette@ribette-VN454AA-ABF-p6243fr:~$ sudo apt autoremove
E: L'opération autoremove n'est pas valable

Hors ligne

#16 Le 30/03/2017, à 16:45

ribou86

Re : [RESOLU]mise à jour impossible

ribette@ribette-VN454AA-ABF-p6243fr:~$ sudo apt install -f
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  linux-headers-3.13.0-53 linux-headers-3.13.0-53-generic
  linux-headers-3.13.0-65 linux-headers-3.13.0-65-generic
  linux-headers-3.13.0-76 linux-headers-3.13.0-76-generic
  linux-headers-3.13.0-80 linux-headers-3.13.0-80-generic
  linux-image-3.13.0-53-generic linux-image-3.13.0-65-generic
  linux-image-3.13.0-76-generic linux-image-3.13.0-80-generic
  linux-image-extra-3.13.0-53-generic linux-image-extra-3.13.0-65-generic
  linux-image-extra-3.13.0-76-generic linux-image-extra-3.13.0-80-generic
Veuillez utiliser « apt-get autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 150 non mis à jour.
ribette@ribette-VN454AA-ABF-p6243fr:~$ 

Hors ligne

#17 Le 30/03/2017, à 16:48

ribou86

Re : [RESOLU]mise à jour impossible

ribette@ribette-VN454AA-ABF-p6243fr:~$ sudo apt full-upgrade
[sudo] password for ribette: 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  linux-headers-3.13.0-53 linux-headers-3.13.0-53-generic
  linux-headers-3.13.0-65 linux-headers-3.13.0-65-generic
  linux-headers-3.13.0-76 linux-headers-3.13.0-76-generic
  linux-headers-3.13.0-80 linux-headers-3.13.0-80-generic
  linux-image-3.13.0-53-generic linux-image-3.13.0-65-generic
  linux-image-3.13.0-76-generic linux-image-3.13.0-80-generic
  linux-image-extra-3.13.0-53-generic linux-image-extra-3.13.0-65-generic
  linux-image-extra-3.13.0-76-generic linux-image-extra-3.13.0-80-generic
Veuillez utiliser « apt-get autoremove » pour les supprimer.
Les NOUVEAUX paquets suivants seront installés :
  libxtst6:i386
Les paquets suivants seront mis à jour :
  apparmor dh-apparmor eject firefox firefox-locale-en firefox-locale-fr
  flashplugin-installer fonts-opensymbol gir1.2-gst-plugins-base-1.0
  google-earth-stable:i386 gstreamer0.10-alsa gstreamer0.10-gconf
  gstreamer0.10-plugins-base gstreamer0.10-plugins-base-apps
  gstreamer0.10-plugins-good gstreamer0.10-pulseaudio gstreamer0.10-x
  gstreamer1.0-alsa gstreamer1.0-plugins-base gstreamer1.0-plugins-base-apps
  gstreamer1.0-plugins-good gstreamer1.0-pulseaudio gstreamer1.0-x icoutils
  imagemagick imagemagick-common kdelibs-bin kdelibs5-data kdelibs5-plugins
  kdoctools libapparmor-perl libapparmor1 libarchive13 libc-bin libc-dev-bin
  libc6 libc6:i386 libc6-dbg libc6-dev libc6-i386 libcuda1-340 libevent-2.0-5
  libfreetype6 libfreetype6:i386 libgd3 libgd3:i386 libgnutls-openssl27
  libgnutls26 libgnutls26:i386 libgstreamer-plugins-base0.10-0
  libgstreamer-plugins-base0.10-0:i386 libgstreamer-plugins-base1.0-0
  libgstreamer-plugins-good1.0-0 libicu52 libkcmutils4 libkde3support4
  libkdeclarative5 libkdecore5 libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4
  libkemoticons4 libkfile4 libkhtml5 libkidletime4 libkio5 libkjsapi4
  libkjsembed4 libkmediaplayer4 libknewstuff2-4 libknewstuff3-4
  libknotifyconfig4 libkntlm4 libkparts4 libkprintutils4 libkpty4
  libkrosscore4 libktexteditor4 libkunitconversion4 libmagick++5
  libmagickcore5 libmagickcore5-extra libmagickwand5 libnepomuk4
  libnepomukquery4a libnepomukutils4 libnm-gtk-common libnm-gtk0
  libnss-winbind liboxideqt-qmlplugin liboxideqtcore0 liboxideqtquick0
  libpam-winbind libplasma3 libpurple-bin libpurple0
  libreoffice-avmedia-backend-gstreamer libreoffice-base-core libreoffice-calc
  libreoffice-common libreoffice-core libreoffice-draw libreoffice-gnome
  libreoffice-gtk libreoffice-impress libreoffice-math libreoffice-ogltrans
  libreoffice-pdfimport libreoffice-presentation-minimizer
  libreoffice-style-human libreoffice-writer libsmbclient libsolid4
  libthreadweaver4 libtiff5 libtiff5:i386 libwbclient0 libxml2 libxml2:i386
  libxml2-utils linux-libc-dev multiarch-support network-manager-gnome
  nvidia-331 nvidia-340 nvidia-opencl-icd-340 oxideqt-codecs perlmagick
  python-imaging python-libxml2 python-pil python-samba python3-uno samba
  samba-common samba-common-bin samba-dsdb-modules samba-libs
  samba-vfs-modules smbclient thunderbird thunderbird-gnome-support
  thunderbird-locale-en thunderbird-locale-en-gb thunderbird-locale-en-us
  thunderbird-locale-fr uno-libs3 ure winbind
150 mis à jour, 1 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 364 Mo dans les archives.
Après cette opération, 13,5 Mo d'espace disque seront libérés.
Souhaitez-vous continuer ? [O/n]

Hors ligne

#18 Le 30/03/2017, à 16:49

ribou86

Re : [RESOLU]mise à jour impossible

voilà! et merci de votre aide c'est compliqué pour moi mais j’apprends de vos remarques wink

Hors ligne

#19 Le 30/03/2017, à 16:53

jplemoine

Re : [RESOLU]mise à jour impossible

A priori, le système n'a pas aimé la saturation du disque.....


Membre de l'ALDIL (Association Lyonnaise pour le Développement de l'Informatique Libre)
- En pro, après 20 ans de développement, administrateur Linux / Unix depuis Avril 2019.
- En privé, sous Ubuntu-Xubuntu depuis 2009.

Hors ligne

#20 Le 30/03/2017, à 17:25

ribou86

Re : [RESOLU]mise à jour impossible

oui à priori j'ai toujours le même souci d'espace disque...:mad:

Hors ligne

#21 Le 30/03/2017, à 18:21

nam1962

Re : [RESOLU]mise à jour impossible

Alors tu es sur trusty, apt n'est pas complet pour cette version, du coup, passe :

sudo apt-get autoremove
sudo apt-get autoclean
sudo apt-get clean

Et donne nous :

cat /etc/apt/sources.list
ls /etc/apt/sources.list.d

Dernière modification par nam1962 (Le 30/03/2017, à 18:23)


[ Modéré ]

Hors ligne

#22 Le 30/03/2017, à 19:19

ribou86

Re : [RESOLU]mise à jour impossible

ribette@ribette-VN454AA-ABF-p6243fr:~$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 14.04.1 LTS _Trusty Tahr_ - Release amd64 (20140722.2)]/ trusty main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. 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/ trusty universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty universe
deb http://fr.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-updates universe

## 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 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ trusty multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-updates multiverse

## 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://fr.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu trusty-security main restricted
deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
deb http://security.ubuntu.com/ubuntu trusty-security universe
deb-src http://security.ubuntu.com/ubuntu trusty-security universe
deb http://security.ubuntu.com/ubuntu trusty-security multiverse
deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu trusty partner
deb-src http://archive.canonical.com/ubuntu trusty partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main
ribette@ribette-VN454AA-ABF-p6243fr:~$ 

Hors ligne

#23 Le 30/03/2017, à 19:20

ribou86

Re : [RESOLU]mise à jour impossible

ribette@ribette-VN454AA-ABF-p6243fr:~$ ls /etc/apt/sources.list.d
google-earth.list  google-earth.list.distUpgrade  google-earth.list.save

Hors ligne

#24 Le 30/03/2017, à 21:53

nam1962

Re : [RESOLU]mise à jour impossible

C'est google earth le coupable de l'erreur de clef.

sudo rm /etc/apt/sources.list.d/google*
sudo apt-get update && sudo apt-get dist-upgrade

Pour contrôle :

dpkg -l | grep -Ei "linux-(g|h|i|lo|si|t)"

[ Modéré ]

Hors ligne

#25 Le 31/03/2017, à 07:38

ribou86

Re : [RESOLU]mise à jour impossible

ribette@ribette-VN454AA-ABF-p6243fr:~$ dpkg -l | grep -Ei "linux-(g|h|i|lo|si|t)"
ii  linux-headers-3.13.0-85                               3.13.0-85.129                                       all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-85-generic                       3.13.0-85.129                                       amd64        Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
ii  linux-headers-3.13.0-86                               3.13.0-86.131                                       all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-86-generic                       3.13.0-86.131                                       amd64        Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
rc  linux-image-3.13.0-53-generic                         3.13.0-53.89                                        amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc  linux-image-3.13.0-65-generic                         3.13.0-65.106                                       amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc  linux-image-3.13.0-76-generic                         3.13.0-76.120                                       amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc  linux-image-3.13.0-80-generic                         3.13.0-80.124                                       amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-3.13.0-85-generic                         3.13.0-85.129                                       amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-3.13.0-86-generic                         3.13.0-86.131                                       amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc  linux-image-extra-3.13.0-53-generic                   3.13.0-53.89                                        amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc  linux-image-extra-3.13.0-65-generic                   3.13.0-65.106                                       amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc  linux-image-extra-3.13.0-76-generic                   3.13.0-76.120                                       amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
rc  linux-image-extra-3.13.0-80-generic                   3.13.0-80.124                                       amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-extra-3.13.0-85-generic                   3.13.0-85.129                                       amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-extra-3.13.0-86-generic                   3.13.0-86.131                                       amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP

Hors ligne