All I can say, is
WORKAROUND: build from source as described in the repository (https://github.com/Syllo/nvtop)
``` git clone https://github.com/Syllo/nvtop.git mkdir -p nvtop/build && cd nvtop/build cmake .. make
# Install globally on the system sudo make install ```
All I can say, is
WORKAROUND: build from source as described in the repository (https:/ /github. com/Syllo/ nvtop)
``` /github. com/Syllo/ nvtop.git
git clone https:/
mkdir -p nvtop/build && cd nvtop/build
cmake ..
make
# Install globally on the system
sudo make install
```