다음 문제에 대한 해결책을 찾을 수 없습니다. 저는 우분투 10.04를 실행하고 있습니다.
~$ apt-get install valgrind
Reading package lists... Done
Reading state information... Done
Some packages could not be installed. This may mean.... etc
The following packages have unmet dependencies:
valgrind: Depends: libc6-dbg but it is not going to be installed
E: Broken packages
~$ apt-get install libc6-dbg
...stuff...
lic6-dbg: Depends libc6 (= 2.11.1-0ubuntu7.8) but 2.11.1-0ubuntu7.10 is to be installed
E: Broken packages
~$
어떤 제안이라도 감사하겠습니다...!