[GH-ISSUE #341] I get this error when trying to install on Fedora 37 #274

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

Originally created by @0797cjm on GitHub (Jan 16, 2023).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/341

image
`
[root@fedora /]# sudo katoolin

$$\ $$\ $$\ $$\ $$\
| | | |_|
| / $$$$$$\ $$$$$$\ $$$$$$\ $$$$\ |$$\ $$$$$$$\
$ / _
\ \_ | __\ __\ | | __$$\
$$< $$$ | Kali linux tools installer | | || |
|$$\ __ | |\ | | | | | | | |
| $$\ $$$ | $$ |$$ |$$ | | || |
_
| _
| _
| _/ _/ ___/ _|_|_| _| V2.0

  • -- -- +=[ Author: LionSec | Homepage: www.neodrix.com
  • -- -- +=[ 331 Tools

[W] Before updating your system , please remove all Kali-linux repositories to avoid any kind of problem .

  1. Add Kali repositories & Update
  2. View Categories
  3. Install classicmenu indicator
  4. Install Kali menu
  5. Help

Traceback (most recent call last):
File "/usr/bin/katoolin", line 1294, in main
inicio1()
File "/usr/bin/katoolin", line 41, in inicio1
opcion0 = raw_input("\033[1;36mkat > \033[1;m")
^^^^^^^^^
NameError: name 'raw_input' is not defined

`

Originally created by @0797cjm on GitHub (Jan 16, 2023). Original GitHub issue: https://github.com/LionSec/katoolin/issues/341 ![image](https://user-images.githubusercontent.com/24609015/212574718-ba8186cf-5c5f-4ce0-8f60-881c4c784a17.png) ` [root@fedora /]# sudo katoolin $$\ $$\ $$\ $$\ $$\ $$ | $$ | $$ | $$ |\__| $$ |$$ / $$$$$$\ $$$$$$\ $$$$$$\ $$$$$$\ $$ |$$\ $$$$$$$\ $$$$$ / \____$$\ \_$$ _| $$ __$$\ $$ __$$\ $$ |$$ |$$ __$$\ $$ $$< $$$$$$$ | Kali linux tools installer |$$ |$$ |$$ | $$ | $$ |\$$\ $$ __$$ | $$ |$$\ $$ | $$ |$$ | $$ |$$ |$$ |$$ | $$ | $$ | \$$\ \$$$$$$$ | \$$$$ |\$$$$$$ |\$$$$$$ |$$ |$$ |$$ | $$ | \__| \__| \_______| \____/ \______/ \______/ \__|\__|\__| \__| V2.0 + -- -- +=[ Author: LionSec | Homepage: www.neodrix.com + -- -- +=[ 331 Tools [W] Before updating your system , please remove all Kali-linux repositories to avoid any kind of problem . 1) Add Kali repositories & Update 2) View Categories 3) Install classicmenu indicator 4) Install Kali menu 5) Help Traceback (most recent call last): File "/usr/bin/katoolin", line 1294, in main inicio1() File "/usr/bin/katoolin", line 41, in inicio1 opcion0 = raw_input("\033[1;36mkat > \033[1;m") ^^^^^^^^^ NameError: name 'raw_input' is not defined `
Author
Owner

@bahesh commented on GitHub (Feb 20, 2023):

I got this error too ( i believe its meant for any other distro than Debian based . because when i checked the script , it was using apt repository)

<!-- gh-comment-id:1436963689 --> @bahesh commented on GitHub (Feb 20, 2023): I got this error too ( i believe its meant for any other distro than Debian based . because when i checked the script , it was using apt repository)
Author
Owner

@bahesh commented on GitHub (Feb 20, 2023):

image
this is how i get it when i return (Do note that i am using an updated version of this same script , https://github.com/cerealkiller1918/katoolin )

<!-- gh-comment-id:1436974995 --> @bahesh commented on GitHub (Feb 20, 2023): ![image](https://user-images.githubusercontent.com/76744429/220114509-de47c06d-6a81-46f8-8ae5-c3f8ec158c29.png) this is how i get it when i return (Do note that i am using an updated version of this same script , https://github.com/cerealkiller1918/katoolin )
Author
Owner

@keys-i commented on GitHub (Feb 26, 2023):

it is not a error, raw_input() was renamed to input() in python v3.x

<!-- gh-comment-id:1445427511 --> @keys-i commented on GitHub (Feb 26, 2023): it is not a error, raw_input() was renamed to input() in python v3.x
Author
Owner

@0797cjm commented on GitHub (Feb 26, 2023):

How do we fix it

<!-- gh-comment-id:1445427894 --> @0797cjm commented on GitHub (Feb 26, 2023): How do we fix it
Author
Owner

@ghost commented on GitHub (Mar 10, 2023):

go to file , if you use nano
go to the dir where the file is , open terminal
nano (file.name)
then replace raw_input by input
it will work just fine

<!-- gh-comment-id:1463686010 --> @ghost commented on GitHub (Mar 10, 2023): go to file , if you use nano go to the dir where the file is , open terminal nano (file.name) then replace raw_input by input it will work just fine
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#274
No description provided.