logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 14-06-2018 17:21:02

Grégoire Meunier
Membre
Distrib. : debian 9
(G)UI : None
Inscription : 14-06-2018

apt détruit par python

Salut,

j'ai une petite misère, un peu handicapante, mon apt est bloqué par des paquets python

je suis sur

Distributor ID:   Debian
Description:      Debian GNU/Linux 9.4 (stretch)
Release:           9.4
Codename:       stretch


lorsque je lance:

apt-get upgrade



Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 python3-django : Depends: python-django-common (= 1:1.10.7-2) but 1:1.10.7-2+deb9u1 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
 



par la suite je tente:

apt --fix-broken install




Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  python3-apt python3-celery python3-django python3-django-celery python3-pkg-resources python3-tz
Suggested packages:
  python3-apt-dbg python-apt-doc python-celery-doc python3-redis python3-sqlalchemy bpython3 geoip-database-contrib gettext ipython3 libgdal1 python-django-doc python3-bcrypt python3-flup python3-mysqldb python3-pil python3-psycopg2
  python3-sqlite python3-yaml python3-setuptools
Recommended packages:
  python3-sqlparse
The following packages will be upgraded:
  python3-apt python3-celery python3-django python3-django-celery python3-pkg-resources python3-tz
6 upgraded, 0 newly installed, 0 to remove and 119 not upgraded.
7 not fully installed or removed.
Need to get 0 B/1,629 kB of archives.
After this operation, 12.3 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Traceback (most recent call last):
  File "/usr/bin/apt-listchanges", line 37, in <module>
    import apt_listchanges, DebianFiles, ALCApt, ALCConfig, ALCSeenDb
  File "/usr/share/apt-listchanges/ALCApt.py", line 30, in <module>
    import ALCConfig
  File "/usr/share/apt-listchanges/ALCConfig.py", line 26, in <module>
    import configparser
  File "/usr/lib/python2.7/dist-packages/configparser.py", line 397
    _KEYCRE = re.compile(ur"%\(([^)]+)\)s")
                                         ^
SyntaxError: invalid syntax
(Reading database ... 150843 files and directories currently installed.)
Preparing to unpack .../0-python3-django_1%3a1.10.7-2+deb9u1_all.deb ...
Traceback (most recent call last):........................................................................................................................................................................................................]
  File "/usr/bin/py3clean", line 33, in <module>
    from debpython.interpreter import Interpreter
  File "/usr/share/python3/debpython/interpreter.py", line 26, in <module>
    from debpython.version import Version
  File "/usr/share/python3/debpython/version.py", line 26, in <module>
    from configparser import ConfigParser
  File "/usr/lib/python2.7/dist-packages/configparser.py", line 397
    _KEYCRE = re.compile(ur"%\(([^)]+)\)s")
                                         ^
SyntaxError: invalid syntax
dpkg: warning: subprocess old pre-removal script returned error exit status 1
dpkg: trying script from the new package instead ...
Traceback (most recent call last):
  File "/usr/bin/py3clean", line 33, in <module>
    from debpython.interpreter import Interpreter
  File "/usr/share/python3/debpython/interpreter.py", line 26, in <module>
    from debpython.version import Version
  File "/usr/share/python3/debpython/version.py", line 26, in <module>
    from configparser import ConfigParser
  File "/usr/lib/python2.7/dist-packages/configparser.py", line 397
    _KEYCRE = re.compile(ur"%\(([^)]+)\)s")
                                         ^
SyntaxError: invalid syntax
dpkg: error processing archive /tmp/apt-dpkg-install-Y2fs4G/0-python3-django_1%3a1.10.7-2+deb9u1_all.deb (--unpack):
 subprocess new pre-removal script returned error exit status 1
Traceback (most recent call last):
  File "/usr/bin/py3compile", line 34, in <module>
    from debpython.version import SUPPORTED, debsorted, vrepr, \
  File "/usr/share/python3/debpython/version.py", line 26, in <module>
    from configparser import ConfigParser
  File "/usr/lib/python2.7/dist-packages/configparser.py", line 397
    _KEYCRE = re.compile(ur"%\(([^)]+)\)s")
                                         ^
SyntaxError: invalid syntax
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 1
Preparing to unpack .../1-python3-apt_1.4.0~beta3_amd64.deb ...
Traceback (most recent call last):
  File "/usr/bin/py3clean", line 33, in <module>
    from debpython.interpreter import Interpreter
  File "/usr/share/python3/debpython/interpreter.py", line 26, in <module>
    from debpython.version import Version
  File "/usr/share/python3/debpython/version.py", line 26, in <module>
    from configparser import ConfigParser
  File "/usr/lib/python2.7/dist-packages/configparser.py", line 397
    _KEYCRE = re.compile(ur"%\(([^)]+)\)s")
                                         ^
SyntaxError: invalid syntax
dpkg: warning: subprocess old pre-removal script returned error exit status 1
dpkg: trying script from the new package instead ...
Traceback (most recent call last):
  File "/usr/bin/py3clean", line 33, in <module>
    from debpython.interpreter import Interpreter
  File "/usr/share/python3/debpython/interpreter.py", line 26, in <module>
    from debpython.version import Version
  File "/usr/share/python3/debpython/version.py", line 26, in <module>
    from configparser import ConfigParser
  File "/usr/lib/python2.7/dist-packages/configparser.py", line 397
    _KEYCRE = re.compile(ur"%\(([^)]+)\)s")
                                         ^
SyntaxError: invalid syntax
dpkg: error processing archive /tmp/apt-dpkg-install-Y2fs4G/1-python3-apt_1.4.0~beta3_amd64.deb (--unpack):
 subprocess new pre-removal script returned error exit status 1
