I’m Confused—How Do I Completely Uninstall Wine?

0
6
Asked By CreativeCoder84 On

I installed Death Stranding using Wine, but it failed to launch, and now I want to remove it. I've tried using the Wine uninstaller in the terminal, but it can't find Wine. I also attempted to remove Wine entirely with the command 'pacman -r wine', but that didn't work either. Ironically, I can run FL Studio through Bottles, which also uses Wine, so I know it's installed somewhere. How do I get rid of Wine completely?

2 Answers

Answered By TechyTim22 On

Have you tried running 'sudo pacman -R wine'? That should help you uninstall it. Additionally, you could check if Wine is actually installed by using 'pacman -Qs wine'. This might give you more insight into what's going on.

Answered By LinuxLover99 On

You might be using the Flatpak version of Bottles, which means it doesn't require Wine to be installed on your system. Have you considered adding Death Stranding as a non-Steam game and using Proton instead? That's usually a smooth running solution.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.