wireshark: linux version
the laatest version i have in ubuntu 21.10 is 3.4.7
I wonder how do i get manually 3.6.3. Wny no dev-latest Repos created?
Wny no dev-latest Repos created?
Looks like they move on once a new version of Ubuntu is out:
Ubuntu packages -Package wireshark
It's "not that difficult" to build - Build environment setup
The magic is in tools/debian-setup.sh
which will install the packages needed for a build system.
Source is available on the Download page. Previous versions here.
hmmm. unlike package installation, the installation via build doesn't work smoothly:
On Debian and Debian derivatives such as Ubuntu, if you have installed Wireshark from a package, try running sudo dpkg-reconfigure wireshark-common selecting "<Yes>" in response to the question Should non-superusers be able to capture packets? adding yourself to the "wireshark" group by running sudo usermod -a -G wireshark {your username} and then logging out and logging back in again.
However, i did both reconfiguration and adding myself to group. What's wrong with manual installation?
Asked: 2022-04-11 12:47:22 +0000
Seen: 743 times
Last updated: Apr 11 '22
The obvious quote here is "Use the Source Luke". I assume someone might put in the works to build binaries.But its's a daunting task.