I cant remove Windows App Support


i want to remove windows app support because my PC shutted down while i was installing it and when i reopen my PC i see its install but doesnt work so i wanted to remove and reinstall it but i cant it says no packages

If I remember right...

sudo apt purge windows-app-support

OR

sudo apt purge wine

OR maybe even

sudo apt --fix-broken install

open terminal and run

sudo dpkg --configure -a
sudo apt autoclean
sudo apt remove zorin-windows-app*

if that fails

sudo dpkg --remove --force-remove-reinstreq zorin-windows-app-support
1 Like

Uh yeah you could try @seanhinkley's solution as well.

Don't forget to run also

sudo apt-get update

And

sudo apt-get upgrade

This will also force check and install any updates whilst Wine was installing incase of file corruption. It might reinstall enabling you then to uninstall it through the Software Manager.

Then reboot.

Let us know! And welcome! @Mahir :slight_smile:

2 Likes