This is the displayed message:
"Can not upgrade
Your python3 install is corrupted. Please fix the '/usr/bin/python3' symlink."
Could someone explain how to fix the above issue so I can upgrade? If uninstalling and reinstalling python is your answer, could you provide step-by-step instructions?
python3
is a symlink. delete it and create it again using the path as actual python binary. Do it at your own risk – AmaanK Jun 29 '21 at 15:21