Wiki source code of 9. Find app version

Last modified by teamwire001 on 2024/12/23 09:36

Show last authors
1 {{id name="in-app"/}}
2
3 = Version in app =
4
5 If you are already logged in, open the **drop-down menu** [[image:Public.Applications.Desktop.User-Manual-Desktop4.WebHome@icons-dropdown.svg||height="20"]] next to your name and select **App settings**. You will find the installed Teamwire version in the lower-left corner.
6
7 Please read below how to check the installed app version if you are not logged in with a user account yet.
8
9 ## ##
10 [[image:Version_Desktop-v4.x__border_progressbar_.gif]]
11 ## ##
12
13
14 {{id name="before-login"/}}
15
16 = Version before login =
17
18 If you are not logged in with a user account yet, you can find the version number, based on the operating system, as follows.
19
20
21 == Windows ==
22
23 * Open the Windows Settings ( {{code}}WIN + I{{/code}} )
24 * Windows 10: Go to **Apps**
25 * Windows 11: Go to **Apps > Installed Apps**
26 * Search for Teamwire
27 * The installed Teamwire version will be displayed. On Windows 10, please click on the app's name to see the version number.## ##
28
29 ## ##
30
31 == macOS ==
32
33 * Start the Teamwire app
34 * In the app menu bar, select **Teamwire > About Teamwire**
35 * The installed Teamwire version will be displayed in a new window
36
37 ##
38
39 == Linux ==
40
41 On Debian / Ubuntu, you can get the installed Teamwire version with the following command:
42
43 {{code}}
44 sudo dpkg -l | grep teamwire
45 {{/code}}
46
47 On Fedora / RHEL, you can get the installed Teamwire version with the following command:
48
49 {{code}}
50 dnf info teamwire
51 {{/code}}
52
53 ## ##