Traceback (most recent call last):
  File "/usr/bin/py3compile", line 34, in <module>
    from debpython.version import SUPPORTED, debsorted, vrepr, \
  File "/usr/share/python3/debpython/version.py", line 26, in <module>
    from configparser import ConfigParser
  File "/usr/lib/python2.7/dist-packages/configparser.py", line 397
    _KEYCRE = re.compile(ur"%\(([^)]+)\)s")
                                         ^
SyntaxError: invalid syntax
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 1
Preparing to unpack .../2-python3-pkg-resources_33.1.1-1_all.deb ...
Traceback (most recent call last):
  File "/usr/bin/py3clean", line 33, in <module>
    from debpython.interpreter import Interpreter
  File "/usr/share/python3/debpython/interpreter.py", line 26, in <module>
    from debpython.version import Version
  File "/usr/share/python3/debpython/version.py", line 26, in <module>
    from configparser import ConfigParser
  File "/usr/lib/python2.7/dist-packages/configparser.py", line 397
    _KEYCRE = re.compile(ur"%\(([^)]+)\)s")
                                         ^
SyntaxError: invalid syntax
dpkg: warning: subprocess old pre-removal script returned error exit status 1
dpkg: trying script from the new package instead ...
Traceback (most recent call last):
  File "/usr/bin/py3clean", line 33, in <module>
    from debpython.interpreter import Interpreter
  File "/usr/share/python3/debpython/interpreter.py", line 26, in <module>
    from debpython.version import Version
  File "/usr/share/python3/debpython/version.py", line 26, in <module>
    from configparser import ConfigParser
  File "/usr/lib/python2.7/dist-packages/configparser.py", line 397
    _KEYCRE = re.compile(ur"%\(([^)]+)\)s")
                                         ^
SyntaxError: invalid syntax
dpkg: error processing archive /tmp/apt-dpkg-install-Y2fs4G/2-python3-pkg-resources_33.1.1-1_all.deb (--unpack):
 subprocess new pre-removal script returned error exit status 1
Traceback (most recent call last):
  File "/usr/bin/py3compile", line 34, in <module>
    from debpython.version import SUPPORTED, debsorted, vrepr, \
  File "/usr/share/python3/debpython/version.py", line 26, in <module>
    from configparser import ConfigParser
  File "/usr/lib/python2.7/dist-packages/configparser.py", line 397
    _KEYCRE = re.compile(ur"%\(([^)]+)\)s")
                                         ^
SyntaxError: invalid syntax
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 1
Preparing to unpack .../3-python3-tz_2016.7-0.3_all.deb ...
Traceback (most recent call last):
  File "/usr/bin/py3clean", line 33, in <module>
    from debpython.interpreter import Interpreter
  File "/usr/share/python3/debpython/interpreter.py", line 26, in <module>
    from debpython.version import Version
  File "/usr/share/python3/debpython/version.py", line 26, in <module>
    from configparser import ConfigParser
  File "/usr/lib/python2.7/dist-packages/configparser.py", line 397
    _KEYCRE = re.compile(ur"%\(([^)]+)\)s")
                                         ^
SyntaxError: invalid syntax
dpkg: warning: subprocess old pre-removal script returned error exit status 1
dpkg: trying script from the new package instead ...
Traceback (most recent call last):
  File "/usr/bin/py3clean", line 33, in <module>
    from debpython.interpreter import Interpreter
  File "/usr/share/python3/debpython/interpreter.py", line 26, in <module>
    from debpython.version import Version
  File "/usr/share/python3/debpython/version.py", line 26, in <module>
    from configparser import ConfigParser
  File "/usr/lib/python2.7/dist-packages/configparser.py", line 397
    _KEYCRE = re.compile(ur"%\(([^)]+)\)s")
                                         ^
SyntaxError: invalid syntax
dpkg: error processing archive /tmp/apt-dpkg-install-Y2fs4G/3-python3-tz_2016.7-0.3_all.deb (--unpack):
 subprocess new pre-removal script returned error exit status 1
Traceback (most recent call last):
  File "/usr/bin/py3compile", line 34, in <module>
    from debpython.version import SUPPORTED, debsorted, vrepr, \
  File "/usr/share/python3/debpython/version.py", line 26, in <module>
    from configparser import ConfigParser
  File "/usr/lib/python2.7/dist-packages/configparser.py", line 397
    _KEYCRE = re.compile(ur"%\(([^)]+)\)s")
                                         ^
SyntaxError: invalid syntax
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 1
Preparing to unpack .../4-python3-celery_3.1.23-7_all.deb ...
Traceback (most recent call last):
  File "/usr/bin/py3clean", line 33, in <module>
    from debpython.interpreter import Interpreter
  File "/usr/share/python3/debpython/interpreter.py", line 26, in <module>
    from debpython.version import Version
  File "/usr/share/python3/debpython/version.py", line 26, in <module>
    from configparser import ConfigParser
  File "/usr/lib/python2.7/dist-packages/configparser.py", line 397
    _KEYCRE = re.compile(ur"%\(([^)]+)\)s")
                                         ^
SyntaxError: invalid syntax
dpkg: warning: subprocess old pre-removal script returned error exit status 1
dpkg: trying script from the new package instead ...
Traceback (most recent call last):
  File "/usr/bin/py3clean", line 33, in <module>
    from debpython.interpreter import Interpreter
  File "/usr/share/python3/debpython/interpreter.py", line 26, in <module>
    from debpython.version import Version
  File "/usr/share/python3/debpython/version.py", line 26, in <module>
    from configparser import ConfigParser
  File "/usr/lib/python2.7/dist-packages/configparser.py", line 397
    _KEYCRE = re.compile(ur"%\(([^)]+)\)s")
                                         ^
SyntaxError: invalid syntax
dpkg: error processing archive /tmp/apt-dpkg-install-Y2fs4G/4-python3-celery_3.1.23-7_all.deb (--unpack):
 subprocess new pre-removal script returned error exit status 1
