我正在尝试从20.04升级到22.04
在更新过程中,我收到一个错误
Your python3 install is corrupted. Please fix the ’/usr/bin/python3’ symlink.
我知道将符号链接更改为正确的版本会有帮助。但是我找不到Ubuntu22.04附带的Python版本的信息。
如果有人能看出来那就太好了。
发布于 2023-01-20 14:34:57
https://packages.ubuntu.com将随时为Ubuntu的所有支持版本提供当前的包版本信息。
例如,下面是在python3
中搜索jammy
包的网站(22.04):
https://askubuntu.com/questions/1451071
复制相似问题