htop Ubuntu deb package compiled with support of CPU Frequency and CPU Temperature measure.
Original project is here: https://github.com/htop-dev/
- Ubuntu 20.04
sudo dpkg -i ./htop-3.0.5-temp1_arm64.deb
If you want to restore the stock package for any reason, type in shell:
sudo apt-get remove --purge htop
and then:
sudo apt-get install htop
After install, please type F2 and add
- CPU temperature (F2 -> Display Options -> Also show CPU temperature)
- CPU frequency (F2 -> Display Options -> Also show CPU frequency)