Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d4983579
Commit
d4983579
authored
Sep 22, 2003
by
Mike Hearn
Committed by
Alexandre Julliard
Sep 22, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing the directory is almost always the wrong way to remove wine.
parent
92967e20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
17 deletions
+8
-17
faq.sgml
documentation/faq.sgml
+8
-17
No files found.
documentation/faq.sgml
View file @
d4983579
...
...
@@ -1411,24 +1411,15 @@ export PATH=$PATH:/path/to/wine/binary
</question>
<answer>
<para>
All you have to do is to type:
</para>
<screen>
rm -fR \[/path/\]Wine*
</screen>
<para>
Make sure that you specify the exact path when using the powerful
<command>rm -fR</command> command. If you are afraid that you might
delete something important, or might otherwise delete other files
within your file system, <command>cd</command> into each Wine
sub directory singly and delete the files found there manually,
one file or directory at a time.
</para>
<para>
Neither the Wine developers and programmers, nor the Wine FAQ
author/maintainer, can be held responsible for your deleting any
files in your own file system.
It depends on how you installed. If you used an RPM, the right command is this:
<command>rpm -e wine (as root)</command>
</para>
<para>
If you installed from source (the .tar.gz file), the right
way to do it is to change to the root of the source tree (the directory with the configure script,
readme etc) then run as root:
<command>make uninstall</command>
</para>
</answer>
</qandaentry>
</qandadiv>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment