Friday, April 26, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 16973  / 2 Years ago, tue, march 8, 2022, 11:42:58

Cody again. I'm still sort of a noob at installing things so I need your help... Im trying to install hping3 and of course it's a .tar.gz file... I've looked everywhere even on here and no solutions... Please help!!


More From » installation

 Answers
7

AFAIK, it should be already available in Ubuntu repositories (12.10), so simply do this:



sudo apt-get install hping3


In case that it's really tar.gz, then you can extract it by using:
tar -xvzf hping3.tar.gz



Then, you have to compile the source code, typically by using "make" command (you'll need installing the build tools):



sudo apt-get install build-essential


Take this as a hint ;-).


[#32170] Wednesday, March 9, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ormlai

Total Points: 292
Total Questions: 106
Total Answers: 115

Location: Cape Verde
Member since Fri, Sep 16, 2022
2 Years ago
ormlai questions
Wed, Sep 28, 22, 00:17, 2 Years ago
Sun, Aug 7, 22, 22:05, 2 Years ago
Wed, Jun 16, 21, 03:50, 3 Years ago
Sun, Feb 6, 22, 09:11, 2 Years ago
Mon, Jul 12, 21, 10:00, 3 Years ago
;