Bonjour,
Par inadvertance, le courant a été coupé durant l’installation apt-get install ntfs-3g.
J’ai relancé la commande et, mais maintenant j’ai un problème de dépendance avec glibc. Je voulais forcer sa réinstallation et puis ré-installer gcc.
Mais je n’arrive pas a trouvé le package glibc. Il y a peut être d’autre solution?
Pourriez vous m’aider?
Merci d’avance.
BruLinuxTest:/# find / -name glibc*
/usr/share/aclocal/glibc2.m4
/usr/share/aclocal/glibc21.m4
/etc/init.d/glibc.sh
BruLinuxTest:/#
BruLinuxTest:/# apt-get install ntfs-3g
Reading package lists... Done
Building dependency tree... Done
You might want to run âapt-get -f installâ to correct these:
The following packages have unmet dependencies.
locales: Depends: glibc-2.7-1
ntfs-3g: Depends: libc6 (>= 2.6.1-1) but 2.3.6.ds1-13etch4 is to be installed
Depends: libfuse2 (>= 2.6) but it is not going to be installed
Depends: libntfs-3g16 but it is not going to be installed
PreDepends: fuse-utils but it is not going to be installed
E: Unmet dependencies. Try âapt-get -f installâ with no packages (or specify a solution).
BruLinuxTest:/#
BruLinuxTest:/# apt-get install gcc
Reading package lists... Done
Building dependency tree... Done
You might want to run âapt-get -f installâ to correct these:
The following packages have unmet dependencies.
gcc: Depends: cpp (>= 4:4.2.1-6) but 4:4.1.1-15 is to be installed
Depends: gcc-4.2 (>= 4.2.1-3) but it is not going to be installed
locales: Depends: glibc-2.7-1
E: Unmet dependencies. Try âapt-get -f installâ with no packages (or specify a solution).
BruLinuxTest:/#
BruLinuxTest:/# apt-get install glibc
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package glibc
BruLinuxTest:/#
