Recently I removed python3.5 and installed python3.6 using conda. Now terminal doesn't start and I can see a red error button at top right corner that says
A Problem occurred when checking for the updates
How can I fix it?
Recently I removed python3.5 and installed python3.6 using conda. Now terminal doesn't start and I can see a red error button at top right corner that says
A Problem occurred when checking for the updates
How can I fix it?
xterm
– kenn May 26 '18 at 14:57~/.bashrc
file got corrupted. – kenn May 26 '18 at 15:02sudo apt-get install -f
viaxterm
should work – kenn May 26 '18 at 15:11chroot
to it. Then you should be able to reinstall the packages. Here is step-by-step manual (just change the commands in step 6): https://askubuntu.com/a/1017682/566421 – pa4080 May 26 '18 at 15:15