lanmaster53 / recon-ng

Open Source Intelligence gathering tool aimed at reducing the time spent harvesting information from open sources.
GNU General Public License v3.0
4.1k stars 646 forks source link

Apt-get : Package manager unable to load #78

Closed AnonPK3 closed 4 years ago

AnonPK3 commented 4 years ago

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.

lanmaster53 commented 4 years ago

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!

AnonPK3 commented 4 years ago

I'm running Raspbian (Debian Linux) from the R Pi website. I'm learning here, did not know of such things like this repository you are talking about needing to update. Interesting problems wish I had more time to look into it all. Thanks again.

Sent from my iPhone

On Apr 6, 2020, at 3:27 PM, lanmaster53 notifications@github.com wrote:

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!

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

lanmaster53 commented 4 years ago

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.

AnonPK3 commented 4 years ago

LanMaster53,

    I'm not really looking to go back to school to relearn a trade. I'm a getting to be old guy (56) with a BSEE way back in 1988.

In my so-called career I wanted to get into networking and computers, instead I ended up working on large industrial DC drives (5-10 MW), radiation instruments, then high voltage gear up to 15kV (which i really did not like) in an aluminum plant. So the computer details side really suffered. Then there is the last 20 years on my own, where I said to hell with a lot of things. A few years ago I saw one of these Raspberry Pi's running on Linux and started playing around. So I'm just a self taught lackey I admit, trying to get better. When I do run into problems with the Pi or software, I usually just wait 6 months for them to update Raspbian and things smooth out. Anyway thank you for the emails it did force me to try some new things. All I wanted was to use an InfoSec tool, but you see how things go for me. I wish I had more time, still have too much work in my life.

Preston Knodell III


From: lanmaster53 notifications@github.com Sent: Tuesday, April 7, 2020 8:45 AM To: lanmaster53/recon-ng recon-ng@noreply.github.com Cc: AnonPK3 pknodell@hotmail.com; Author author@noreply.github.com Subject: Re: [lanmaster53/recon-ng] Apt-get : Package manager unable to load (#78)

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.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/lanmaster53/recon-ng/issues/78#issuecomment-610395636, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIH4IPDKFDMQUWRVXSDV2ETRLMU6ZANCNFSM4K2R3DBA.

lanmaster53 commented 4 years ago

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!