Comments on: 6 Key Performance Metrics to Monitor in Linux Servers – Part 1 https://www.tecmint.com/monitor-linux-cpu-utilization/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Wed, 22 Feb 2023 18:59:47 +0000 hourly 1 By: incama https://www.tecmint.com/monitor-linux-cpu-utilization/comment-page-1/#comment-1970628 Wed, 22 Feb 2023 18:59:47 +0000 https://www.tecmint.com/?p=49528#comment-1970628 You can’t install glances on Debian 11 using apt. Use pip instead! Just make sure you got the dependencies right.

# apt install python3 python3-dev python3-jinja2 python3-psutil python3-setuptools psensor psensor-server python3-pip lm-sensors -y

and then:

# pip3 install glances
]]>