mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-26 01:15:54 +03:00
[GH-ISSUE #216] Can't use the command "katoolin" #180
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/katoolin-LionSec#180
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @feanor1985 on GitHub (Oct 16, 2019).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/216
bash: /usr/bin/katoolin: /usr/bin/python: bad interpreter: No such file or directory
this is what's appear when I'm trying to use the command "katoolin on Kali Linux WSL 10, any idea?
@anacromaniac commented on GitHub (Nov 12, 2019):
The error means you don't have python 2 installed on the WSL (the WSL can't use python if you installed it on Windows), try to run "apt update" and then "apt install python2" it should solve your problem
@feanor1985 commented on GitHub (Nov 12, 2019):
Thanks for responding, I have Ubuntu 18.04 OS, I udptate all git and python and still can't install any packages, thank for your time, regards.
De: Michele Biondi notifications@github.com
Enviado: martes, 12 de noviembre de 2019 11:15 a. m.
Para: LionSec/katoolin katoolin@noreply.github.com
CC: feanor1985 azathot_1985@hotmail.com; Author author@noreply.github.com
Asunto: Re: [LionSec/katoolin] Can't use the command "katoolin" (#216)
The error means you don't have python 2 installed on the WSL (the WSL can't use python if you installed it on Windows), try to run "apt update" and then "apt install python2" it should solve your problem
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/LionSec/katoolin/issues/216?email_source=notifications&email_token=ANQFZWHT7TE2YIEISH5H4R3QTLQBVA5CNFSM4JBRQGZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED3ADIA#issuecomment-552993184, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANQFZWC5CNKUCXOYX3XRXK3QTLQBVANCNFSM4JBRQGZA.
@anacromaniac commented on GitHub (Nov 13, 2019):
Can you upload some screenshots of what you are doing?
@ErickMcGee4212 commented on GitHub (May 20, 2021):
I ran "apt install python2" it said "E: Unable to locate package python2", however when I ran "apt install python" that worked. Then I was able to run katoolin.
THANK YOU!!!
@nathanzebedee commented on GitHub (Jan 30, 2022):
YOOOO @ErickMcGee4212 your soluton just worked for me too! thanks man!