python3이 손상되어 18.04에서 20.04로의 do-release-upgrade가 실패합니다.

python3이 손상되어 18.04에서 20.04로의 do-release-upgrade가 실패합니다.

내 노트북에서 18.04에서 20.04.1로 업그레이드를 시도했지만 Can not upgrade - Your python3 install is corrupted. Please fix the '/usr/bin/python3' symlink."오류가 발생합니다. 설명된 해결 방법을 시도했습니다. https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1825655소용이 없습니다. 출력은 다음과 ls -l /usr/bin/python*같습니다.

$ ls -l /usr/bin/python*
lrwxrwxrwx 1 root root      18 ago  9 11:57 /usr/bin/python -> /usr/bin/python2.7
lrwxrwxrwx 1 root root       9 apr 16  2018 /usr/bin/python2 -> python2.7
-rwxr-xr-x 1 root root 3665768 lug 20 17:37 /usr/bin/python2.7
lrwxrwxrwx 1 root root      33 lug 20 17:37 /usr/bin/python2.7-config -> x86_64-linux-gnu-python2.7-config
lrwxrwxrwx 1 root root      16 apr 16  2018 /usr/bin/python2-config -> python2.7-config
lrwxrwxrwx 1 root root      25 ago  3 16:03 /usr/bin/python3 -> /etc/alternatives/python3
-rwxr-xr-x 2 root root 4526456 lug 17 14:50 /usr/bin/python3.6
-rwxr-xr-x 2 root root 4526456 lug 17 14:50 /usr/bin/python3.6m
-rwxr-xr-x 2 root root 5308240 giu 29 07:44 /usr/bin/python3.7
lrwxrwxrwx 1 root root      33 giu 29 07:44 /usr/bin/python3.7-config -> x86_64-linux-gnu-python3.7-config
-rwxr-xr-x 2 root root 5308240 giu 29 07:44 /usr/bin/python3.7m
lrwxrwxrwx 1 root root      34 giu 29 07:44 /usr/bin/python3.7m-config -> x86_64-linux-gnu-python3.7m-config
-rwxr-xr-x 1 root root     398 nov 15  2017 /usr/bin/python3-jsonschema
lrwxrwxrwx 1 root root      10 ott 25  2018 /usr/bin/python3m -> python3.6m
lrwxrwxrwx 1 root root      16 apr 16  2018 /usr/bin/python-config -> python2.7-config

다시 작동하는 데 시간이 낭비된다는 점에서 명백한 결과로 Ubuntu를 완전히 다시 설치하는 것이 최선일까요?

관련 정보