I have a problem with python3.6 idle. I think I installed some package in the past and since then I have a problem installing other problems because whatever I try to install it shows me the same error, even if I try to unistall python it shows me this:
idle : Depends: idle-python3.6 but it is not going to be installed
I've tried to unistall python but I got this error. What should I do???
sudo apt-get install -f
? Note also that in my opinion there's better IDEs than IDLE. – Thomas Ward May 24 '19 at 16:25cat /etc/apt/sources.list
? – Kulfy May 24 '19 at 16:29sudo apt install idle-python3.6
. – Sun Bear Aug 22 '19 at 17:21sudo apt install idle-python3.6
I get this error Errors were encountered while processing: /var/cache/apt/archives/idle-python3.6_3.6.8-1~18.04.york0_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1) – J.Doe Aug 26 '19 at 04:28