As a result, the upgrade may overwrite the unowned files created in previous versions. If you encounter errors like the following during the update:
``` error: failed to commit transaction (conflicting files)waydroid: /usr/lib/waydroid/tools/__pycache__/__init__.cpython-313.pyc exists in filesystem waydroid: /usr/lib/waydroid/tools/actions/__pycache__/__init__.cpython-313.pyc exists in filesystem waydroid: /usr/lib/waydroid/tools/actions/__pycache__/app_manager.cpython-313.pyc exists in filesystem
```You can safely remove the conflicting files by running the following command before upgrading:
```shfind /usr/lib/waydroid/tools/ -type d -name __pycache__ -exec sudo rm -rf '{}' +
``` -- Best Regards, George Hu / Integral
OpenPGP_0x06313911057DD5A8.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Description: OpenPGP digital signature
