[우분투] ethereal 설치시 dependency 문제 해결 방법은??

skjean의 이미지


하루에 질문을 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#

haze11의 이미지

ethereal이 wireshark로 명칭 변경했습니다.
그래서 ethereal은 더미패키지이고 wireshark만 설치하시면 됩니다.
wireshark를 사용하기 위해서는 "wireshark"와 "wireshark-common" 두 패키지 필요하고 패키지의 의존성은 다음 링크를 확인해보세요.
http://packages.ubuntu.com/feisty/net/wireshark
http://packages.ubuntu.com/feisty/net/wireshark-common

의존 걸리는 패키지는 미리 설치 되있어야 합니다. 또는 같이 설치하면 됩니다.
일일이 다운받아서 설치하기에는 쉽지 않을거 같은데, 수고좀 하셔야 할 것 같네요.^^;

sydyoo의 이미지

원하시는 답인지는 모르겠지만 저같은경우는 http://packages.ubuntu.com/에서 검색하니
그 dependancy때문에 깔것이 너무 많더라구요. annoying annoying...
그래서 synaptic package manager로 wireshark검색후에 깔았더니 자동으로 다 깔아주네요.
원하시는 답인지는 잘 모르겠습니다..-_-;

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.