Wiki source code of 8. Deinstallation
Last modified by teamwire001 on 2025/08/19 08:23
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
2.1 | 1 | {{info}} |
2 | These options apply to Desktop version 4 only. | ||
3 | {{/info}} | ||
![]() |
1.1 | 4 | |
![]() |
2.1 | 5 | = Windows = |
![]() |
1.1 | 6 | |
![]() |
2.1 | 7 | 1. Click on **Start** ( {{icon name="windows"/}} icon) |
8 | 1. Search for "Teamwire" | ||
![]() |
1.1 | 9 | 1. On Teamwire search result click the right button of the mouse or check the menu on the right of the search result |
![]() |
2.1 | 10 | 1. Click on **Uninstall**, which will open |
11 | 1*. Windows 11: **Apps > Installed apps** | ||
12 | 1*. Windows 10: **Programs and Features** | ||
![]() |
1.1 | 13 | 1. Scroll down until you find Teamwire |
![]() |
2.1 | 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 | ## ## | ||
![]() |
1.1 | 17 | |
![]() |
2.1 | 18 | If you are using a Desktop version of 4.0.17 or older, you also have to delete the user data directory. |
![]() |
1.1 | 19 | |
![]() |
2.1 | 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 | ||
![]() |
1.1 | 23 | ## ## |
24 | |||
![]() |
2.1 | 25 | = macOS = |
![]() |
1.1 | 26 | |
![]() |
2.1 | 27 | 1. Open Finder and go to **Applications** |
28 | 1. Select the Teamwire app | ||
29 | 1. Press ##Command + Delete## (⌘⌫) | ||
30 | 1. Empty your Trash | ||
![]() |
1.1 | 31 | ## ## |
32 | |||
![]() |
2.1 | 33 | = Linux = |
![]() |
1.1 | 34 | |
![]() |
2.1 | 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. |
![]() |
1.1 | 36 | |
37 | |||
![]() |
2.1 | 38 | **Debian/Ubuntu:** |
39 | |||
40 | {{code language="none"}} | ||
![]() |
1.1 | 41 | sudo apt remove teamwire |
![]() |
2.1 | 42 | {{/code}} |
![]() |
1.1 | 43 | |
![]() |
2.1 | 44 | **Fedora/RHEL:** |
![]() |
1.1 | 45 | |
![]() |
2.1 | 46 | {{code language="none"}} |
![]() |
1.1 | 47 | sudo dnf remove teamwire |
![]() |
2.1 | 48 | {{/code}} |
![]() |
1.1 | 49 | |
50 | ## ## |