Traceback (most recent call last):
  File "/usr/bin/py3compile", line 34, in <module>
    from debpython.version import SUPPORTED, debsorted, vrepr, \
  File "/usr/share/python3/debpython/version.py", line 26, in <module>
    from configparser import ConfigParser
  File "/usr/lib/python2.7/dist-packages/configparser.py", line 397
    _KEYCRE = re.compile(ur"%\(([^)]+)\)s")
                                         ^
SyntaxError: invalid syntax
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 1
Preparing to unpack .../5-python3-django-celery_3.1.17-4_all.deb ...
Traceback (most recent call last):
  File "/usr/bin/py3clean", line 33, in <module>
    from debpython.interpreter import Interpreter
  File "/usr/share/python3/debpython/interpreter.py", line 26, in <module>
    from debpython.version import Version
  File "/usr/share/python3/debpython/version.py", line 26, in <module>
    from configparser import ConfigParser
  File "/usr/lib/python2.7/dist-packages/configparser.py", line 397
    _KEYCRE = re.compile(ur"%\(([^)]+)\)s")
                                         ^
SyntaxError: invalid syntax
dpkg: warning: subprocess old pre-removal script returned error exit status 1
dpkg: trying script from the new package instead ...
Traceback (most recent call last):
  File "/usr/bin/py3clean", line 33, in <module>
    from debpython.interpreter import Interpreter
  File "/usr/share/python3/debpython/interpreter.py", line 26, in <module>
    from debpython.version import Version
  File "/usr/share/python3/debpython/version.py", line 26, in <module>
    from configparser import ConfigParser
  File "/usr/lib/python2.7/dist-packages/configparser.py", line 397
    _KEYCRE = re.compile(ur"%\(([^)]+)\)s")
                                         ^
SyntaxError: invalid syntax
dpkg: error processing archive /tmp/apt-dpkg-install-Y2fs4G/5-python3-django-celery_3.1.17-4_all.deb (--unpack):
 subprocess new pre-removal script returned error exit status 1
Traceback (most recent call last):
  File "/usr/bin/py3compile", line 34, in <module>
    from debpython.version import SUPPORTED, debsorted, vrepr, \
  File "/usr/share/python3/debpython/version.py", line 26, in <module>
    from configparser import ConfigParser
  File "/usr/lib/python2.7/dist-packages/configparser.py", line 397
    _KEYCRE = re.compile(ur"%\(([^)]+)\)s")
                                         ^
SyntaxError: invalid syntax
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 /tmp/apt-dpkg-install-Y2fs4G/0-python3-django_1%3a1.10.7-2+deb9u1_all.deb
 /tmp/apt-dpkg-install-Y2fs4G/1-python3-apt_1.4.0~beta3_amd64.deb
 /tmp/apt-dpkg-install-Y2fs4G/2-python3-pkg-resources_33.1.1-1_all.deb
 /tmp/apt-dpkg-install-Y2fs4G/3-python3-tz_2016.7-0.3_all.deb
 /tmp/apt-dpkg-install-Y2fs4G/4-python3-celery_3.1.23-7_all.deb
 /tmp/apt-dpkg-install-Y2fs4G/5-python3-django-celery_3.1.17-4_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

 



J'ai le même genre d'erreur sur 3 machines virtuels, j'ai tenté un certain nombre de commande, pas grand chose ne marche, je suis preneur si vous avez déjà eu ce genre de problème.

Merci de votre aide

Dernière modification par Grégoire Meunier (14-06-2018 17:21:47)

Hors ligne

#2 14-06-2018 17:56:37

chalu
Modératrice
Lieu : Anjou
Distrib. : openSUSE Tumbleweed
Noyau : Linux 5.12
(G)UI : KDE 5.21.4
Inscription : 11-03-2016

Re : apt détruit par python

Bonjour,
Je crois qu'il faudrait d'abord vérifier ton sources.list

cat /etc/apt/sources.list


ls /etc/apt/sources.list.d


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

Hors ligne

#3 14-06-2018 18:03:47

Grégoire Meunier
Membre
Distrib. : debian 9
(G)UI : None
Inscription : 14-06-2018

Re : apt détruit par python

Voici mon résultats:


cat /etc/apt/sources.list



#------------------------------------------------------------------------------#
#                   OFFICIAL DEBIAN REPOS
#------------------------------------------------------------------------------#

###### Debian Main Repos
deb http://ftp.uk.debian.org/debian/ stretch main contrib non-free

###### Debian Update Repos
deb http://security.debian.org/ stretch/updates main contrib non-free
deb http://ftp.uk.debian.org/debian/ stretch-proposed-updates main contrib non-free
 




le reste des commandes est vide

Hors ligne

#4 14-06-2018 18:07:41

chalu
Modératrice
Lieu : Anjou
Distrib. : openSUSE Tumbleweed
Noyau : Linux 5.12
(G)UI : KDE 5.21.4
Inscription : 11-03-2016

Re : apt détruit par python

Il me semble qu'il doit te manquer une ligne (la dernière)


    # Debian Stretch, dépôt principal + paquets non libres
    deb http://deb.debian.org/debian/ stretch main contrib non-free
    # Debian Stretch, mises à jour de sécurité + paquets non libres
    deb http://security.debian.org/ stretch/updates main contrib non-free
    # Debian Stretch, mises à jour "volatiles" + paquets non libres
    deb http://deb.debian.org/debian/ stretch-updates main contrib non-free
 


voir le wiki https://debian-facile.org/doc:systeme:a … -non-libre
Je suis désolée, je dois y aller mais d'autres vont t'aider pour la suite à corriger ton sources.list puis à réparer smile

Hors ligne

#5 14-06-2018 22:11:08

captnfab
Admin-Girafe
Lieu : /dev/random
Distrib. : Debian
Noyau : Dur
(G)UI : gui gui, je zuis un doiseau
Inscription : 07-07-2008
Site Web

