First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Installing wireshark/tshark on Linux Debian

Hi, I'm trying to install a specific version on Debian (12). When installing via apt-get install, the latest version is 4.0.11. However, I really need newer wireshark version (>= 4.2.2). How can I install it if it's not available there? I tried downloading and extracting the archive from https://www.wireshark.org/download/sr..., but I don't know how to proceed with that.

abrk's avatar
3
abrk
asked 2024-02-29 16:46:40 +0000
edit flag offensive 0 remove flag close merge delete

Comments

Chuckc's avatar Chuckc (2024-02-29 17:18:39 +0000) edit

A core developer does provide up to date builds for Debian and Ubuntu but I don't know any more than that.

For Ubuntu see here.

grahamb's avatar grahamb (2024-02-29 17:48:35 +0000) edit

@grahamb how can I use these builds? I don't see any instructions there :/

abrk's avatar abrk (2024-02-29 18:04:44 +0000) edit

Heading a long way out of my comfort zone, I think you add the PPA to your apt sources, apt update and then the newer version should be available.

I think you can use add-apt-repository or similar.

grahamb's avatar grahamb (2024-02-29 18:10:44 +0000) edit

@grahamb Actually I tried that, it still installs 4.0.11 version

abrk's avatar abrk (2024-02-29 18:18:05 +0000) edit
add a comment see more comments

1 Answer

0

The usual way for source code applies I guess:

  1. Extract
  2. ./configure
  3. make
  4. sudo make install
hugo.vanderkooij's avatar
76
hugo.vanderkooij
answered 2024-03-01 10:33:22 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer