这些链接:
https://manpages.ubuntu.com/cgi-bin/search.py?q=update-alternatives
https://askubuntu.com/search?q=update-alternatives
...没有提供任何直接的见解,是否update-alternatives
实际上可以使用例如使用较新的 python,或 pyside6 作为 pyside2(焦点)的替代品。
20.04 的手册页指出:
Different packages providing the same file need to do so cooperatively. In other
words,
the usage of update-alternatives is mandatory for all involved packages in such case. It
is not possible to override some file in a package that does not employ the
update-alternatives mechanism.
...这让我对使用它持谨慎态度(目前特别是对于 python 和 pyside6)。
对于实际使用它例如 pyside6 有什么见解吗?
写完上述内容后发现:无法通过 apt-get 获取 pyside6。
答案1
因此,对于可用性的一般答案update-alternatives
是:
否,
软件包必须予以配合。
wrt Python 和 PySide6;各找到一个选项...
$ python -m pip install pyside6
...至少在完全更新的 20.04 上可以顺利安装。
另一方面,较新的 python...
我还没有尝试过(首先需要完整备份),但是:
“deadsnakes ppa” 似乎是一个可用的选项 - 请参阅
https://launchpad.net/%7Edeadsnakes/+archive/ubuntu/ppa
去谷歌上查询: https://www.google.se/search?q=ubuntu+deadsnakes+ppa