Re : apt détruit par python

Hum, ce problème ne devrait pas arriver. Tu as installé des logiciels sans passer par apt-get ? Ou tu as essayé de changer une version de python à la main ? Après quelle opération est-ce que ce message d'erreur a commencé à apparaître ?

captnfab,
Association Debian-Facile, bépo.
TheDoctor: Your wish is my command… But be careful what you wish for.

Hors ligne

#6 15-06-2018 09:00:59

Grégoire Meunier
Membre
Distrib. : debian 9
(G)UI : None
Inscription : 14-06-2018

Re : apt détruit par python

Le problème est là, j'ai juste fait un simple upgrade, ça fait quelque temps que la machine tourne

Dernière modification par Grégoire Meunier (15-06-2018 09:11:35)

Hors ligne

#7 15-06-2018 09:16:15

mazkagaz
Membre
Distrib. : Debian stable
Inscription : 13-05-2018

Re : apt détruit par python

Essaie de régler les PATH python pour qu'ils pointent vers la version 3.

Si je comprends bien ce que je lis dans tes posts, les scripts d'install sont écrits pour python3 mais ils appellent des librairies python2.7 qui ne sont peut-être plus compatibles.

Hors ligne

#8 15-06-2018 09:39:43

Grégoire Meunier
Membre
Distrib. : debian 9
(G)UI : None
Inscription : 14-06-2018

Re : apt détruit par python

Voici ma liste de commande:

alias python='/usr/bin/python3'



. ~/.bashrc



update-alternatives --config python



il n'y a aucun changement marquant par la suite malgré pour le coup un passage en python3

Hors ligne

#9 15-06-2018 10:19:55

chalu
Modératrice
Lieu : Anjou
Distrib. : openSUSE Tumbleweed
Noyau : Linux 5.12
(G)UI : KDE 5.21.4
Inscription : 11-03-2016

Re : apt détruit par python

ça doit faire un moment que tu es bloqué, il y a 119 mises à jour indiqué post #1

6 upgraded, 0 newly installed, 0 to remove and 119 not upgraded.


Que retourne les commandes

dpkg -l |grep ^iB


apt policy python3-django python-django-common

Hors ligne

#10 15-06-2018 10:42:57

Grégoire Meunier
Membre
Distrib. : debian 9
(G)UI : None
Inscription : 14-06-2018

Re : apt détruit par python

la première commande ne retourne rien, mais la seconde retourne:

apt policy python3-django python-django-common




python3-django:
  Installed: 1:1.10.7-2
  Candidate: 1:1.10.7-2+deb9u1
  Version table:
     1:1.10.7-2+deb9u1 500
        500 http://security.debian.org/debian-security stretch/updates/main amd64 Packages
 *** 1:1.10.7-2 500
        500 http://deb.debian.org/debian stretch/main amd64 Packages
        100 /var/lib/dpkg/status
python-django-common:
  Installed: 1:1.10.7-2+deb9u1
  Candidate: 1:1.10.7-2+deb9u1
  Version table:
 *** 1:1.10.7-2+deb9u1 500
        500 http://security.debian.org/debian-security stretch/updates/main amd64 Packages
        100 /var/lib/dpkg/status
     1:1.10.7-2 500
        500 http://deb.debian.org/debian stretch/main amd64 Packages

 

Hors ligne

#11 15-06-2018 11:04:49

bendia
Chadministrateur
Distrib. : openSUSE Tumbleweed, Buster
Noyau : Linux 5.9.1-2-default + Linux 4.19.0-12-amd64
(G)UI : Gnome + Console et un peu Fluxbox
Inscription : 20-03-2012
Site Web

Re : apt détruit par python

Salut smile

Tu n'as rien installé avec PIP sans utiliser de virtualenv ?

Ben
___________________
La seule question bête, c'est celle qu'on ne pose pas.

Hors ligne

#12 15-06-2018 11:15:45

Croutons
Membre
Distrib. : Debian12
Noyau : Linux 6.1.0-13-amd64
(G)UI : Fluxbox(NakeDeb)
Inscription : 16-12-2016

Re : apt détruit par python

Salut probleme de dépendance je m'en était sorti avec les commandes suivantes si cela peut aider

dpkg --configure -a


apt-get upgrade -f


apt-get update && sudo apt-get upgrade


-->les cahiers du debutant<--      WikiDF-->Découvrir les principales commandes Linux<-- 
L' expérience, c'est le nom que chacun donne à ses erreurs. Oscar Wilde

Hors ligne

#13 15-06-2018 12:24:39

mazkagaz
Membre
Distrib. : Debian stable
Inscription : 13-05-2018

Re : apt détruit par python

Grégoire Meunier a écrit :

Voici ma liste de commande:

alias python='/usr/bin/python3'



. ~/.bashrc



update-alternatives --config python



il n'y a aucun changement marquant par la suite malgré pour le coup un passage en python3



Si tu as entré les commandes dans cet ordre, il faut espérer que le .bashrc ne provoque pas (directement ou indirectement par l'appel d'un autre script) un changement d'alias python, parce qu'en sourçant le .bashrc après ton alias, tu l'as peut-être redéfini sans t'en apercevoir. Un "

echo $python

" lèverait le doute.

D'autre part ça n'a rien à voir avec "/usr/bin", c'est du "/usr/lib" qu'il s'agit.

Dans les logs, on voit que l'appel au binaire se fait vers le bon endroit mais que les librairies utilisées sont celles de python2.7

Edit à toto : Pour plus de compréhension de la part de tous mis la commande echo en utilisant le BBcode Commande user du forum.

Hors ligne

#14 15-06-2018 13:58:37

Grégoire Meunier
Membre
Distrib. : debian 9
(G)UI : None
Inscription : 14-06-2018

Re : apt détruit par python

