lanmaster53/recon-ng

Apt-get : Package manager unable to load

AnonPK3 opened this issue · 5 comments

Raspberry Pi 3B+
uname -a : Linux raspberrypi 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l GNU/Linux

Manually upgraded Python to version 3.6.1 in Raspbian, after syntax issue using ver 3.5.3 .
After updating Python tried : sudo apt-get install recon-ng . Get error : unable to locate package recon-ng . Package manager still updates and loads other packages.

That's because Recon-ng isn't in the repository for whatever flavor of linux you are using. Not an issue with the framework. Please request the OS add it to their repositories. Thanks!

That's basic Linux terminology. I recommend investing in learning the underlying systems before digging too far into the tools that use them. Otherwise you'll constantly be stuck in situations like this and have no idea how to fix them.

Understood. I mean/meant no disrespect, but by diving into a tools without understanding the underlying system, you're "putting the cart before the horse" and it will just cause you more frustration. Good luck in your endeavors!