wavemon을 설치하려고 했지만 결국 apt-get으로 일부 libc 관련 패키지를 설치하게 되었습니다. 시스템이 더 이상 로그인 화면으로 부팅되지 않습니다.
root@pc:~# apt-get check
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libc-bin : Depends: libc6 (< 2.28) but 2.28-8 is installed
libc-dev-bin : Depends: libc6 (< 2.28) but 2.28-8 is installed
libc6 : Breaks: locales (< 2.28) but 2.27-3ubuntu1 is installed
Breaks: nscd (< 2.28)
Recommends: libidn2-0 (>= 2.0.5~) but 2.0.4-1.1build2 is installed
libc6-dbg : Depends: libc6 (= 2.27-3ubuntu1) but 2.28-8 is installed
libc6-dev : Depends: libc6 (= 2.27-3ubuntu1) but 2.28-8 is installed
libcogl20 : Depends: libgbm1 (>= 8.1~0) but it is not installed
libegl-mesa0 : Depends: libgbm1 (= 18.2.2-0ubuntu1~18.04.2) but it is not installed
libgstreamer-gl1.0-0 : Depends: libgbm1 (>= 8.1~0) but it is not installed
libmutter-2-0 : Depends: libgbm1 (>= 17.1.0~rc2) but it is not installed
libnl-genl-3-200 : Depends: libnl-3-200 (= 3.4.0-1) but 3.2.29-0ubuntu3 is installed
libqt5gui5 : Depends: libgbm1 (>= 8.1~0) but it is not installed
nscd : Depends: libc6 (< 2.28) but 2.28-8 is installed
xserver-xorg-core : Depends: libgbm1 (>= 10.2~0) but it is not installed
xserver-xorg-video-amdgpu : Depends: libgbm1 (>= 8.1~0) but it is not installed
xwayland : Depends: libgbm1 (>= 10.2~0) but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
root@pc:~#
편집 1:
답변1
libc6
배포판에 적합한 버전으로 다운그레이드해야 합니다 .
sudo apt install libc6=2.27-3ubuntu1
다른 손상된 종속성으로 인해 실패할 수 있으며, 이를 제거하거나 다운그레이드해야 합니다.
Wavemon은 Ubuntu 18.04에서 사용할 수 있으며 이 버전(0.8.1)을 설치할 수 있습니다.
sudo apt install wavemon/bionic
libc6
이렇게 하면 시스템에 적합하지 않은 버전이 도입되는 것을 방지할 수 있습니다 .