Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
hello everyone i wanna install wireshark on fedora core 8 can u please tell me how can i install and also all the dependencies. regards...
  1. #1
    Linux User bilal_jan's Avatar
    Join Date
    Mar 2008
    Location
    Pakistan
    Posts
    281

    how to install wireshark on fedora core 8

    hello everyone
    i wanna install wireshark on fedora core 8
    can u please tell me how can i install and also all the dependencies.
    regards
    Linux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie

  2. #2
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    Have you tried using the package manager?
    Code:
    sudo yum install wireshark
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

  3. #3
    Linux User bilal_jan's Avatar
    Join Date
    Mar 2008
    Location
    Pakistan
    Posts
    281
    i am getting following error
    PHP Code:
    setting up Install Process
    Parsing package install arguments
    No Package wireshark available
    Nothing to 
    do 
    Linux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie

  4. #4
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    Weird. I don't understand that. Try this,
    Code:
    yum search wireshark
    Also, try the following ,
    Code:
    yum install wireshark-gnome
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

  5. #5
    Linux User bilal_jan's Avatar
    Join Date
    Mar 2008
    Location
    Pakistan
    Posts
    281
    on executing
    yum install wireshark-gnome
    i am getting following error
    i am getting this error
    setting up Install Process
    Parsing package install arguments
    No Package wireshark available
    Nothing to do
    on executing
    yum search wireshark
    i am getting
    No matches found
    Linux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie

  6. #6
    anj
    anj is offline
    Just Joined! anj's Avatar
    Join Date
    Feb 2009
    Location
    china,zhengzhou
    Posts
    9
    Visit this website
    https://admin.fedoraproject.org/pkgd...eshark#Fedora8
    may be can help you!
    my english is bad!
    don't know can help on busy!

  7. #7
    Just Joined!
    Join Date
    Mar 2009
    Posts
    35
    try with opensource code from
    wget http://media-2.cacetech.com/wireshar...-1.0.6.tar.bz2
    tar -xjvf wireshark-1.0.6.tar.bz2
    cd wireshark-1.0.6
    ./configure
    make
    make install

  8. #8
    Linux User bilal_jan's Avatar
    Join Date
    Mar 2008
    Location
    Pakistan
    Posts
    281
    i downloaded the code and cd to diectory wireshark-1.0.5
    when i issue ./configure
    *** Could not run GTK+ test program, checking why...
    *** The test program failed to compile or link. See the file config.log for the
    *** exact error that occured. This usually means GTK+ is incorrectly installed.
    Configure: error: GTK+ isnt available, so Wireshark cant be comipled
    and issuing make command gives
    make: *** No targets specified and no makefile found. Stop.
    Linux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie

  9. #9
    Linux User bilal_jan's Avatar
    Join Date
    Mar 2008
    Location
    Pakistan
    Posts
    281
    hay Fantaman where are u man
    Linux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie

  10. #10
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    It looks like you need to install GTK
    This usually means GTK+ is incorrectly installed.
    Configure: error: GTK+ isnt available, so Wireshark cant be compiled
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...