>From the attached DpkgHistoryLog.txt I can infer that the problem started after removing python3.
I'd try something like what was posted there: https://askubuntu.com/questions/914556/python-3-not-working cd /tmp apt-get download python3 python3.6 python3-minimal python3.6-minimal libpython3.6-minimal sudo dpkg -i *python3*.deb sudo apt install -f -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1806399 Title: package python3-minimal 3.6.7-1~18.04 failed to install/upgrade: installed python3-minimal package post-installation script subprocess returned error exit status 127 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1806399/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
