#1 Le 18/03/2020, à 10:21
- Blackeagle360
[Résolue] Problème libc6 version trop élevé
Bonjour,
Pour commencer, mon problème vient du fait que :
J'ai voulu prendre des paquets propre à Zorin OS sur mon Ubuntu 18.04, donc pour ce faire j'ai ajouté l'une des sources de Zorin dans mon source.list.
Suite à cela, j'ai fais l'erreur de mettre à jour mon OS Ubuntu, ce qui a eu pour conséquences de télécharger plusieurs autres paquets de Zorin.
Mon problème maintenant c'est que le paquets libc6 faisais partie des paquets mis à jours, et maintenant il est en version 2.28 alors que la dernière versions sur Ubuntu est en 2.27, je ne peux donc pas installer certains paquets.
Auriez-vous une idée pour revenir sur la version 2.27 de libc6 ?
Si je n'ai pas réponses ici, je serai contraint de réinstaller mon Ubuntu de zéro.
J'espère avoir été assez clair, merci par avance, cela fait 3 jours que je cherche une solution.
Bien cordialement
Dernière modification par Blackeagle360 (Le 18/03/2020, à 16:36)
Hors ligne
#2 Le 18/03/2020, à 10:26
- xubu1957
Re : [Résolue] Problème libc6 version trop élevé
Bonjour,
Montre le sources.list :
find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
Astuce pour copier / coller sans erreur :
triple clic gauche pour sélectionner et copier une ligne entière
clic molette pour coller dans le terminal
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#3 Le 18/03/2020, à 10:31
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
Je me suis permis de directement prendre que le fichier source.list.
J'ai aussi oublié de préciser que j'ai supprimé la source en question de Zorin
# deb cdrom:[Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725)]/ bionic 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/ bionic main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-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/ bionic universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-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/ bionic multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-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/ bionic-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe 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 bionic partner
# deb-src http://archive.canonical.com/ubuntu bionic partner
deb http://security.ubuntu.com/ubuntu bionic-security main restricted
# deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
deb http://security.ubuntu.com/ubuntu bionic-security universe
# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
deb http://security.ubuntu.com/ubuntu bionic-security multiverse
# deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
# deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ bionic main
Dernière modification par Blackeagle360 (Le 18/03/2020, à 10:31)
Hors ligne
#4 Le 18/03/2020, à 10:32
- xubu1957
Re : [Résolue] Problème libc6 version trop élevé
Aucun PPA ?
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#5 Le 18/03/2020, à 10:39
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
J'ai un peu de mal au niveau de la notion de PPA, il ce trouve dans le répertoire source.list.d ?
Je met ici le résultat de la commande que tu m'a envoyé si des éléments sont manquants dans mon source.list.
val@blackypred:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
/etc/apt/sources.list
1 # deb cdrom:[Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725)]/ bionic main restricted
2
3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
4 # newer versions of the distribution.
5 deb http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
6 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
7
8 ## Major bug fix updates produced after the final release of the
9 ## distribution.
10 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
11 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
12
13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
14 ## team. Also, please note that software in universe WILL NOT receive any
15 ## review or updates from the Ubuntu security team.
16 deb http://fr.archive.ubuntu.com/ubuntu/ bionic universe
17 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe
18 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
19 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
20
21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
22 ## team, and may not be under a free licence. Please satisfy yourself as to
23 ## your rights to use the software. Also, please note that software in
24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
25 ## security team.
26 deb http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
27 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
28 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
29 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
30
31 ## N.B. software from this repository may not have been tested as
32 ## extensively as that contained in the main release, although it includes
33 ## newer versions of some applications which may provide useful features.
34 ## Also, please note that software in backports WILL NOT receive any review
35 ## or updates from the Ubuntu security team.
36 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
37 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
38
39 ## Uncomment the following two lines to add software from Canonical's
40 ## 'partner' repository.
41 ## This software is not part of Ubuntu, but is offered by Canonical and the
42 ## respective vendors as a service to Ubuntu users.
43 # deb http://archive.canonical.com/ubuntu bionic partner
44 # deb-src http://archive.canonical.com/ubuntu bionic partner
45
46 deb http://security.ubuntu.com/ubuntu bionic-security main restricted
47 # deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
48 deb http://security.ubuntu.com/ubuntu bionic-security universe
49 # deb-src http://security.ubuntu.com/ubuntu bionic-security universe
50 deb http://security.ubuntu.com/ubuntu bionic-security multiverse
51 # deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
52 # deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main
53 # deb-src https://dl.winehq.org/wine-builds/ubuntu/ bionic main
54
/etc/apt/sources.list.d/teamviewer.list
1 ### TeamViewer DEB repository list
2
3 ### NOTE: Manual changes to this file
4 ### - prevent it from being updated by TeamViewer package updates
5 ### - will be lost after using the 'teamviewer repo' command
6 ### The original file can be restored with this command:
7 ### cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
8 ### which has the same effect as 'teamviewer repo default'
9
10 ### NOTE: It is preferred to use the following commands to edit this file:
11 ### teamviewer repo - show current repository configuration
12 ### teamviewer repo default - restore default configuration
13 ### teamviewer repo disable - disable the repository
14 ### teamviewer repo stable - make all regular TeamViewer packages available (default)
15 ### teamviewer repo preview - additionally, make feature preview packages available
16 ### teamviewer repo development - additionally, make the latest development packages available
17
18
19 deb http://linux.teamviewer.com/deb stable main
20
21 # deb http://linux.teamviewer.com/deb preview main
22 # deb http://linux.teamviewer.com/deb development main
/etc/apt/sources.list.d/brave-browser-release.list
1 deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main
/etc/apt/sources.list.d/virtualbox.list
1 deb https://download.virtualbox.org/virtualbox/debian bionic contrib
/etc/apt/sources.list.d/nilarimogard-ubuntu-webupd8-bionic.list
1 deb http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu bionic main
2 # deb-src http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu bionic main
/etc/apt/sources.list.d/signal-xenial.list
1 deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main
/etc/apt/sources.list.d/wiznote-team-ubuntu-ppa-bionic.list
1 # deb-src http://ppa.launchpad.net/wiznote-team/ppa/ubuntu bionic main
/etc/apt/sources.list.d/teams.list
1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
2 # You may comment out this entry, but any other modifications may be lost.
3 deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main
Hors ligne
#6 Le 18/03/2020, à 10:48
- xubu1957
Re : [Résolue] Problème libc6 version trop élevé
Pour les sources nam1962 préfère :
cat /etc/apt/sources.list
ls /etc/apt/sources.list.d -1
Tu as des messages d'erreurs, en lançant :
sudo apt update
?
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#7 Le 18/03/2020, à 10:52
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
Je viens de re-vérifier, je n'ai aucune erreur.
As tu besoin d'une trace ?
Hors ligne
#8 Le 18/03/2020, à 11:15
- xubu1957
Re : [Résolue] Problème libc6 version trop élevé
je ne peux donc pas installer certains paquets.
Tu peux fournir un message d'erreur ?
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#9 Le 18/03/2020, à 11:18
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
Pour exemple le paquet locales :
val@blackypred:~$ sudo apt install locales
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:
libc6 : Breaks: locales (< 2.28) but 2.27-3ubuntu1 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Dernière modification par Blackeagle360 (Le 18/03/2020, à 11:24)
Hors ligne
#10 Le 18/03/2020, à 11:42
- xubu1957
Re : [Résolue] Problème libc6 version trop élevé
Il faut attendre des aidants de meilleur calibre que xubu.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#11 Le 18/03/2020, à 11:46
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
D'accord
Merci à toi xubu, j'espère vraiment trouver une solutions.
Je te souhaite une bonne fin de journée !
Dernière modification par Blackeagle360 (Le 18/03/2020, à 11:46)
Hors ligne
#12 Le 18/03/2020, à 11:47
- xubu1957
Re : [Résolue] Problème libc6 version trop élevé
Bonne journée.
Merci.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#13 Le 18/03/2020, à 11:51
- ylag
Re : [Résolue] Problème libc6 version trop élevé
Bonjour,
The following packages have unmet dependencies:
libc6 : Breaks: locales (< 2.28) but 2.27-3ubuntu1 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Tu aurais certains paquets marqués «hold», gelés à une version spécifique, qui bloqueraient l'installation de certains autres paquets?
Si c'est le cas, pour en voir la liste, donne le retour de:
apt-mark showhold
A+
Dernière modification par ylag (Le 18/03/2020, à 11:52)
Hors ligne
#14 Le 18/03/2020, à 11:56
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
Bonjour ylag,
voici le retour de ta commande :
val@blackypred:~$ apt-mark showhold
libc6
Hors ligne
#15 Le 18/03/2020, à 12:05
- ylag
Re : [Résolue] Problème libc6 version trop élevé
Bonjour,
As-tu une raison spécifique d'avoir ce paquet en mode «garder en l'état» ?
C'est sûrement ce qui empêche l'installation du paquet locales, et probablement aussi des mises à jour et de l'installation de paquets liés à une version à jour de libc6
Si désiré, pour débloquer la mise à jour de libc6, passer cette commande avant de tenter les mises à jour:
sudo apt-mark unhold libc6
A+
Dernière modification par ylag (Le 18/03/2020, à 12:05)
Hors ligne
#16 Le 18/03/2020, à 12:11
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
Après ta commande qui à bien unhold libc6 et quelques tests de mise à jour et d'installations (paquet locales), je me retrouve confronté toujours au même problème.
val@blackypred:~$ sudo apt-mark unhold libc6
libc6 was already not hold.
val@blackypred:~$ sudo apt install locales
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:
libc6 : Breaks: locales (< 2.28) but 2.27-3ubuntu1 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Hors ligne
#17 Le 18/03/2020, à 12:19
- ylag
Re : [Résolue] Problème libc6 version trop élevé
Bonjour,
Il faudra les intervenant(e)s experts en réparation de paquets cassés, désolé...
En attendant, tu pourrais peut-être tenter:
sudo apt install --reinstall libc6
...et voir si ça débloquerait les choses?
A+
Hors ligne
#18 Le 18/03/2020, à 12:26
- xubu1957
Re : [Résolue] Problème libc6 version trop élevé
Montre aussi :
dpkg -l | grep -v ^ii
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#19 Le 18/03/2020, à 12:32
- nany
Re : [Résolue] Problème libc6 version trop élevé
Bonjour,
sudo apt install --reinstall libc6
Je propose de forcer sur la version :
sudo apt install --reinstall libc6=2.27-3ubuntu1
Hors ligne
#20 Le 18/03/2020, à 12:49
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
Alors après avoir tester la solution de ylag qui n'as pas fonctionner, la solution de nany elle m'a donné un peu plus espoir.
Malgres tout, lors de la reinstallation, voici la nouvelle erreur :
val@blackypred:~$ sudo apt install --reinstall libc6=2.27-3ubuntu1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
cups-core-drivers dh-python libx11-xcb1:i386 linux-libc-dev python-all
python3-pil python3-reportlab
Use 'sudo apt autoremove' to remove them.
Suggested packages:
glibc-doc locales
The following packages will be REMOVED:
libxau6:i386
The following packages will be DOWNGRADED:
libc6
0 upgraded, 0 newly installed, 1 downgraded, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0 B/2824 kB of archives.
After this operation, 272 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)
Et pour la commande de xubu :
val@blackypred:~$ dpkg -l | grep -v ^ii
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
+++-==========================================-================================================-============-============================================================================================================================================================
rc at 3.1.20-3.1ubuntu2 amd64 Delayed job execution and batch processing
rc bogofilter 1.2.4+dfsg1-12 amd64 fast Bayesian spam filter (meta package)
rc bogofilter-bdb 1.2.4+dfsg1-12 amd64 fast Bayesian spam filter (Berkeley DB)
rc bogofilter-common 1.2.4+dfsg1-12 amd64 fast Bayesian spam filter (common files)
rc breeze-cursor-theme 4:5.12.8-0ubuntu0.1 all Default Plasma cursor theme.
rc cups 2.2.7-1ubuntu2.7 amd64 Common UNIX Printing System(tm) - PPD/driver support, web interface
rc cups-browsed 1.20.2-0ubuntu3.1 amd64 OpenPrinting CUPS Filters - cups-browsed
it dbus 1.12.2-1ubuntu1.1 amd64 simple interprocess messaging system (daemon and utilities)
rc dctrl-tools 2.24-2build1 amd64 Command-line tools to process Debian package information
it desktop-file-utils 0.23-1ubuntu3.18.04.2 amd64 Utilities for .desktop files
rc devscripts 2.17.12ubuntu1.1 amd64 scripts to make the life of a Debian Package maintainer easier
rc dia-common 0.97.3+git20160930-8 all Diagram editor (common files)
rc dput 1.0.1ubuntu1 all Debian package upload tool
rc ebtables 2.0.10.4-3.5ubuntu2.18.04.3 amd64 Ethernet bridge frame table administration
rc eclipse-platform 3.8.1-11 amd64 Eclipse platform without development plug-ins
rc evolution 3.28.5-0ubuntu0.18.04.1 amd64 groupware suite with mail client and organizer
rc flatpak 1.6.2-flatpak1~bionic amd64 Application deployment framework for desktop apps
rc gconf2-common 3.2.6-4ubuntu1 all GNOME configuration database system (common files)
rc gimp-data 2.8.22-1 all Data files for GIMP
rc gnome-chess 1:3.28.1-1 amd64 simple chess game
rc gnome-gmail 2.5.4-3 all support for Gmail as the preferred email application in GNOME
it gnome-menus 3.13.3-11ubuntu1.1 amd64 GNOME implementation of the freedesktop menu specification
rc gsfonts-x11 0.25 all Make Ghostscript fonts available to X11
it hicolor-icon-theme 0.17-2 all default fallback theme for FreeDesktop.org icon themes
rc hplip 3.17.10+repack0-5 amd64 HP Linux Printing and Imaging System (HPLIP)
rc indicator-applet 12.10.2+17.10.20170425-0ubuntu1 amd64 GNOME panel indicator applet
rc indicator-application 12.10.1+18.04.20190308.1-0ubuntu1 amd64 Application Indicators
rc indicator-bluetooth 0.0.6+17.10.20170605-0ubuntu3 amd64 System bluetooth indicator.
rc indicator-datetime 15.10+17.10.20170829.2-0ubuntu4 amd64 Simple clock
rc indicator-keyboard 0.0.0+18.04.20180216-0ubuntu1 amd64 Keyboard indicator
rc indicator-messages 13.10.1+17.04.20170120-0ubuntu2 amd64 indicator that collects messages that need a response
rc indicator-power 12.10.6+17.10.20170829.1-0ubuntu4 amd64 Indicator showing power state.
rc indicator-sound 12.10.2+18.04.20180420.3-0ubuntu1 amd64 System sound indicator.
rc irqbalance 1.3.0-0.1ubuntu0.18.04.1 amd64 Daemon to balance interrupts for SMP systems
rc kio 5.44.0-0ubuntu1 amd64 Resource and network access abstraction
rc kwayland-data 4:5.44.0-0ubuntu1 all Qt library wrapper for Wayland libraries - data files
rc language-pack-en-base 1:18.04+20180712 all translations for language English
rc language-pack-fr-base 1:18.04+20180712 all translations for language French
rc language-pack-gnome-en-base 1:18.04+20180712 all GNOME translations for language English
rc language-pack-gnome-fr-base 1:18.04+20180712 all GNOME translations for language French
rc libaa-bin 1.4p5-44build2 amd64 sample programs using aalib
rc libc-bin 2.28-0ubuntu1+zorin4 amd64 GNU C Library: Binaries
rc libc6:i386 2.28-0ubuntu1+zorin4 i386 GNU C Library: Shared libraries
rc libcddb2 1.3.2-5fakesync1 amd64 library to access CDDB data - runtime files
rc libdb5.3-java 5.3.28-13.1ubuntu1.1 all Berkeley v5.3 Database Libraries for Java
rc libgl1-mesa-dri:i386 19.2.8-0ubuntu0~18.04.3 i386 free implementation of the OpenGL API -- DRI modules
rc libglib2.0-0:i386 2.58.1-2+zorin1 i386 GLib library of C routines
rc libgnome-keyring0:amd64 3.12.0-1build1 amd64 GNOME keyring services library
rc libgssapi-krb5-2:i386 1.16-2ubuntu0.1 i386 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
rc libkf5archive5:amd64 5.44.0-0ubuntu1 amd64 Qt 5 addon providing access to numerous types of archives
rc libkf5attica5:amd64 5.44.0-0ubuntu1 amd64 Qt library that implements the Open Collaboration Services API
rc libkf5auth-data 5.44.0-0ubuntu1 all Abstraction to system policy and authentication features
rc libkf5bookmarks-data 5.44.0-0ubuntu1 all Qt library with support for bookmarks and the XBEL format.
rc libkf5codecs-data 5.44.0-0ubuntu1 all collection of methods to manipulate strings
rc libkf5configwidgets-data 5.44.0-0ubuntu1 all Extra widgets for easier configuration support.
rc libkf5crash5:amd64 5.44.0-0ubuntu1 amd64 Support for application crash analysis and bug report from apps
rc libkf5dbusaddons-data 5.44.0-0ubuntu1 all class library for qtdbus
rc libkf5globalaccel5:amd64 5.44.0-0ubuntu1 amd64 Configurable global shortcut support.
rc libkf5jobwidgets-data 5.44.0-0ubuntu1 all Widgets for tracking KJob instances
rc libkf5package-data 5.44.0-0ubuntu1 all non-binary asset management framework
rc libkf5service-data 5.44.0-0ubuntu1 all Advanced plugin and service introspection
rc libkf5sonnet5-data 5.44.0-0ubuntu1 all spell checking library for Qt, data files
rc libkf5wallet-data 5.44.0-0ubuntu1 all Secure and unified container for user passwords.
rc libkf5xmlgui-data 5.44.0-0ubuntu2 all User configurable main windows.
rc libmng2:amd64 2.0.2-0ubuntu3 amd64 Multiple-image Network Graphics library
rc libogg0:i386 1.3.2-1 i386 Ogg bitstream library
rc libopenal-data 1:1.18.2-2 all Software implementation of the OpenAL audio API (data files)
rc libopencore-amrnb0:amd64 0.1.3-2.1 amd64 Adaptive Multi Rate speech codec - shared library
rc libopencore-amrwb0:amd64 0.1.3-2.1 amd64 Adaptive Multi-Rate - Wideband speech codec - shared library
rc libpangox-1.0-0:amd64 0.0.2-5 amd64 pango library X backend
rc libpulse0:i386 1:11.1-1ubuntu7.4 i386 PulseAudio client libraries
rc libqtcore4:amd64 4:4.8.7+dfsg-7ubuntu1 amd64 Qt 4 core module
rc libsane1:i386 1.0.27-1~experimental3ubuntu2.2 i386 API library for scanners
rc libsasl2-modules:i386 2.1.27~101-g0780600+dfsg-3ubuntu2.1 i386 Cyrus SASL - pluggable authentication modules
rc libsensors4:i386 1:3.4.0-4 i386 library to read temperature/voltage/fan sensors
rc libsmi2ldbl:amd64 0.4.8+dfsg2-15 amd64 library to access SMI MIB information
rc libssl1.1:i386 1.1.1-1ubuntu2.1~18.04.5 i386 Secure Sockets Layer toolkit - shared libraries
rc libvdpau1:amd64 1.1.1-3ubuntu1 amd64 Video Decode and Presentation API for Unix (libraries)
rc libvirt-bin 4.0.0-1ubuntu8.14 amd64 programs for the libvirt library
rc libvirt-clients 4.0.0-1ubuntu8.14 amd64 Programs for the libvirt library
rc libvirt-daemon-system 4.0.0-1ubuntu8.14 amd64 Libvirt daemon configuration files
rc libvo-amrwbenc0:amd64 0.1.3-1 amd64 VisualOn AMR-WB encoder library
rc libwireshark-data 2.6.10-1~ubuntu18.04.0 all network packet dissection library -- data files
rc libwrap0:i386 7.6.q-27 i386 Wietse Venema's TCP wrappers library
iH libxau6:i386 1:1.0.8-1 i386 X11 authorisation library
rc libxext6:i386 2:1.3.3-1 i386 X11 miscellaneous extension library
rc libxfce4ui-common 4.14.1-1ubuntu1~18.04 all common files for libxfce4ui
rc libxinerama1:i386 2:1.1.3-1 i386 X11 Xinerama extension library
rc libxss1:i386 1:1.2.2-1 i386 X11 Screen Saver extension library
rc libxxf86vm1:i386 1:1.1.4-1 i386 X11 XFree86 video mode extension library
rc linux-image-4.15.0-29-generic 4.15.0-29.31 amd64 Signed kernel image generic
rc linux-image-4.15.0-48-generic 4.15.0-48.51 amd64 Signed kernel image generic
rc linux-image-4.15.0-50-generic 4.15.0-50.54 amd64 Signed kernel image generic
rc linux-image-4.15.0-51-generic 4.15.0-51.55 amd64 Signed kernel image generic
rc linux-image-4.15.0-52-generic 4.15.0-52.56 amd64 Signed kernel image generic
rc linux-image-4.15.0-54-generic 4.15.0-54.58 amd64 Signed kernel image generic
rc linux-image-4.15.0-55-generic 4.15.0-55.60 amd64 Signed kernel image generic
rc linux-image-4.15.0-58-generic 4.15.0-58.64 amd64 Signed kernel image generic
rc linux-image-4.15.0-60-generic 4.15.0-60.67 amd64 Signed kernel image generic
rc linux-image-4.15.0-62-generic 4.15.0-62.69 amd64 Signed kernel image generic
rc linux-image-4.15.0-64-generic 4.15.0-64.73 amd64 Signed kernel image generic
rc linux-image-4.15.0-65-generic 4.15.0-65.74 amd64 Signed kernel image generic
rc linux-image-4.15.0-66-generic 4.15.0-66.75 amd64 Signed kernel image generic
rc linux-image-4.15.0-69-generic 4.15.0-69.78 amd64 Signed kernel image generic
rc linux-image-4.15.0-70-generic 4.15.0-70.79 amd64 Signed kernel image generic
rc linux-image-4.15.0-72-generic 4.15.0-72.81 amd64 Signed kernel image generic
rc linux-image-4.15.0-74-generic 4.15.0-74.84 amd64 Signed kernel image generic
rc linux-image-4.15.0-76-generic 4.15.0-76.86 amd64 Signed kernel image generic
rc linux-modules-4.15.0-29-generic 4.15.0-29.31 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-48-generic 4.15.0-48.51 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-50-generic 4.15.0-50.54 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-51-generic 4.15.0-51.55 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-52-generic 4.15.0-52.56 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-54-generic 4.15.0-54.58 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-55-generic 4.15.0-55.60 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-58-generic 4.15.0-58.64 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-60-generic 4.15.0-60.67 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-62-generic 4.15.0-62.69 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-64-generic 4.15.0-64.73 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-65-generic 4.15.0-65.74 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-66-generic 4.15.0-66.75 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-69-generic 4.15.0-69.78 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-70-generic 4.15.0-70.79 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-72-generic 4.15.0-72.81 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-74-generic 4.15.0-74.84 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-4.15.0-76-generic 4.15.0-76.86 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-29-generic 4.15.0-29.31 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-48-generic 4.15.0-48.51 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-50-generic 4.15.0-50.54 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-51-generic 4.15.0-51.55 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-52-generic 4.15.0-52.56 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-54-generic 4.15.0-54.58 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-55-generic 4.15.0-55.60 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-58-generic 4.15.0-58.64 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-60-generic 4.15.0-60.67 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-62-generic 4.15.0-62.69 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-64-generic 4.15.0-64.73 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-65-generic 4.15.0-65.74 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-66-generic 4.15.0-66.75 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-69-generic 4.15.0-69.78 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-70-generic 4.15.0-70.79 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-72-generic 4.15.0-72.81 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-74-generic 4.15.0-74.84 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc linux-modules-extra-4.15.0-76-generic 4.15.0-76.86 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc locales 2.28-0ubuntu1+zorin4 all GNU C Library: National Language (locale) data [support]
rc lxqt-common 0.11.2-2 all Common files for LXQt
it man-db 2.8.3-2ubuntu0.1 amd64 on-line manual pager
it mime-support 3.60ubuntu1 all MIME files 'mime.types' & 'mailcap', and support programs
rc mysql-utilities 1.6.4-1 all collection of scripts for managing MySQL servers
rc networkd-dispatcher 1.7-0ubuntu3.3 all Dispatcher service for systemd-networkd connection status changes
rc nordvpn 3.2.0-3 amd64 Protect your privacy online and access media content with no regional restrictions. Strong encryption and no-log policy with 3000+ servers in 60+ countries.
rc odbcinst 2.3.4-1.1ubuntu3 amd64 Helper program for accessing odbc ini files
rc openjdk-8-jre-headless:amd64 8u242-b08-0ubuntu3~18.04 amd64 OpenJDK Java runtime, using Hotspot JIT (headless)
rc openvpn 2.4.4-2ubuntu1.3 amd64 virtual private network daemon
rc oxygen-icon-theme 5:5.44.0-0ubuntu1 all Oxygen icon theme
rc phonon4qt5:amd64 4:4.10.0-2 amd64 multimedia framework from KDE using Qt 5 - metapackage
rc policykit-1-gnome 0.105-6ubuntu2 amd64 authentication agent for PolicyKit
rc postgresql-10 10.12-0ubuntu0.18.04.1 amd64 object-relational SQL database, version 10 server
rc printer-driver-gutenprint 5.2.13-2 amd64 printer drivers for CUPS
rc python-pygments 2.2.0+dfsg-1 all syntax highlighting package written in Python
rc python-twisted 17.9.0-2 all Event-based framework for internet applications (dependency package)
rc python-twisted-core 17.9.0-2 all Event-based framework for internet applications
rc python-vm-builder 0.12.4+bzr494-0ubuntu1 all VM builder
rc qshutdown 1.7.3-1 amd64 Qt program to shutdown/reboot/suspend/hibernate the system
rc slapd 2.4.45+dfsg-1ubuntu1.4 amd64 OpenLDAP server (slapd)
rc steam:i386 1:1.0.0.54+repack-5ubuntu1 i386 Valve's Steam digital software delivery system
rc sysstat 11.6.1-1ubuntu0.1 amd64 system performance tools for Linux
rc thermald 1.7.0-5ubuntu5 amd64 Thermal monitoring and controlling daemon
rc timgm6mb-soundfont 1.3-2 all TimGM6mb SoundFont from MuseScore 1.3
rc ttf-mscorefonts-installer 3.6ubuntu2 all Installer for Microsoft TrueType core fonts
rc ufw 0.36-0ubuntu0.18.04.1 all program for managing a Netfilter firewall
rc unity-control-center 15.04.0+18.04.20180216-0ubuntu1 amd64 utilities to configure the GNOME desktop
rc unity-settings-daemon 15.04.1+18.04.20180413-0ubuntu1.2 amd64 daemon handling the Unity session settings
rc virtualbox-6.1 6.1.4-136177~Ubuntu~bionic amd64 Oracle VM VirtualBox
rc vlc-plugin-base:amd64 3.0.8-0ubuntu18.04.1 amd64 multimedia player and streamer (base plugins)
rc vlc-plugin-notify:amd64 3.0.8-0ubuntu18.04.1 amd64 LibNotify plugin for VLC
rc vlc-plugin-qt:amd64 3.0.8-0ubuntu18.04.1 amd64 multimedia player and streamer (Qt plugin)
rc vlc-plugin-samba:amd64 3.0.8-0ubuntu18.04.1 amd64 Samba plugin for VLC
rc vlc-plugin-skins2:amd64 3.0.8-0ubuntu18.04.1 amd64 multimedia player and streamer (Skins2 plugin)
rc vlc-plugin-video-output:amd64 3.0.8-0ubuntu18.04.1 amd64 multimedia player and streamer (video output plugins)
rc vlc-plugin-video-splitter:amd64 3.0.8-0ubuntu18.04.1 amd64 multimedia player and streamer (video splitter plugins)
rc vlc-plugin-visualization:amd64 3.0.8-0ubuntu18.04.1 amd64 multimedia player and streamer (visualization plugins)
rc wine-stable 4.0.3+zorin1 amd64 WINE Is Not An Emulator - runs MS Windows programs
rc wireshark-common 2.6.10-1~ubuntu18.04.0 amd64 network traffic analyzer - common files
rc wps-office 11.1.0.8865 amd64 WPS Office, is an office productivity suite.
Hors ligne
#21 Le 18/03/2020, à 13:08
- nany
Re : [Résolue] Problème libc6 version trop élevé
sudo apt install -y --reinstall ldconfig
?
Hors ligne
#22 Le 18/03/2020, à 13:09
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
Voila :
val@blackypred:~$ sudo apt install -y --reinstall ldconfig
[sudo] password for val:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ldconfig
Hors ligne
#23 Le 18/03/2020, à 13:15
- nany
Re : [Résolue] Problème libc6 version trop élevé
sudo apt install -y --reinstall libc-bin
?
Hors ligne
#24 Le 18/03/2020, à 13:16
- Blackeagle360
Re : [Résolue] Problème libc6 version trop élevé
val@blackypred:~$ sudo apt install -y --reinstall libc-bin
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
#25 Le 18/03/2020, à 13:18
- nany
Re : [Résolue] Problème libc6 version trop élevé
Grmpf ! Zorin a foutu le bordel !
Donne le retour de :
apt policy libc-bin
Hors ligne