NVMe drives have become popular for their speed and performance in modern desktops.
The nvme-cli tool can be used to monitor the temperature of NVMe SSDs in Linux-based operating systems.
To install nvme-cli, run 'sudo apt install nvme-cli' in Ubuntu or any Debian-based distribution.
You can use the 'nvme list' command to find the names of the NVMe drives in the system and then check their temperature using 'sudo nvme smart-log | grep -i '^temperature'.