bendia a écrit :

Salut smile

Tu n'as rien installé avec PIP sans utiliser de virtualenv ?




En fait pas moi, j'ai différent projet, qui eux ont bien sur leur virtualenv, mais j'ai d'autre projet qui était là avant et qui eu n'ont pas de virtualenv


Croutons a écrit :

Salut probleme de dépendance je m'en était sorti avec les commandes suivantes si cela peut aider

dpkg --configure -a


apt-get upgrade -f


apt-get update && sudo apt-get upgrade



Voilà mes résultats:

dpkg --configure -a




Setting up docker.io (1.6.2~dfsg1-1~bpo8+1) ...
addgroup: The group `docker' already exists and is not a system group. Exiting.
dpkg: error processing package docker.io (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of python3-django:
 python3-django depends on python-django-common (= 1:1.10.7-2); however:
  Version of python-django-common on system is 1:1.10.7-2+deb9u1.

dpkg: error processing package python3-django (--configure):
 dependency problems - leaving unconfigured
dpkg: error processing package python3-pkg-resources (--configure):
 package is in a very bad inconsistent state; you should
 reinstall it before attempting configuration
dpkg: error processing package python3-tz (--configure):
 package is in a very bad inconsistent state; you should
 reinstall it before attempting configuration
Errors were encountered while processing:
 docker.io
 python3-django
 python3-pkg-resources
 python3-tz

 



apt-get upgrade -f




Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
Calculating upgrade... Done
The following package was automatically installed and is no longer required:
  libapparmor-perl
Use 'apt autoremove' to remove it.
The following packages have been kept back:
  curl iptraf libcurl3 libcurl3-gnutls libldap-2.4-2 libpsl5 libzmq5 linux-headers-amd64 linux-image-amd64 postfix python-html5lib python-matplotlib python-pycurl reportbug
The following packages will be upgraded:
  apt-transport-https bind9-host dnsutils erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic erlang-inets erlang-mnesia erlang-nox erlang-odbc
  erlang-os-mon erlang-parsetools erlang-percept erlang-public-key erlang-runtime-tools erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl iproute isc-dhcp-client isc-dhcp-common libapparmor-perl
  libatk-wrapper-java libatk-wrapper-java-jni libatspi2.0-0 libbind9-140 libc-bin libc-l10n libcups2 libdbus-1-3 libdns-export162 libdns162 libfdisk1 libgd3 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libicu57 libisc-export160 libisc160
  libisccc140 libisccfg140 liblwres141 libmount1 libnss3 libperl5.24 libpq5 libprocps6 libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib libsmartcols1 libssl1.0.2 libsystemd0 libtiff5 libudev1 libvorbis0a
  libvorbisenc2 libxkbcommon0 libxml-libxml-perl libxml2 locales multiarch-support ncurses-base ncurses-term openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless openssh-client openssh-server openssh-sftp-server
  openssl perl perl-base perl-modules-5.24 postgresql postgresql-9.6 postgresql-client-9.6 postgresql-client-common postgresql-common procmail procps python-libxml2 python2.7 python2.7-dev python2.7-minimal python3-apt python3-django
  python3-django-celery python3-pkg-resources python3-tz sensible-utils systemd systemd-sysv tcpdump udev util-linux-locales w3m wget
110 upgraded, 0 newly installed, 0 to remove and 14 not upgraded.
7 not fully installed or removed.
Need to get 137 MB/139 MB of archives.
After this operation, 2,281 kB disk space will be freed.
Do you want to continue? [Y/n] y
Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 perl-modules-5.24 all 5.24.1-3+deb9u4 [2,724 kB]
Get:2 http://deb.debian.org/debian stretch/main amd64 libc-bin amd64 2.24-11+deb9u3 [779 kB]
Get:3 http://security.debian.org/debian-security stretch/updates/main amd64 libperl5.24 amd64 5.24.1-3+deb9u4 [3,522 kB]
Get:4 http://deb.debian.org/debian stretch/main amd64 ncurses-base all 6.0+20161126-1+deb9u2 [238 kB]
Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 perl amd64 5.24.1-3+deb9u4 [218 kB]
Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 perl-base amd64 5.24.1-3+deb9u4 [1,345 kB]
Get:7 http://security.debian.org/debian-security stretch/updates/main amd64 libprocps6 amd64 2:3.3.12-3+deb9u1 [58.5 kB]
Get:8 http://security.debian.org/debian-security stretch/updates/main amd64 procps amd64 2:3.3.12-3+deb9u1 [250 kB]
Get:9 http://security.debian.org/debian-security stretch/updates/main amd64 libmount1 amd64 2.29.2-1+deb9u1 [178 kB]
Get:10 http://security.debian.org/debian-security stretch/updates/main amd64 libfdisk1 amd64 2.29.2-1+deb9u1 [203 kB]
Get:11 http://security.debian.org/debian-security stretch/updates/main amd64 libsmartcols1 amd64 2.29.2-1+deb9u1 [126 kB]
Get:12 http://security.debian.org/debian-security stretch/updates/main amd64 libssl1.0.2 amd64 1.0.2l-2+deb9u3 [1,294 kB]
Get:13 http://deb.debian.org/debian stretch/main amd64 postgresql-common all 181+deb9u1 [217 kB]
Get:14 http://security.debian.org/debian-security stretch/updates/main amd64 isc-dhcp-client amd64 4.3.5-3+deb9u1 [325 kB]
Get:15 http://security.debian.org/debian-security stretch/updates/main amd64 isc-dhcp-common amd64 4.3.5-3+deb9u1 [136 kB]
Get:16 http://security.debian.org/debian-security stretch/updates/main amd64 wget amd64 1.18-5+deb9u2 [799 kB]
Get:17 http://security.debian.org/debian-security stretch/updates/main amd64 libicu57 amd64 57.1-6+deb9u2 [7,700 kB]
Get:18 http://deb.debian.org/debian stretch/main amd64 postgresql-client-common all 181+deb9u1 [79.0 kB]
Get:19 http://deb.debian.org/debian stretch-updates/main amd64 libsystemd0 amd64 232-25+deb9u3 [280 kB]
Get:20 http://deb.debian.org/debian stretch-updates/main amd64 systemd amd64 232-25+deb9u3 [2,468 kB]
Get:21 http://security.debian.org/debian-security stretch/updates/main amd64 libvorbisenc2 amd64 1.3.5-4+deb9u2 [79.4 kB]
Get:22 http://security.debian.org/debian-security stretch/updates/main amd64 libvorbis0a amd64 1.3.5-4+deb9u2 [91.7 kB]
Get:23 http://deb.debian.org/debian stretch-updates/main amd64 udev amd64 232-25+deb9u3 [1,114 kB]
Get:24 http://deb.debian.org/debian stretch-updates/main amd64 libudev1 amd64 232-25+deb9u3 [125 kB]
Get:25 http://security.debian.org/debian-security stretch/updates/main amd64 openjdk-8-jdk amd64 8u171-b11-1~deb9u1 [457 kB]
Get:26 http://deb.debian.org/debian stretch-updates/main amd64 systemd-sysv amd64 232-25+deb9u3 [81.1 kB]
Get:27 http://deb.debian.org/debian stretch/main amd64 python2.7-dev amd64 2.7.13-2+deb9u2 [290 kB]
Get:28 http://deb.debian.org/debian stretch/main amd64 libpython2.7-dev amd64 2.7.13-2+deb9u2 [28.2 MB]
Get:29 http://security.debian.org/debian-security stretch/updates/main amd64 openjdk-8-jdk-headless amd64 8u171-b11-1~deb9u1 [8,239 kB]
Get:30 http://deb.debian.org/debian stretch/main amd64 libpython2.7 amd64 2.7.13-2+deb9u2 [1,072 kB]
Get:31 http://deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u2 [285 kB]
Get:32 http://deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u2 [1,896 kB]
Get:33 http://deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u2 [1,382 kB]
Get:34 http://deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u2 [389 kB]
Get:35 http://deb.debian.org/debian stretch/main amd64 multiarch-support amd64 2.24-11+deb9u3 [200 kB]
Get:36 http://deb.debian.org/debian stretch/main amd64 sensible-utils all 0.0.9+deb9u1 [10.8 kB]
Get:37 http://deb.debian.org/debian stretch/main amd64 libisc-export160 amd64 1:9.10.3.dfsg.P4-12.3+deb9u4 [335 kB]
Get:38 http://security.debian.org/debian-security stretch/updates/main amd64 openjdk-8-jre amd64 8u171-b11-1~deb9u1 [69.5 kB]
Get:39 http://security.debian.org/debian-security stretch/updates/main amd64 openjdk-8-jre-headless amd64 8u171-b11-1~deb9u1 [27.2 MB]
Get:40 http://deb.debian.org/debian stretch/main amd64 libdns-export162 amd64 1:9.10.3.dfsg.P4-12.3+deb9u4 [851 kB]
Get:41 http://deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB]
Get:42 http://deb.debian.org/debian stretch/main amd64 dnsutils amd64 1:9.10.3.dfsg.P4-12.3+deb9u4 [283 kB]
Get:43 http://deb.debian.org/debian stretch/main amd64 bind9-host amd64 1:9.10.3.dfsg.P4-12.3+deb9u4 [231 kB]
Get:44 http://deb.debian.org/debian stretch/main amd64 libisc160 amd64 1:9.10.3.dfsg.P4-12.3+deb9u4 [398 kB]
Get:45 http://security.debian.org/debian-security stretch/updates/main amd64 openssl amd64 1.1.0f-3+deb9u2 [725 kB]
Get:46 http://security.debian.org/debian-security stretch/updates/main amd64 util-linux-locales all 2.29.2-1+deb9u1 [999 kB]
Get:47 http://deb.debian.org/debian stretch/main amd64 libdns162 amd64 1:9.10.3.dfsg.P4-12.3+deb9u4 [1,077 kB]
Get:48 http://deb.debian.org/debian stretch/main amd64 libisccc140 amd64 1:9.10.3.dfsg.P4-12.3+deb9u4 [198 kB]
Get:49 http://deb.debian.org/debian stretch/main amd64 libisccfg140 amd64 1:9.10.3.dfsg.P4-12.3+deb9u4 [223 kB]
Get:50 http://deb.debian.org/debian stretch/main amd64 liblwres141 amd64 1:9.10.3.dfsg.P4-12.3+deb9u4 [214 kB]
Get:51 http://deb.debian.org/debian stretch/main amd64 libbind9-140 amd64 1:9.10.3.dfsg.P4-12.3+deb9u4 [206 kB]
Get:52 http://deb.debian.org/debian stretch/main amd64 libc-l10n all 2.24-11+deb9u3 [820 kB]
Get:53 http://deb.debian.org/debian stretch/main amd64 locales all 2.24-11+deb9u3 [3,287 kB]
Get:54 http://deb.debian.org/debian stretch/main amd64 ncurses-term all 6.0+20161126-1+deb9u2 [469 kB]
Get:55 http://deb.debian.org/debian stretch/main amd64 openssh-sftp-server amd64 1:7.4p1-10+deb9u3 [39.5 kB]
Get:56 http://deb.debian.org/debian stretch/main amd64 openssh-server amd64 1:7.4p1-10+deb9u3 [332 kB]
Get:57 http://deb.debian.org/debian stretch/main amd64 openssh-client amd64 1:7.4p1-10+deb9u3 [779 kB]
Get:58 http://deb.debian.org/debian stretch/main amd64 apt-transport-https amd64 1.4.8 [171 kB]
Get:59 http://deb.debian.org/debian stretch/main amd64 erlang-parsetools amd64 1:19.2.1+dfsg-2+deb9u1 [184 kB]
Get:60 http://deb.debian.org/debian stretch/main amd64 erlang-odbc amd64 1:19.2.1+dfsg-2+deb9u1 [77.7 kB]
Get:61 http://deb.debian.org/debian stretch/main amd64 erlang-erl-docgen amd64 1:19.2.1+dfsg-2+deb9u1 [167 kB]
Get:62 http://deb.debian.org/debian stretch/main amd64 erlang-edoc amd64 1:19.2.1+dfsg-2+deb9u1 [326 kB]
Get:63 http://deb.debian.org/debian stretch/main amd64 erlang-xmerl amd64 1:19.2.1+dfsg-2+deb9u1 [986 kB]
Get:64 http://deb.debian.org/debian stretch/main amd64 erlang-ssh amd64 1:19.2.1+dfsg-2+deb9u1 [478 kB]
Get:65 http://deb.debian.org/debian stretch/main amd64 erlang-diameter amd64 1:19.2.1+dfsg-2+deb9u1 [679 kB]
Get:66 http://deb.debian.org/debian stretch/main amd64 erlang-percept amd64 1:19.2.1+dfsg-2+deb9u1 [164 kB]
Get:67 http://deb.debian.org/debian stretch/main amd64 erlang-corba amd64 1:19.2.1+dfsg-2+deb9u1 [2,257 kB]
Get:68 http://deb.debian.org/debian stretch/main amd64 erlang-inets amd64 1:19.2.1+dfsg-2+deb9u1 [742 kB]
Get:69 http://deb.debian.org/debian stretch/main amd64 erlang-eldap amd64 1:19.2.1+dfsg-2+deb9u1 [130 kB]
Get:70 http://deb.debian.org/debian stretch/main amd64 erlang-ssl amd64 1:19.2.1+dfsg-2+deb9u1 [751 kB]
Get:71 http://deb.debian.org/debian stretch/main amd64 erlang-public-key amd64 1:19.2.1+dfsg-2+deb9u1 [559 kB]
Get:72 http://deb.debian.org/debian stretch/main amd64 erlang-os-mon amd64 1:19.2.1+dfsg-2+deb9u1 [120 kB]
Get:73 http://deb.debian.org/debian stretch/main amd64 erlang-snmp amd64 1:19.2.1+dfsg-2+deb9u1 [1,554 kB]
Get:74 http://deb.debian.org/debian stretch/main amd64 erlang-crypto amd64 1:19.2.1+dfsg-2+deb9u1 [125 kB]
Get:75 http://deb.debian.org/debian stretch/main amd64 erlang-tools amd64 1:19.2.1+dfsg-2+deb9u1 [529 kB]
Get:76 http://deb.debian.org/debian stretch/main amd64 erlang-runtime-tools amd64 1:19.2.1+dfsg-2+deb9u1 [208 kB]
Get:77 http://deb.debian.org/debian stretch/main amd64 erlang-mnesia amd64 1:19.2.1+dfsg-2+deb9u1 [747 kB]
Get:78 http://deb.debian.org/debian stretch/main amd64 erlang-syntax-tools amd64 1:19.2.1+dfsg-2+deb9u1 [374 kB]
Get:79 http://deb.debian.org/debian stretch/main amd64 erlang-eunit amd64 1:19.2.1+dfsg-2+deb9u1 [165 kB]
Get:80 http://deb.debian.org/debian stretch/main amd64 erlang-ic amd64 1:19.2.1+dfsg-2+deb9u1 [847 kB]
Get:81 http://deb.debian.org/debian stretch/main amd64 erlang-asn1 amd64 1:19.2.1+dfsg-2+deb9u1 [740 kB]
Get:82 http://deb.debian.org/debian stretch/main amd64 erlang-base amd64 1:19.2.1+dfsg-2+deb9u1 [7,173 kB]
Get:83 http://deb.debian.org/debian stretch/main amd64 erlang-nox all 1:19.2.1+dfsg-2+deb9u1 [35.4 kB]
Get:84 http://deb.debian.org/debian stretch/main amd64 libatk-wrapper-java all 0.33.3-13+deb9u1 [44.1 kB]
Get:85 http://deb.debian.org/debian stretch/main amd64 libdbus-1-3 amd64 1.10.26-0+deb9u1 [194 kB]
Get:86 http://deb.debian.org/debian stretch/main amd64 libatspi2.0-0 amd64 2.22.0-6+deb9u1 [60.9 kB]
Get:87 http://deb.debian.org/debian stretch/main amd64 libtiff5 amd64 4.0.8-2+deb9u2 [238 kB]
Get:88 http://deb.debian.org/debian stretch/main amd64 libgdk-pixbuf2.0-0 amd64 2.36.5-2+deb9u2 [170 kB]
Get:89 http://deb.debian.org/debian stretch/main amd64 libgdk-pixbuf2.0-common all 2.36.5-2+deb9u2 [311 kB]
Get:90 http://deb.debian.org/debian stretch/main amd64 libatk-wrapper-java-jni amd64 0.33.3-13+deb9u1 [37.5 kB]
Get:91 http://deb.debian.org/debian stretch/main amd64 libcups2 amd64 2.2.1-8+deb9u1 [306 kB]
Get:92 http://deb.debian.org/debian stretch/main amd64 libgd3 amd64 2.2.4-2+deb9u2 [132 kB]
Get:93 http://deb.debian.org/debian stretch/main amd64 libnss3 amd64 2:3.26.2-1.1+deb9u1 [1,161 kB]
Get:94 http://deb.debian.org/debian stretch/main amd64 libpq5 amd64 9.6.7-0+deb9u1 [132 kB]
Get:95 http://deb.debian.org/debian stretch/main amd64 libxkbcommon0 amd64 0.7.1-2~deb9u1 [122 kB]
Get:96 http://deb.debian.org/debian stretch/main amd64 libxml-libxml-perl amd64 2.0128+dfsg-1+deb9u1 [338 kB]
Get:97 http://deb.debian.org/debian stretch/main amd64 postgresql-client-9.6 amd64 9.6.7-0+deb9u1 [1,228 kB]
Get:98 http://deb.debian.org/debian stretch/main amd64 postgresql-9.6 amd64 9.6.7-0+deb9u1 [4,147 kB]
Get:99 http://deb.debian.org/debian stretch/main amd64 postgresql all 9.6+181+deb9u1 [55.6 kB]
Get:100 http://deb.debian.org/debian stretch/main amd64 procmail amd64 3.22-25+deb9u1 [142 kB]
Get:101 http://deb.debian.org/debian stretch/main amd64 python-libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [203 kB]
Get:102 http://deb.debian.org/debian stretch/main amd64 tcpdump amd64 4.9.2-1~deb9u1 [415 kB]
Get:103 http://deb.debian.org/debian stretch/main amd64 w3m amd64 0.5.3-34+deb9u1 [1,040 kB]
Get:104 http://deb.debian.org/debian stretch/main amd64 iproute all 1:4.9.0-1+deb9u1 [16.6 kB]
Get:105 http://deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB]
Fetched 137 MB in 14s (9,765 kB/s)
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 145304 files and directories currently installed.)
Preparing to unpack .../python3-django_1%3a1.10.7-2+deb9u1_all.deb ...
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ImportError: No module named 'encodings'

Current thread 0x00007fd9dcfbb700 (most recent call first):
Aborted
dpkg: warning: subprocess old pre-removal script returned error exit status 134
dpkg: trying script from the new package instead ...
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ImportError: No module named 'encodings'

Current thread 0x00007feab6892700 (most recent call first):
Aborted
dpkg: error processing archive /var/cache/apt/archives/python3-django_1%3a1.10.7-2+deb9u1_all.deb (--unpack):
 subprocess new pre-removal script returned error exit status 134
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ImportError: No module named 'encodings'

Current thread 0x00007f58f8cd8700 (most recent call first):
Aborted
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 134
Preparing to unpack .../perl-modules-5.24_5.24.1-3+deb9u4_all.deb ...
Unpacking perl-modules-5.24 (5.24.1-3+deb9u4) over (5.24.1-3+deb9u3) ...
Preparing to unpack .../libperl5.24_5.24.1-3+deb9u4_amd64.deb ...
Unpacking libperl5.24:amd64 (5.24.1-3+deb9u4) over (5.24.1-3+deb9u3) ...
Preparing to unpack .../perl_5.24.1-3+deb9u4_amd64.deb ...
Unpacking perl (5.24.1-3+deb9u4) over (5.24.1-3+deb9u3) ...
Preparing to unpack .../perl-base_5.24.1-3+deb9u4_amd64.deb ...
Unpacking perl-base (5.24.1-3+deb9u4) over (5.24.1-3+deb9u3) ...
Errors were encountered while processing:
 /var/cache/apt/archives/python3-django_1%3a1.10.7-2+deb9u1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

 



apt-get update && sudo apt-get upgrade




Ign:1 http://deb.debian.org/debian stretch InRelease
Get:2 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Hit:3 http://deb.debian.org/debian stretch Release
Hit:5 http://security.debian.org/debian-security stretch/updates InRelease
Fetched 91.0 kB in 2s (37.0 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 python3-django : Depends: python-django-common (= 1:1.10.7-2) but 1:1.10.7-2+deb9u1 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

 




quand à:

echo $python



je n'ai aucun retour

Hors ligne

#15 15-06-2018 14:25:40

mazkagaz
Membre
Distrib. : Debian stable
Inscription : 13-05-2018

Re : apt détruit par python

Grégoire Meunier a écrit :




Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 145304 files and directories currently installed.)
Preparing to unpack .../python3-django_1%3a1.10.7-2+deb9u1_all.deb ...
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ImportError: No module named 'encodings'
 



On trouve notamment :
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ImportError: No module named 'encodings'


Je persiste à croire que ce n'est pas un problème d'installation debian mais un soucis de configuration python (mais je peux me tromper). Peut-être quelque chose à voir avec
$PYTHONPATH et $PYTHONHOME. On voit que quelque chose a changé depuis le premier post puisque maintenant on ne trouve plus de référence à python2.7. Il plante pendant l'installation parce qu'il exécute un code python qui ne retrouve pas ses petits.

Grégoire Meunier a écrit :



quand à:

echo $python



je n'ai aucun retour



Alors, un, ton .bashrc ne définit pas l'alias précédent, et deux, tu as changé de terminal depuis puisque tu avais défini l'alias.

Dernière modification par mazkagaz (15-06-2018 14:27:01)

Hors ligne

#16 15-06-2018 14:41:00

Croutons
Membre
Distrib. : Debian12
Noyau : Linux 6.1.0-13-amd64
(G)UI : Fluxbox(NakeDeb)
Inscription : 16-12-2016

Re : apt détruit par python

python3-django depends on python-django-common (= 1:1.10.7-2); however:
  Version of python-django-common on system is 1:1.10.7-2+deb9u1.


réinstall python3-django je pense car la version de la dépendance ne correspond pas
les 2 paquets devrait être en +deb9u1

peut être que le paquet a été épinglé? mais je pense que dans ce cas les dépendances n'auraient pas évolué non plus scratchhead.gif
a vérifier

ls /etc/apt/preferences.d/


-->les cahiers du debutant<--      WikiDF-->Découvrir les principales commandes Linux<-- 
L' expérience, c'est le nom que chacun donne à ses erreurs. Oscar Wilde

Hors ligne

Pied de page des forums