Ask Your Question
0

How do I install specific version of tshark

asked 2022-05-19 03:24:23 +0000

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

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2022-05-19 12:11:12 +0000

Jaap gravatar image

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

edit flag offensive delete link more
0

answered 2022-05-19 04:23:25 +0000

grahamb gravatar image

updated 2022-05-19 04:44:09 +0000

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.

edit flag offensive delete link more

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 ( 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 gravatar imagerk ( 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 gravatar imageJaap ( 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 gravatar imagegrahamb ( 2022-05-24 10:56:13 +0000 )edit

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: 2022-05-19 03:24:23 +0000

Seen: 1,324 times

Last updated: May 19 '22