What Terminal command I should make in Ubuntu in order to find out which TPM version I have, i.e TPM version 1.2 or 2.0 ?
22 Answers
As FedonKadifeli commented, you could use the tpm_version program from the tpm-tools package.
Another command works well also:
sudo dmesg | grep -i tpm 2