[GH-ISSUE #201] Not working on Ubuntu 18.04! #167

Open
opened 2026-02-26 04:30:39 +03:00 by kerem · 3 comments
Owner

Originally created by @Super-Gil on GitHub (Jun 19, 2019).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/201

Hey bro KATOOLIN is NOT working on UBUNTU 18.04!

sudo: unable to execute /usr/bin/katoolin: No such file or directory

Getting this error after doing the steps you have given, help me out please!

Originally created by @Super-Gil on GitHub (Jun 19, 2019). Original GitHub issue: https://github.com/LionSec/katoolin/issues/201 Hey bro KATOOLIN is NOT working on UBUNTU 18.04! sudo: unable to execute /usr/bin/katoolin: No such file or directory Getting this error after doing the steps you have given, help me out please!
Author
Owner

@ghost commented on GitHub (Jun 20, 2019):

Hi @Super-Gil

It seems that you might not have Python installed.
I recreated your error and the following worked for me:

After following the supplied install instructions in the ReadMe

  1. CTRL + D (to exit the SU session)
  2. sudo apt install python (complete the installation)
  3. Retry sudo katoolin

In the above, I am assuming that you've correctly followed the install instructions in the ReadMe.
That should fix your issue.
Hope it helps🧙‍♂️

<!-- gh-comment-id:503970461 --> @ghost commented on GitHub (Jun 20, 2019): Hi @Super-Gil It seems that you might not have Python installed. I recreated your error and the following worked for me: **After following the supplied install instructions in the ReadMe** 1. CTRL + D (to exit the SU session) 2. `sudo apt install python` (complete the installation) 3. Retry `sudo katoolin` _In the above, I am assuming that you've correctly followed the install instructions in the ReadMe._ That should fix your issue. Hope it helps🧙‍♂️
Author
Owner

@ghost commented on GitHub (Jun 20, 2019):

Hi @Super-Gil

It seems that you might not have Python installed.
I recreated your error and the following worked for me:

After following the supplied install instructions in the ReadMe

  1. CTRL + D (to exit the SU session)
  2. sudo apt install python (complete the installation)
  3. Retry sudo katoolin

In the above, I am assuming that you've correctly followed the install instructions in the ReadMe.
That should fix your issue.
Hope it helps🧙‍♂️

Please Keep In Mind
1.) This is only to fix your error
2.) You might face further issues down the line and I suggest you utilize Google before submitting issues

<!-- gh-comment-id:503973708 --> @ghost commented on GitHub (Jun 20, 2019): > Hi @Super-Gil > > It seems that you might not have Python installed. > I recreated your error and the following worked for me: > > **After following the supplied install instructions in the ReadMe** > > 1. CTRL + D (to exit the SU session) > 2. `sudo apt install python` (complete the installation) > 3. Retry `sudo katoolin` > > _In the above, I am assuming that you've correctly followed the install instructions in the ReadMe._ > That should fix your issue. > Hope it helps🧙‍♂️ **Please Keep In Mind** 1.) This is only to fix your error 2.) You might face further issues down the line and I suggest you utilize Google before submitting issues
Author
Owner

@yahyaAROHA commented on GitHub (Jul 28, 2019):

Hi @Super-Gil

After installing python as @ghost suggested, you might have to start the python script by typing:
sudo python ./katoolin

<!-- gh-comment-id:515780727 --> @yahyaAROHA commented on GitHub (Jul 28, 2019): Hi @Super-Gil After installing python as @ghost suggested, you might have to start the python script by typing: `sudo python ./katoolin`
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/katoolin-LionSec#167
No description provided.