Wiki source code of 8. Deinstallation of Teamwire

Version 2.1 by teamwire001 on 2025/08/19 08:21

Show last authors
1 {{info}}
2 These options apply to Desktop version 4 only.
3 {{/info}}
4
5 = Windows =
6
7 1. Click on **Start** ( {{icon name="windows"/}} icon)
8 1. Search for "Teamwire"
9 1. On Teamwire search result click the right button of the mouse or check the menu on the right of the search result
10 1. Click on **Uninstall**, which will open
11 1*. Windows 11: **Apps > Installed apps**
12 1*. Windows 10: **Programs and Features**
13 1. Scroll down until you find Teamwire
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 ## ##
17
18 If you are using a Desktop version of 4.0.17 or older, you also have to delete the user data directory.
19
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
23 ## ##
24
25 = macOS =
26
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 ## ##
32
33 = Linux =
34
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
37
38 **Debian/Ubuntu:**
39
40 {{code language="none"}}
41 sudo apt remove teamwire
42 {{/code}}
43
44 **Fedora/RHEL:**
45
46 {{code language="none"}}
47 sudo dnf remove teamwire
48 {{/code}}
49
50 ## ##