[우분투] ethereal 설치시 dependency 문제 해결 방법은??
하루에 질문을 2개나 올립니다.
초보자라 너그럽게 이해해 주시면 고맙겠습니다.
다름이 아니라, 우분투 Desktop 7.0.4를 install 했는데
ethereal 0.99 버전을 까는데, dependency 문제가 많이 나옵니다.
참고로 apt-get install을 사내의 proxy 정책때문에 사용하지를 못해서
직접 debian pkg를 구해다가 깔고 있습니다.
우선 Ethereal을 깔면 다음과 같이 나옵니다.
그래서 wireshark를 구해다 깔면 여전히 lib dependency 문제가 있네요..
(아래 로그 참조)
어떻게 해결할 수 있는지 고수님들 도움좀 주시면 고맙겠습니다.
그럼 좋은 하루 되시길 바랍니다.
감사합니다.
root@MobilePC:~/Downloads#
root@MobilePC:~/Downloads# dpkg -i ethereal_0.99.6pre1-1_i386.deb
(Reading database ... 88069 files and directories currently installed.)
Preparing to replace ethereal 0.99.4-5.etch.0 (using ethereal_0.99.6pre1-1_i386.deb) ...
Unpacking replacement ethereal ...
dpkg: dependency problems prevent configuration of ethereal:
ethereal depends on wireshark (= 0.99.6pre1-1); however:
Package wireshark is not configured yet.
dpkg: error processing ethereal (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
ethereal
root@MobilePC:~/Downloads#
----------------------------------------------------------------------------
그래서 wireshark를 구해다가 까니까.. 다음과 같이 lib에 dependency가 많이 걸립니다.
----------------------------------------------------------------------------
root@MobilePC:~/Downloads# dpkg -i wireshark_0.99.6pre1-1_i386.deb
(Reading database ... 88069 files and directories currently installed.)
Preparing to replace wireshark 0.99.6pre1-1 (using wireshark_0.99.6pre1-1_i386.deb) ...
Unpacking replacement wireshark ...
dpkg: dependency problems prevent configuration of wireshark:
wireshark depends on libadns1; however:
Package libadns1 is not installed.
wireshark depends on libc6 (>= 2.5-5); however:
Version of libc6 on system is 2.5-0ubuntu14.
wireshark depends on libgnutls13 (>= 1.6.3-0); however:
Version of libgnutls13 on system is 1.4.4-3build1.
wireshark depends on libgtk2.0-0 (>= 2.10.12-3); however:
Version of libgtk2.0-0 on system is 2.10.11-0ubuntu3.
wireshark depends on libkrb53 (>= 1.6.dfsg.1); however:
Version of libkrb53 on system is 1.4.4-5ubuntu3.
wireshark depends on libpango1.0-0 (>= 1.16.4); however:
Version of libpango1.0-0 on system is 1.16.2-0ubuntu1.
wireshark depends on libpcre3 (>= 4.5); however:
Package libpcre3 is not installed.
wireshark depends on wireshark-common (= 0.99.6pre1-1); however:
Package wireshark-common is not installed.
dpkg: error processing wireshark (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
wireshark
root@MobilePC:~/Downloads#
ethereal이 wireshark로
ethereal이 wireshark로 명칭 변경했습니다.
그래서 ethereal은 더미패키지이고 wireshark만 설치하시면 됩니다.
wireshark를 사용하기 위해서는 "wireshark"와 "wireshark-common" 두 패키지 필요하고 패키지의 의존성은 다음 링크를 확인해보세요.
http://packages.ubuntu.com/feisty/net/wireshark
http://packages.ubuntu.com/feisty/net/wireshark-common
의존 걸리는 패키지는 미리 설치 되있어야 합니다. 또는 같이 설치하면 됩니다.
일일이 다운받아서 설치하기에는 쉽지 않을거 같은데, 수고좀 하셔야 할 것 같네요.^^;
원하시는 답인지는 모르겠지만..
원하시는 답인지는 모르겠지만 저같은경우는 http://packages.ubuntu.com/에서 검색하니
그 dependancy때문에 깔것이 너무 많더라구요. annoying annoying...
그래서 synaptic package manager로 wireshark검색후에 깔았더니 자동으로 다 깔아주네요.
원하시는 답인지는 잘 모르겠습니다..-_-;
댓글 달기