On Tue May 2 2023 13:42:19 ajh-valmer via tde-users wrote:
How to know the version number of my TDE ?
(1) When running TDE click on Help in the T menu and then choose the first (Welcome to TDE) link which will show the TDE revision on the second line.
(2) From a user shell started within TDE you can: $ tde-config -v Qt: 3.5.0 TDE: R14.1.0 tde-config: 1.0
(3) If TDE is installed but you're not currently in TDE you can do the equivalent of (2) if you know where TDE is installed. e.g. in Debian and Ubuntu: # /opt/trinity/bin/tde-config -v Qt: 3.5.0 TDE: R14.1.0 tde-config: 1.0
(4) Otherwise you would have to look at the installed TDE packages to determine the version, e.g. in Debian and Ubuntu: # dpkg -l | awk '/tdelibs-trinity/ {print $3}' 4:14.1.0-0debian11.0.0+0
--Mike