cannot uninstall software

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
silver163
Level 1
Level 1
Posts: 6
Joined: Fri May 22, 2009 9:17 pm

cannot uninstall software

Post by silver163 »

hello,

i am having issues uninstalling two software. Polar POS and Skype. I uninstalled Polar POS in Wine but the Wine folder won't go away. how can I fix this?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

cannot uninstall software

Post by austin987 »

On Sun, May 31, 2009 at 6:03 PM, silver163 <[email protected]> wrote:
hello,

i am having issues uninstalling two software. Polar POS and Skype. I uninstalled Polar POS in Wine but the Wine folder won't go away. how can I fix this?
$ rm -rf ~/.wine


--
-Austin
silver163
Level 1
Level 1
Posts: 6
Joined: Fri May 22, 2009 9:17 pm

Post by silver163 »

i tried but it tells me "command not found"
John Drescher

cannot uninstall software

Post by John Drescher »

i tried but it tells me "command not found"
If rm is not found then you have a serious problem with your system.

Did you type the $? You are not supposed to.

John
User avatar
Daemon
Level 4
Level 4
Posts: 101
Joined: Wed Nov 12, 2008 2:24 pm

Re: cannot uninstall software

Post by Daemon »

silver163 wrote:hello,

i am having issues uninstalling two software. Polar POS and Skype. I uninstalled Polar POS in Wine but the Wine folder won't go away. how can I fix this?
Do you mean the Polar POS/Skype folder is still under the Wine menu? If so just go to /home/(user)/.local/share/applications/wine/Programs/ and /home/(user)/.local/share/desktop-directories and delete the pesky items.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: cannot uninstall software

Post by vitamin »

silver163 wrote:i am having issues uninstalling two software.
http://wiki.winehq.org/FAQ#head-9893ae5 ... af2e69b391
silver163
Level 1
Level 1
Posts: 6
Joined: Fri May 22, 2009 9:17 pm

Re: cannot uninstall software

Post by silver163 »

Daemon wrote:
silver163 wrote:hello,

i am having issues uninstalling two software. Polar POS and Skype. I uninstalled Polar POS in Wine but the Wine folder won't go away. how can I fix this?
Do you mean the Polar POS/Skype folder is still under the Wine menu? If so just go to /home/(user)/.local/share/applications/wine/Programs/ and /home/(user)/.local/share/desktop-directories and delete the pesky items.
i cannot find .local :( are you sure that is the correct directory tree?
John Drescher

cannot uninstall software

Post by John Drescher »

On Sat, Jun 6, 2009 at 11:22 PM, silver163<[email protected]> wrote:
Daemon wrote:
silver163 wrote:
hello,

i am having issues uninstalling two software. Polar POS and Skype. I uninstalled Polar POS in Wine but the Wine folder won't go away. how can I fix this?
  Do you mean the Polar POS/Skype folder is still under the Wine menu? If so just go to /home/(user)/.local/share/applications/wine/Programs/ and /home/(user)/.local/share/desktop-directories and delete the pesky items.
i cannot find .local :( are you sure that is the correct directory tree?
Do you mean

~/.local does not exist?

John
silver163
Level 1
Level 1
Posts: 6
Joined: Fri May 22, 2009 9:17 pm

Re: cannot uninstall software

Post by silver163 »

John Drescher wrote:On Sat, Jun 6, 2009 at 11:22 PM, silver163<[email protected]> wrote:
Daemon wrote:
silver163 wrote:   Do you mean the Polar POS/Skype folder is still under the Wine menu? If so just go to /home/(user)/.local/share/applications/wine/Programs/ and /home/(user)/.local/share/desktop-directories and delete the pesky items.
i cannot find .local :( are you sure that is the correct directory tree?
Do you mean

~/.local does not exist?

John
yup
silver163
Level 1
Level 1
Posts: 6
Joined: Fri May 22, 2009 9:17 pm

Post by silver163 »

can someone please help?
User avatar
dimesio
Moderator
Moderator
Posts: 13369
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

What distro?
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

Are you new with Linux, maybe? I'll have to tell you that folders that start with . are hidden folders and thus do not show up in file managers or the ls command unless you tell them to show hidden folders.
Locked