User Tools

Site Tools


howto:nvtop

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
howto:nvtop [2024/04/29 13:55] Wulf Rajekhowto:nvtop [2024/04/29 15:33] (current) Wulf Rajek
Line 9: Line 9:
 The version in distribution repositories is very old (v1.2.2 in Ubuntu Jammy) while v3.1.0 is current on github. The version in distribution repositories is very old (v1.2.2 in Ubuntu Jammy) while v3.1.0 is current on github.
  
 +Ubuntu based OS:
 <code> <code>
 sudo add-apt-repository ppa:flexiondotorg/nvtop sudo add-apt-repository ppa:flexiondotorg/nvtop
 sudo apt-get update sudo apt-get update
 sudo apt install nvtop sudo apt install nvtop
 +</code>
 +
 +Debian based OS (appimage):
 +<code>
 +wget https://github.com/Syllo/nvtop/releases/download/3.1.0/nvtop-x86_64.AppImage
 +mv nvtop-x86_64.AppImage /usr/local/bin/nvtop
 +chmod 755 /usr/local/bin/nvtop
 </code> </code>
  
 {{:howto:pasted:20240429-134936.png}} {{:howto:pasted:20240429-134936.png}}
howto/nvtop.1714395341.txt.gz · Last modified: 2024/04/29 13:55 by Wulf Rajek