Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 5187  / 1 Year ago, sun, may 14, 2023, 4:39:16

Possible Duplicate:

How to remove wine completely






Is there a way to do a reset for ubuntu 11.10 to really uninstall a software such as wine and all of its remaining components. I installed wine 1.3 using these commands:



sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.3


Then I used the software center to uninstall wine but that really didn't uninstalled the whole program because it left some folders in the home directory .wine so is there a way to reset ubuntu or really uninstall wine with terminal commands? can you guys please help with the code for the terminal.


More From » 11.10

 Answers
7

If you want to remove wine + all configs and files type this in a terminal



sudo apt-get remove --purge wine1.3.



After that if there is still a ~/.wine folder you are free to delete it using



rm -rf ~/.wine.


[#42578] Tuesday, May 16, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
truwom

Total Points: 101
Total Questions: 99
Total Answers: 100

Location: Ivory Coast
Member since Tue, Sep 15, 2020
4 Years ago
;