Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
-1
rated 0 times [  -1] [ 0]  / answers: 1 / hits: 1962  / 1 Year ago, thu, march 23, 2023, 1:55:02

I uninstalled Wine 1.7 by apt-get remove wine1.7. But I found the programs I installed in .wine can still run. How can I uninstall them?


More From » 13.10

 Answers
5

Open a terminal and type the following commands



sudo apt-get remove wine --purge


Next, we clean the context menu, menu entries, etc:



rm -rf $HOME/.wine
rm -f $HOME/.config/menus/applications-merged/*wine*
rm -rf $HOME/.local/share/applications/wine
rm -f $HOME/.local/share/desktop-directories/*wine*
rm -f $HOME/.local/share/icons/????_*.xpm
rm -f $HOME/.local/share/icons/*wine*


Now restart the system using:



sudo reboot

[#27397] Saturday, March 25, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ularousand

Total Points: 380
Total Questions: 109
Total Answers: 101

Location: England
Member since Tue, Sep 8, 2020
4 Years ago
;