반응형
nvtop을 설치하려 했는데 다음 에러를 내며 설치가 안 되었다.
nvtop : Depends: libnvidia-compute-418 but it is not going to be installed
nvtop : 의존: libnvidia-compute-418 하지만 %s 패키지를 설치하지 않을 것입니다 E: 문제를 바로잡을 수 없습니다. 망가진 고정 패키지가 있습니다.
다음과 같은 방법으로 해결가능
sudo add-apt-repository ppa:flexiondotorg/nvtop
sudo apt install nvtop
해결
레퍼런스)
https://github.com/Syllo/nvtop/issues/51
[Ubuntu < 22.04] apt install nvtop breaks / requires another nvidia driver · Issue #51 · Syllo/nvtop
Ubuntu 19.10 After I upgraded the Nvidia driver to 440, I can no longer use nvtop and can't install it. Is there any solution other than downgrading the driver? (base) admin01@admin01-ubuntu:~$ sud...
github.com
반응형
댓글