abhi-r3v0 / Adhrit

Android Security Suite for in-depth reconnaissance and static bytecode analysis based on Ghera benchmarks.
https://www.hawkspawn.com/Adhrit
GNU General Public License v3.0
535 stars 129 forks source link

Error lib32ncurses5 #24

Closed robdollard closed 5 years ago

robdollard commented 5 years ago

Hi, in case of start of a script of installer.py all packets except lib32ncurses5 it is set. With it there is a problem he wants that I set it manually "[!] Error installing lib32ncurses5. Please install manually: 'sudo apt-get - f install lib32ncurses5'" I execute "sudo apt-get - f install lib32ncurses5" but the error "is displayed by E: Unable to locate package lib32ncurses5"

I tried to add architecture of i386 but success it did not bring, everything is also displayed this error. Os - "Linux parrot 4.19.0-parrot1-20t-amd64 #1 SMP

veter069 commented 5 years ago

I change 'lib32ncurses5' to 'lib32ncurses6' in line 12 of installer.py work fine for me.

PSNAppz commented 5 years ago

Great. Can you create a PR for this?

On 28-Mar-2019, at 7:40 AM, veter069 notifications@github.com wrote:

I change 'lib32ncurses5' to 'lib32ncurses6' in line 12 of installer.py work fine for me.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

abhi-r3v0 commented 5 years ago

Was actually planning to replace toolchains altogether with some better alternatives. But, this looks like a good fix for now. Thanks for reporting and finding a workaround! :+1: :)