Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how do i install randpkt? #5

Open
CCLDArjun opened this issue Nov 17, 2018 · 3 comments
Open

how do i install randpkt? #5

CCLDArjun opened this issue Nov 17, 2018 · 3 comments

Comments

@CCLDArjun
Copy link

i tried apt install wireshark, but it only installed wireshark. Iam on Ubuntu 16.04

@guyharris
Copy link

This isn't the official Wireshark repository, and it sounds as if you're just installing the standard Ubuntu Wireshark package, so this should be asked first as an Ubuntu issue.

@Shivani1204
Copy link

Open a terminal by pressing Ctrl+Alt+T and type the following commands:

sudo dpkg-reconfigure wireshark-common
press the right arrow and enter for yes

sudo chmod +x /usr/bin/dumpcap

Enter this commands and try again

@guyharris
Copy link

Open a terminal by pressing Ctrl+Alt+T and type the following commands:

Those commands give dumpcap the privileges necessary to capture on Linux networking devices; they do not affect whether a particular extcap is installed.

I completely uninstalled Wireshark from my Ubuntu 10.04.6 virtual machine; which randpkt reported nothing.

I then did sudo apt-get install wireshark; it installed randpkt in /usr/bin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants