Changes for page 8. Deinstallation

Last modified by teamwire001 on 2025/08/19 08:23

From version 1.1
edited by teamwire004
on 2024/10/11 09:00
Change comment: doc-154
To version 2.2
edited by teamwire001
on 2025/08/19 08:23
Change comment: DOC-434

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -8. Deinstallation of Teamwire
1 +8. Deinstallation
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.teamwire004
1 +XWiki.teamwire001
Content
... ... @@ -1,51 +1,50 @@
1 -= Desktop 4.0.0 or newer =
1 +{{info}}
2 +These options apply to Desktop version 4 only.
3 +{{/info}}
2 2  
5 += Windows =
3 3  
4 -== Windows ==
5 -
6 -1. Click on Start (windows icon)
7 -1. Search for Teamwire
7 +1. Click on **Start** ( {{icon name="windows"/}} icon)
8 +1. Search for "Teamwire"
8 8  1. On Teamwire search result click the right button of the mouse or check the menu on the right of the search result
9 -1. Click on "Uninstall", which will open
10 -11. Windows 11: "Apps > Installed apps"
11 -11. Windows 10: "Programs and Features"
10 +1. Click on **Uninstall**, which will open
11 +1*. Windows 11: **Apps > Installed apps**
12 +1*. Windows 10: **Programs and Features**
12 12  1. Scroll down until you find Teamwire
13 -11. Windows 11: Click on the "…" button and select on "Uninstall"
14 -11. Windows 10: Perform a right click and select "Uninstall"
14 +1*. Windows 11: Open the [[image:Public.Applications.Desktop.User-Manual-Desktop4.WebHome@icons-more.svg||height="20"]] context menu and select **Uninstall**
15 +1*. Windows 10: Perform a right click and select **Uninstall**
16 +## ##
15 15  
16 -If you are using a client version below 4.0.17 you also have to delete the data folder
18 +If you are using a Desktop version of 4.0.17 or older, you also have to delete the user data directory.
17 17  
18 -1. Open %APPDATA% with the file explorer (Example: //C:\Users\USERNAME\AppData\Local//)
19 -**Note:** If you want to open the folder manually by clicking, in order to see the folder you need to go to the folder options' "View" tab to enable the option "Hidden files and folders > Show hidden files, folders and drives" )
20 -1. Search for the folder "teamwire" and delete it
21 -
20 +1. Open ##%APPDATA%## in your file explorer (e.g. ##C:\Users\<USERNAME>\AppData\Local##)
21 +**Note:** This is a hidden directory. If you want to go to the directory manually, you might have to open to the **View** tab in your explorer options and enable **Hidden files and folders > Show hidden files, folders and drives**.
22 +1. Search for the ##teamwire## directory and delete it
22 22  ## ##
23 23  
24 -== MacOS ==
25 += macOS =
25 25  
26 -1. Open Finder > Applications.
27 -1. Choose the teamwire app.
28 -1. Press Command + Delete (⌘⌫).
29 -1. Empty the Trash by clicking the "Empty" button in the upper-right corner of the window.
30 -
27 +1. Open Finder and go to **Applications**
28 +1. Select the Teamwire app
29 +1. Press ##Command + Delete## (⌘⌫)
30 +1. Empty your Trash
31 31  ## ##
32 32  
33 -== Linux ==
33 += Linux =
34 34  
35 -To remove the Teamwire Desktop Client, depending on the system in use, you have to execute one of the following commands on the terminal .
35 +To remove the Teamwire Desktop app, depending on the system in use, you have to execute one of the following commands in your terminal.
36 36  
37 -Debian / Ubuntu:
38 38  
39 -(% class="box" %)
40 -(((
38 +**Debian/Ubuntu:**
39 +
40 +{{code language="none"}}
41 41  sudo apt remove teamwire
42 -)))
42 +{{/code}}
43 43  
44 -Fedora / RHEL:
44 +**Fedora/RHEL:**
45 45  
46 -(% class="box" %)
47 -(((
46 +{{code language="none"}}
48 48  sudo dnf remove teamwire
49 -)))
48 +{{/code}}
50 50  
51 51  ## ##