Unfulfilled dependencies with python-sphinx

0

Use the sudo purge python command without knowing that you were deleting important files for the ubuntu because you had some problems with the python libraries and wanted to reinstall them all from the beginning. The problem is that when I try to install the libraries again I miss an error. Then try to fix my error of deleting all python with sudo apt-get install python but I get the following error:

Los siguientes paquetes tienen dependencias incumplidas:
     python-sphinx : Depende: sphinx-common (= 1.3.6-2ubuntu1) pero 1.3.6-2ubuntu1.1 va a ser instalado
     python3-sphinx : Depende: sphinx-common (= 1.3.6-2ubuntu1) pero 1.3.6-2ubuntu1.1 va a ser instalado

Then when I try to install the missing dependencies with sudo apt-get install python-sphinx or sudo apt-get install python3-sphinx I get the following errors respectively in the terminal:

Los siguientes paquetes tienen dependencias incumplidas:
     python3-sphinx : Depende: sphinx-common (= 1.3.6-2ubuntu1) pero 1.3.6-2ubuntu1.1 va a ser instalado'

Los siguientes paquetes tienen dependencias incumplidas:
    python-sphinx : Depende: sphinx-common (= 1.3.6-2ubuntu1) pero 1.3.6-2ubuntu1.1 va a ser instalado

How can I get these packages if they depend on each other? How can I solve this problem if it is not using apt-get ?

    
asked by Emilio Liaño 25.05.2017 в 13:07
source

0 answers