Results 1 to 5 of 5

Thread: binwalk error when 'sudo apt-get install kali-linux' to ARM device

  1. #1
    Join Date
    2013-Mar
    Posts
    25

    binwalk error when 'sudo apt-get install kali-linux' to ARM device

    Hi guys, so i had Kali installed as a chroot on my SGS4...but after switching roms I am now unable to install all kali tools. Unfortunately the 'Linux Deploy' app on the play store just installs the main OS, all the tools are up to you to install. Luckily, 'sudo apt-get install kali-linux' does work! buuut it throws an error. Says that 'binwalk' is not installed and depends on 'forgot-the-name-of-it'. I've downloaded binwalk 1.2.1 from the code.google.com site...and tried to use the python installer...but even that throws an error and states that 'setup.py' could not be found...even though its in the same directory as the file i'd just ran. Sort of confused...actually, very confused at this point. Anybody know what I could try? Let me know if you need at hardware or software information from my device. Thanks!

  2. #2
    Not sure about the rest, as I haven't done an ARM install (speaking of, this should probably be in the ARM section of the forums..) but as for 'setup.py' could not be found; are you typing './setup.py' without quotes from that directory? If you're just typing 'setup.py' it will be looking for it in PATH rather than in the current directory. In saying that, if binwalk has the dependency 'forgot-the-name-of-it', you might need to install whatever that package is first. Hope that at least helps a little bit.

  3. #3
    Join Date
    2013-Mar
    Posts
    25
    i do appreciate it, but the file i initially ran was called 'debian_quick_install.sh' making sure to use ' ./ ' before it, then it threw the setup.py error, which was in the same directory as the debian_quick_install.sh file. I do apologize for putting this in the wrong place, but i had replied to a topic under that forum and didnt want to make it look somewhat like a double post :/ if i figure it out i'll post the solution

  4. #4
    Join Date
    2013-Mar
    Posts
    354
    Try to see if the file has "execution permissions". if not, create the permission with chmod.

    Make sure that python and python dependencies needed to ijnstall binwalk are installed: aptitude show "python packages"

    Also make sure to install linux headers if not installed and build-essential package, just in case.

  5. #5
    Join Date
    2013-Mar
    Posts
    25
    looks like it was an error with Linux Deploy itself...they did an update today, afterwards i gave the install a shot, works like a charm I do appreciate the ideas though!

Similar Threads

  1. Replies: 3
    Last Post: 2023-01-03, 20:44
  2. Replies: 0
    Last Post: 2022-02-25, 21:49

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •