You are not logged in.
Pages: 1
So I was installing wine and my computer randomly shut down half way through and I booted it back up the wine command was being registered into the terminal but was giving an error so I tried uninstalling it with "sudo pacman -R wine" and it said it completed the process. I tried downloading wine again with "sudo pacman -S wine" but it gives an error showing that a lot of files are still there. When I try to remove wine again it can't find wine even when I try to install it. (Can't post the exact error text since it's in turkish, I apologise.)
Last edited by Star1322 (2020-03-31 20:03:49)
Offline
pacman -S --dbonly wine
pacman -S wineThe first command updates the pacman database so it tracks files provided by wine, the second reinstalls wine to ensure it was not corrupted.
Last edited by loqs (2020-03-31 20:01:24)
Offline
(Can't post the exact error text since it's in turkish, I apologise.)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
pacman -S --dbonly wine pacman -S wineThe first command updates the pacman database so it tracks files provided by wine, the second reinstalls wine to ensure it was not corrupted.
Tried it and seems to have fixed it. Thank you kind sir.
Offline
Pages: 1