First time here? Check out the FAQ!

Ask Your Question
0

How do I install specific version of tshark

asked May 19 '2

rk gravatar image

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

Preview: (hide)

2 Answers

Sort by » oldest newest most voted
0

answered May 19 '2

Jaap gravatar image

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

Preview: (hide)
link
0

answered May 19 '2

grahamb gravatar image

updated May 19 '2

cmaynard gravatar image

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.

Preview: (hide)
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 gravatar imageJaap ( May 19 '2 )

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 gravatar imagerk ( May 24 '2 )

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

Jaap gravatar imageJaap ( May 24 '2 )

Info about the PPA here.

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

grahamb gravatar imagegrahamb ( May 24 '2 )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: May 19 '2

Seen: 2,228 times

Last updated: May 19 '22