Build NVtop:


  1. cd /opt/RAM_DISKS/RAM_DISK/
  2. git clone --recursive https://github.com/Syllo/nvtop.git
  3. cd nvtop && mkdir build && cd build
  4. sudo apt install libncurses-dev libudev-dev libdrm-dev
  5. cmake ..
  6. make -j8
  7. sudo make install
  8. sudo chmod +x /usr/bin/nvtop
  9. *May need to restart terminal to start app.
Sources: Official Gitbub, Search Results,
Date: June 9th 2023 ~ August 26th 2023

Back