From 26a4516652fb9465e138fa6fefbe0b97afbc97fa Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 21 Aug 2025 05:08:42 +0200 Subject: [PATCH] linux/hardware: added package to temperature command --- wiki/linux/hardware.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wiki/linux/hardware.md b/wiki/linux/hardware.md index e293166..abba914 100644 --- a/wiki/linux/hardware.md +++ b/wiki/linux/hardware.md @@ -33,6 +33,7 @@ using [liquidctl](https://github.com/liquidctl/liquidctl). ## Temperature -To check the temperature the command `sensors` can be used. +To check the temperature the command `sensors` can be used which (on most distributions) is a part +of the `lm_sensors` package. It will then display all the available temperature sensors available aswell as many other sensors like the RPM for fans.