update-alternative error

Hi,
I installed vorta with this command:

 sudo zypper install vorta

The installation was successful but I had some errors:

update-alternatives: error: no alternatives for cftp
update-alternatives: error: no alternatives for ckeygen
update-alternatives: error: no alternatives for conch
update-alternatives: error: no alternatives for pyhtmlizer
update-alternatives: error: no alternatives for tkconch
update-alternatives: error: no alternatives for trial
update-alternatives: error: no alternatives for twist

What does it mean? Thanks

Hi
Because of multiple python versions available, the package should really be adapted for this. However it’s built to uses python3.8 (the current python3 default) so safe to ignore…


python3 -V
Python 3.8.9

1 Like

Thanks. :wink: