Comment 12 for bug 1835630

Revision history for this message
Ufos92 (ufos92) wrote :

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
```