Problema para instalar GnuRadio en ubuntu 18.04

Re: Problema para instalar GnuRadio en ubuntu 18.04

de Romina Hoffman Giorello -
Número de respuestas: 0
Entiendo que es imposible adivinar que tengo instalado jaja, pero intenté crear una máquina nueva y luego de ver varios tutoriales terminaba toda la instalación y al final de todos los pasos volvía al inicio, como no encontré solución a esto y tenía la de redes funcionando me resultó más práctico.

Te comparto lo que me pasa cuando intento instalar python:
iie@redes2-lab:~$ sudo apt install python
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:
python : PreDepends: python-minimal (= 2.7.15~rc1-1) but it is not going to be installed
Depends: python2.7 (>= 2.7.15~rc1-1~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
iie@redes2-lab:~$ sudo apt install python-minimal
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:
python-minimal : Depends: python2.7-minimal (>= 2.7.15~rc1-1~) but it is not going to be installed
Recommends: python but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
iie@redes2-lab:~$ sudo apt install python2.7-minimal
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:
python2.7-minimal : Depends: libpython2.7-minimal (= 2.7.15~rc1-1) but 2.7.17-1~18.04 is to be installed
Recommends: python2.7 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
iie@redes2-lab:~$


¿Hay algún comando que instale python y todas las dependencias que usa? ¿O tengo que seguir con apt install con todas las dependencias que dice que faltan?

Muchas gracias.