F5F Stay Refreshed Software Operating Systems How to set up software on Linux Mint.

How to set up software on Linux Mint.

How to set up software on Linux Mint.

N
NeighmyName
Junior Member
2
03-06-2016, 04:26 AM
#1
Hello! I've been searching for about an hour and still haven't found a solution. I'm trying to install the .zip file I downloaded from Github. Could you share the GitHub link or a screenshot? I think I might have used the wrong commands. Thanks!
N
NeighmyName
03-06-2016, 04:26 AM #1

Hello! I've been searching for about an hour and still haven't found a solution. I'm trying to install the .zip file I downloaded from Github. Could you share the GitHub link or a screenshot? I think I might have used the wrong commands. Thanks!

L
Lv12Squirtle
Junior Member
15
03-06-2016, 05:24 PM
#2
Search for a file named readme. Ensure the instructions are followed; consider making .py files executable with chmod +x
L
Lv12Squirtle
03-06-2016, 05:24 PM #2

Search for a file named readme. Ensure the instructions are followed; consider making .py files executable with chmod +x

M
MrBertr4m
Member
162
03-08-2016, 09:48 AM
#3
You don't need to set it up manually; just execute the program. From examining the Python files, it appears to rely on Python 2.7. You must install pycurl—either via sudo apt install python-pycurl or using pip if available, then run setup.py with python2 and wfuzz.py.
M
MrBertr4m
03-08-2016, 09:48 AM #3

You don't need to set it up manually; just execute the program. From examining the Python files, it appears to rely on Python 2.7. You must install pycurl—either via sudo apt install python-pycurl or using pip if available, then run setup.py with python2 and wfuzz.py.

Z
ZzeoTexX
Member
238
03-08-2016, 01:11 PM
#4
No, mint does not have a package installer.
Z
ZzeoTexX
03-08-2016, 01:11 PM #4

No, mint does not have a package installer.

Z
ZoroMusic
Member
54
03-08-2016, 03:09 PM
#5
This didn't work.
Z
ZoroMusic
03-08-2016, 03:09 PM #5

This didn't work.

G
gafor123
Member
214
03-09-2016, 01:23 PM
#6
Do you have Python 2.7 installed? Verify with `python2 --version`. Also, please remember to change directories by using `cd` into the folder where you saved the files. If you placed them in "/home/$USER/wfuzz", you should run `cd ~/wfuzz` where $USER is your username.
G
gafor123
03-09-2016, 01:23 PM #6

Do you have Python 2.7 installed? Verify with `python2 --version`. Also, please remember to change directories by using `cd` into the folder where you saved the files. If you placed them in "/home/$USER/wfuzz", you should run `cd ~/wfuzz` where $USER is your username.