morpheuslord / QuadraInspect

QuadraInspect is an Android framework that integrates AndroPass, APKUtil, and MobFS, providing a powerful tool for analyzing the security of Android applications.
MIT License
339 stars 51 forks source link

E: Package 'libreadline-gplv2-dev' has no installation candidate #5

Closed ppcs50 closed 1 year ago

ppcs50 commented 1 year ago

Hi, I'm trying to install pre-requisite and apt just gave me this error, not able to install all the libraries (Kali, 2022.4) Once I ignored it and install everything other than that, but it failed and nothing worked.

morpheuslord commented 1 year ago

what python version are you using

morpheuslord commented 1 year ago

Maybe run this command and rerun the entire thing

sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install libreadline-dev -y
ppcs50 commented 1 year ago

Thanks for your reply, I was using Python 3.10 but when you do SUDO UPDATE it will upgrade my python to 3.11, so it prevent me to install mobsf eventually... Ironic.