Vanilla-OS / vanilla-system-operator

VSO is an utility which allows you to perform maintenance tasks on your Vanilla OS installation.
GNU General Public License v3.0
31 stars 15 forks source link

add option to remove waydroid subsystem #136

Closed taukakao closed 3 months ago

taukakao commented 3 months ago

Currently, there is no user friendly way to get rid of the subsystem.

The user would have to run:

host-shell pkexec podman stop apx-vso-waydroid
host-shell pkexec podman rm apx-vso-waydroid
host-shell pkexec podman image rm ghcr.io/vanilla-os/waydroid:main

which is obviously not great UX.

taukakao commented 3 months ago

As pointed out by another Contributor, this already exists as "vso android delete"