Inicio › Foros › Sistemas operativos › Linux › Error yum except KeyboardInterrupt CentOS [RESUELTO] › Respuesta a: Error yum except KeyboardInterrupt CentOS [RESUELTO]
04/18/2025 a las 22:00
#52645
alonsojpd
Superadministrador
Prueba a editar el fichero /usr/bin/yum, con:
Shell
1 |
sudo nano /usr/bin/yum |
Y en la primera línea, modifica esto:
Shell
1 |
#!/usr/bin/python |
Por esto:
Shell
1 |
#!/usr/bin/python2 |
Guarda los cambios y vuelve a probar.