13

I am trying to upgrade from 20.04 to 22.04

During update, I get an error

Your python3 install is corrupted. Please fix the ’/usr/bin/python3’ symlink.

I know changing the symlink to the correct version should help. But I cannot Find info as to which version of Python does Ubuntu 22.04 ship with.

If anyone can tell that will be great .

frewper
  • 231

1 Answers1

10

https://packages.ubuntu.com will readily provide current package version information for all supported releases of Ubuntu.

For example, here's a search of that website for the python3 package in jammy (22.04):

  • You can see that the package version is 3.10.4.

https://packages.ubuntu.com screenshot

user535733
  • 68,493