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

How do I install specific version of tshark

  • retag add tags

Hi All,

Need help to install specific version of tshark.

sudo apt update sudo apt install software-properties-common apt-transport-https sudo add-apt-repository ppa:wireshark-dev/stable

apt install tshark=3.4.8-1~ubuntu21.04.0+wiresharkdevstable

Reading package lists... Done Building dependency tree
Reading state information... Done E: Version '3.4.8-1~ubuntu21.04.0+wiresharkdevstable' for 'tshark' was not found

Please let me know.

Thanks RK

rk's avatar
1
rk
asked 2022-05-19 03:24:23 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

You would have to add the Wireshark PPA on your system first.

Jaap's avatar
13.7k
Jaap
answered 2022-05-19 12:11:12 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

This is an issue with your distribution and its packaging of Wireshark and not anything that the Wireshark project itself can solve.

Note there is no 21.04 version of Ubuntu, see the list of available versions here.

Using the Ubuntu Package Search page you can search for all tshark packages and then choose the most appropriate for your needs.

If you require a specific version of tshark that doesn't have a standard package then you will have to build it yourself.

grahamb's avatar
23.8k
grahamb
answered 2022-05-19 04:23:25 +0000
cmaynard's avatar
11.1k
cmaynard
updated 2022-05-19 04:44:09 +0000
edit flag offensive 0 remove flag delete link

Comments

There _was_ an 21.04 version of Ubuntu, it was called Hirsute, which is now EOL. The Wireshark PPA lists the mentioned package for that.

Jaap's avatar Jaap (2022-05-19 12:07:52 +0000) edit

apt install tshark=3.4.8-1~ubuntu20.04.0+wiresharkdevstable1

Reading package lists... Done Building dependency tree
Reading state information... Done E: Version '3.4.8-1~ubuntu20.04.0+wiresharkdevstable1' for 'tshark' was not found

How do I install version 3.4.8-1 ?

rk's avatar rk (2022-05-24 06:51:52 +0000) edit

Follow the instructions in 'Adding this PPA to your system' and 'Technical details about this PPA' on the Wireshark PPA.

Jaap's avatar Jaap (2022-05-24 08:26:34 +0000) edit

Info about the PPA here.

Maybe that should be added as a better answer than my original one.

grahamb's avatar grahamb (2022-05-24 10:56:13 +0000) edit
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