#26 Le 18/03/2020, à 13:24
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
Je sais bien que Zorin a foutu le bordel ^^, c'est bien pour ça que je sollicite votre aide à tous !
A l'avenir, je ne referai pas cette bêtise
Voila le résultat de la commande :
val@blackypred:~$ apt policy libc-bin
libc-bin:
Installed: (none)
Candidate: 2.27-3ubuntu1
Version table:
2.28-0ubuntu1+zorin4 -1
100 /var/lib/dpkg/status
2.27-3ubuntu1 500
500 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
Hors ligne
#27 Le 18/03/2020, à 13:31
- nany
Re : [Résolue] Problème libc6 version trop élevé
Bon, alors :
sudo apt install -y --reinstall libc-bin=2.27-3ubuntu1
En ligne
#28 Le 18/03/2020, à 13:37
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
J'ai une bien triste nouvelle ....
val@blackypred:~$ sudo apt install -y --reinstall libc-bin=2.27-3ubuntu1
[sudo] password for val:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libc-bin : Depends: libc6 (< 2.28) but 2.28-0ubuntu1+zorin4 is to be installed
E: Unable to correct problems, you have held broken packages.
Hors ligne
#29 Le 18/03/2020, à 14:02
- nany
Re : [Résolue] Problème libc6 version trop élevé
Je n’ai malheureusement plus d’idée.
Je crains qu’il va falloir faire une réinstallation en bonne et due forme d’Ubuntu.
En ligne
#30 Le 18/03/2020, à 14:05
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
Aïe, je m'y attendais, j'attends encore un peu si de nouvelles solutions apparaissent mais un grand merci à vous tous pour votre mobilisation.
Hors ligne
#31 Le 18/03/2020, à 14:35
- ylag
Re : [Résolue] Problème libc6 version trop élevé
Bonjour,
Avant de jeter l'éponge, peut-être tenter de forcer la version 2.27-3ubuntu1 de libc6 et de libc-bin à la volée dans une seule commande; ça pourrait permettre à apt de résoudre le problème de dépendance circulaire:
sudo apt install libc6=2.27-3ubuntu1 libc-bin=2.27-3ubuntu1
?
Dernière modification par ylag (Le 18/03/2020, à 14:37)
Hors ligne
#32 Le 18/03/2020, à 15:20
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
Toujours le problème :
val@blackypred:~$ sudo apt install libc6=2.27-3ubuntu1 libc-bin=2.27-3ubuntu1
[sudo] password for val:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
glibc-doc locales
The following packages will be REMOVED:
libxau6:i386
The following NEW packages will be installed:
libc-bin
The following packages will be DOWNGRADED:
libc6
0 upgraded, 1 newly installed, 1 downgraded, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0 B/3465 kB of archives.
After this operation, 3991 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "C.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Can't exec "locale": No such file or directory at /usr/share/perl5/Debconf/Encoding.pm line 16.
Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at /usr/share/perl5/Debconf/Encoding.pm line 17.
Preconfiguring packages ...
dpkg: warning: 'ldconfig' not found in PATH or not executable
dpkg: error: 1 expected program not found in PATH or not executable
Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin
E: Sub-process /usr/bin/dpkg returned an error code (2)
Hors ligne
#33 Le 18/03/2020, à 15:39
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
Euhhh
val@blackypred:~$ locale
Command 'locale' not found, but can be installed with:
sudo apt install libc-bin
Hors ligne
#34 Le 18/03/2020, à 15:42
- ylag
Re : [Résolue] Problème libc6 version trop élevé
Re,
Au point où tu en es, peut-être une autre tentative en essayant avec la variable d'environnement LC_ALL=C:
LC_ALL=C ; sudo apt install libc6=2.27-3ubuntu1 libc-bin=2.27-3ubuntu1
Avec ses vastes connaissances du système, peut-être que @nany pourrait tirer quelque-chose de plus dans les retours au #32?
A+
Dernière modification par ylag (Le 18/03/2020, à 15:49)
Hors ligne
#35 Le 18/03/2020, à 15:44
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
Es tu sur de la commande ?
val@blackypred:~$ LC_ALL-C ; sudo apt install libc6=2.27-3ubuntu1 libc-bin=2.27-3ubuntu1
LC_ALL-C: command not found
[sudo] password for val:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
glibc-doc locales
The following packages will be REMOVED:
libxau6:i386
The following NEW packages will be installed:
libc-bin
The following packages will be DOWNGRADED:
libc6
0 upgraded, 1 newly installed, 1 downgraded, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0 B/3465 kB of archives.
After this operation, 3991 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "C.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Can't exec "locale": No such file or directory at /usr/share/perl5/Debconf/Encoding.pm line 16.
Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at /usr/share/perl5/Debconf/Encoding.pm line 17.
Preconfiguring packages ...
dpkg: warning: 'ldconfig' not found in PATH or not executable
dpkg: error: 1 expected program not found in PATH or not executable
Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin
E: Sub-process /usr/bin/dpkg returned an error code (2)
Hors ligne
#36 Le 18/03/2020, à 15:48
- ylag
Re : [Résolue] Problème libc6 version trop élevé
Re,
Regarde à nouveau le #34, j'avais commis une coquille; c'est plutôt LC_ALL=C, bien sûr. Désolé...
A+
Hors ligne
#37 Le 18/03/2020, à 15:48
- nany
Re : [Résolue] Problème libc6 version trop élevé
On va essayer en téléchargeant :
wget -c http://fr.archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc-bin_2.27-3ubuntu1_amd64.deb
wget -c http://fr.archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6_2.27-3ubuntu1_amd64.deb
sudo dpkg -i --force-all libc-bin_2.27-3ubuntu1_amd64.deb libc6_2.27-3ubuntu1_amd64.deb
sudo dpkg --configure -a
En ligne
#38 Le 18/03/2020, à 15:50
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
Je ne comprend pas, la modif n'est pas prise en compte
val@blackypred:~$ LC_ALL=C ; sudo apt install libc6=2.27-3ubuntu1 libc-bin=2.27-3ubuntu1
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
glibc-doc locales
The following packages will be REMOVED:
libxau6:i386
The following NEW packages will be installed:
libc-bin
The following packages will be DOWNGRADED:
libc6
0 upgraded, 1 newly installed, 1 downgraded, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0 B/3465 kB of archives.
After this operation, 3991 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "C.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Can't exec "locale": No such file or directory at /usr/share/perl5/Debconf/Encoding.pm line 16.
Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at /usr/share/perl5/Debconf/Encoding.pm line 17.
Preconfiguring packages ...
dpkg: warning: 'ldconfig' not found in PATH or not executable
dpkg: error: 1 expected program not found in PATH or not executable
Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin
E: Sub-process /usr/bin/dpkg returned an error code (2)
Hors ligne
#39 Le 18/03/2020, à 15:52
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
Nany, ta solution me plais
val@blackypred:~$ wget -c http://fr.archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc-bin_2.27-3ubuntu1_amd64.deb
--2020-03-18 15:50:48-- http://fr.archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc-bin_2.27-3ubuntu1_amd64.deb
Resolving fr.archive.ubuntu.com (fr.archive.ubuntu.com)... 2001:860:f70a::2, 194.158.119.186
Connecting to fr.archive.ubuntu.com (fr.archive.ubuntu.com)|2001:860:f70a::2|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 640780 (626K) [application/x-debian-package]
Saving to: 'libc-bin_2.27-3ubuntu1_amd64.deb'
libc-bin_2.27-3ubuntu1_amd64. 100%[=================================================>] 625.76K 1.67MB/s in 0.4s
2020-03-18 15:50:48 (1.67 MB/s) - 'libc-bin_2.27-3ubuntu1_amd64.deb' saved [640780/640780]
val@blackypred:~$ wget -c http://fr.archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6_2.27-3ubuntu1_amd64.deb
--2020-03-18 15:50:56-- http://fr.archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6_2.27-3ubuntu1_amd64.deb
Resolving fr.archive.ubuntu.com (fr.archive.ubuntu.com)... 2001:860:f70a::2, 194.158.119.186
Connecting to fr.archive.ubuntu.com (fr.archive.ubuntu.com)|2001:860:f70a::2|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2824500 (2.7M) [application/x-debian-package]
Saving to: 'libc6_2.27-3ubuntu1_amd64.deb'
libc6_2.27-3ubuntu1_amd64.deb 100%[=================================================>] 2.69M 1.78MB/s in 1.5s
2020-03-18 15:50:57 (1.78 MB/s) - 'libc6_2.27-3ubuntu1_amd64.deb' saved [2824500/2824500]
val@blackypred:~$ sudo dpkg -i --force-all libc-bin_2.27-3ubuntu1_amd64.deb libc6_2.27-3ubuntu1_amd64.deb
dpkg: warning: 'ldconfig' not found in PATH or not executable
dpkg: warning: overriding problem because --force enabled:
dpkg: warning: 1 expected program not found in PATH or not executable
Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin
Selecting previously unselected package libc-bin.
(Reading database ... 224885 files and directories currently installed.)
Preparing to unpack libc-bin_2.27-3ubuntu1_amd64.deb ...
Unpacking libc-bin (2.27-3ubuntu1) ...
dpkg: warning: downgrading libc6:amd64 from 2.28-0ubuntu1+zorin4 to 2.27-3ubuntu1
Preparing to unpack libc6_2.27-3ubuntu1_amd64.deb ...
Unpacking libc6:amd64 (2.27-3ubuntu1) over (2.28-0ubuntu1+zorin4) ...
Setting up libc6:amd64 (2.27-3ubuntu1) ...
Setting up libc-bin (2.27-3ubuntu1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
val@blackypred:~$ sudo dpkg --configure -a
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for dbus (1.12.2-1ubuntu1.1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Hors ligne
#40 Le 18/03/2020, à 15:55
- ylag
Re : [Résolue] Problème libc6 version trop élevé
Re,
Can't exec "locale": No such file or directory at /usr/share/perl5/Debconf/Encoding.pm line 16.
Arf! la commande /usr/bin/locale fait partie du paquet libc-bin que l'on tente de réinstaller; c'est comme scier la branche sur laquelle on se tient !
La suggestion du téléchargement et de l'install via dpkg de @nany me semble pas mal meilleure; je lui laisse la place.
A+
Hors ligne
#41 Le 18/03/2020, à 15:59
- nany
Re : [Résolue] Problème libc6 version trop élevé
Bien, maintenant donne les retours de :
dpkg -l | grep -Ev "^ii|^rc"
sudo apt clean && sudo apt update && sudo apt full-upgrade -y
En ligne
#42 Le 18/03/2020, à 16:09
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
dpkg
val@blackypred:~$ dpkg -l | grep -Ev "^ii|^rc"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==========================================-================================================-============-============================================================================================================================================================
iH libxau6:i386 1:1.0.8-1 i386 X11 authorisation library
val@blackypred:~$
Je pense que c'est on !!
val@blackypred:~$ sudo apt clean && sudo apt update && sudo apt full-upgrade -y
Hit:1 http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu bionic InRelease
Hit:2 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Get:3 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Hit:5 http://linux.teamviewer.com/deb stable InRelease
Hit:6 https://download.virtualbox.org/virtualbox/debian bionic InRelease
Get:7 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Hit:8 https://brave-browser-apt-release.s3.brave.com stable InRelease
Hit:9 https://packages.microsoft.com/repos/ms-teams stable InRelease
Hit:10 https://updates.signal.org/desktop/apt xenial InRelease
Get:11 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [657 kB]
Get:12 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [887 kB]
Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [666 kB]
Get:14 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [307 kB]
Get:15 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 48x48 Icons [73.8 kB]
Get:16 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 64x64 Icons [140 kB]
Get:17 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1011 kB]
Get:18 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1058 kB]
Get:19 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [448 kB]
Get:20 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [265 kB]
Get:21 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 48x48 Icons [208 kB]
Get:22 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 64x64 Icons [465 kB]
Get:23 http://fr.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata [2468 B]
Get:24 http://fr.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [7984 B]
Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [38.5 kB]
Get:26 http://security.ubuntu.com/ubuntu bionic-security/main DEP-11 48x48 Icons [17.6 kB]
Get:27 http://security.ubuntu.com/ubuntu bionic-security/main DEP-11 64x64 Icons [41.5 kB]
Get:28 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [617 kB]
Get:29 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [651 kB]
Get:30 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [42.1 kB]
Get:31 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 64x64 Icons [113 kB]
Get:32 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 DEP-11 Metadata [2464 B]
Fetched 7973 kB in 6s (1259 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
4 packages can be upgraded. Run 'apt list --upgradable' to see them.
N: Skipping acquire of configured file 'contrib/binary-i386/Packages' as repository 'https://download.virtualbox.org/virtualbox/debian bionic InRelease' doesn't support architecture 'i386'
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
libc6:i386 libgcc1:i386
The following packages will be upgraded:
apache2 apache2-bin apache2-data apache2-utils
4 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 4016 kB of archives.
After this operation, 10.9 MB of additional disk space will be used.
Get:1 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main i386 libgcc1 i386 1:8.3.0-26ubuntu1~18.04 [48.3 kB]
Get:2 http://fr.archive.ubuntu.com/ubuntu bionic/main i386 libc6 i386 2.27-3ubuntu1 [2551 kB]
Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apache2 amd64 2.4.29-1ubuntu4.13 [95.1 kB]
Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apache2-bin amd64 2.4.29-1ubuntu4.13 [1070 kB]
Get:5 http://fr.archive.ubuntu.com/ubuntu bionic/main i386 libxau6 i386 1:1.0.8-1 [8352 B]
Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apache2-utils amd64 2.4.29-1ubuntu4.13 [83.8 kB]
Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apache2-data all 2.4.29-1ubuntu4.13 [160 kB]
Fetched 4016 kB in 2s (2184 kB/s)
Preconfiguring packages ...
Selecting previously unselected package libgcc1:i386.
(Reading database ... 224924 files and directories currently installed.)
Preparing to unpack .../0-libgcc1_1%3a8.3.0-26ubuntu1~18.04_i386.deb ...
Unpacking libgcc1:i386 (1:8.3.0-26ubuntu1~18.04) ...
Selecting previously unselected package libc6:i386.
Preparing to unpack .../1-libc6_2.27-3ubuntu1_i386.deb ...
Unpacking libc6:i386 (2.27-3ubuntu1) ...
Preparing to unpack .../2-apache2_2.4.29-1ubuntu4.13_amd64.deb ...
Unpacking apache2 (2.4.29-1ubuntu4.13) over (2.4.29-1ubuntu4.12) ...
Preparing to unpack .../3-apache2-bin_2.4.29-1ubuntu4.13_amd64.deb ...
Unpacking apache2-bin (2.4.29-1ubuntu4.13) over (2.4.29-1ubuntu4.12) ...
Preparing to unpack .../4-apache2-utils_2.4.29-1ubuntu4.13_amd64.deb ...
Unpacking apache2-utils (2.4.29-1ubuntu4.13) over (2.4.29-1ubuntu4.12) ...
Preparing to unpack .../5-apache2-data_2.4.29-1ubuntu4.13_all.deb ...
Unpacking apache2-data (2.4.29-1ubuntu4.13) over (2.4.29-1ubuntu4.12) ...
Setting up apache2-utils (2.4.29-1ubuntu4.13) ...
Setting up apache2-bin (2.4.29-1ubuntu4.13) ...
Setting up apache2-data (2.4.29-1ubuntu4.13) ...
Setting up apache2 (2.4.29-1ubuntu4.13) ...
Setting up libc6:i386 (2.27-3ubuntu1) ...
Setting up libgcc1:i386 (1:8.3.0-26ubuntu1~18.04) ...
Processing triggers for ureadahead (0.100.0-21) ...
ureadahead will be reprofiled on next reboot
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for systemd (237-3ubuntu10.39) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
val@blackypred:~$
[EDIT]
Je peux maintenant installer le paquet locales sans problème
Dernière modification par Blackeagle360 (Le 18/03/2020, à 16:11)
Hors ligne
#43 Le 18/03/2020, à 16:12
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
Un grand merci à vous tous ! Grâce à vous, tout a l'air de fonctionner comme avant !
Un grand merci !
Hors ligne
#44 Le 18/03/2020, à 16:14
- nany
Re : [Résolue] Problème libc6 version trop élevé
Il reste un paquet semi-installé qui peut être supprimé :
sudo dpkg -P libxau6:i386
En ligne
#45 Le 18/03/2020, à 16:15
- nany
Re : [Résolue] Problème libc6 version trop élevé
Et pour faire les poussière tous les mois :
echo -e "#\x21/bin/bash\n\ndpkg -l | awk '/^rc/{print \$2}' | xargs -r dpkg -P\n\nexit \"\$?\"" | sudo tee /etc/cron.monthly/purge-rc
sudo chmod -c +x /etc/cron.monthly/purge-rc
echo -e "#\x21/bin/bash\n\napt-get autoremove --purge -y\n\nexit \"\$?\"" | sudo tee /etc/cron.monthly/autoremove
sudo chmod -c +x /etc/cron.monthly/autoremove
En ligne
#46 Le 18/03/2020, à 16:21
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
val@blackypred:~$ sudo dpkg -P libxau6:i386
[sudo] password for val:
(Lecture de la base de données... 225843 fichiers et répertoires déjà installés.)
Purge des fichiers de configuration de libxau6:i386 (1:1.0.8-1) ...
Fichier cron fait
val@blackypred:~$ echo -e "#\x21/bin/bash\n\ndpkg -l | awk '/^rc/{print \$2}' | xargs -r dpkg -P\n\nexit \"\$?\"" | sudo tee /etc/cron.monthly/purge-rc
#!/bin/bash
dpkg -l | awk '/^rc/{print $2}' | xargs -r dpkg -P
exit "$?"
val@blackypred:~$ sudo chmod -c +x /etc/cron.monthly/purge-rc
mode of '/etc/cron.monthly/purge-rc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
val@blackypred:~$ echo -e "#\x21/bin/bash\n\napt-get autoremove --purge -y\n\nexit \"\$?\"" | sudo tee /etc/cron.monthly/autoremove
#!/bin/bash
apt-get autoremove --purge -y
exit "$?"
val@blackypred:~$ sudo chmod -c +x /etc/cron.monthly/autoremove
mode of '/etc/cron.monthly/autoremove' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
Hors ligne
#47 Le 18/03/2020, à 16:25
- ylag
Re : [Résolue] Problème libc6 version trop élevé
Bonjour,
Juste pour s'assurer qu'il ne reste plus de dépendances non-satsfaites, peut-être terminer avec:
sudo apt -f install
?
Hors ligne
#48 Le 18/03/2020, à 16:26
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
Tout est bon
val@blackypred:~$ sudo apt -f install
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
Hors ligne
#49 Le 18/03/2020, à 16:27
- nany
Re : [Résolue] Problème libc6 version trop élevé
Nickel chrome.
En ligne
#50 Le 18/03/2020, à 16:30
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
Merci encore Nany, je vais passer le sujet en [Resolue]
Je te souhaite une agréable fin de journée !
Hors ligne