Why can't I use locate proxychains? Getting 'command not found' error or Why can't I use locate proxy

16 Replies, 1584 Views

hey, had this exact issue!

locate won't find proxychains if it's not installed or if the db is old.

first, install it: `sudo apt install proxychains4`.

then, run `sudo updatedb` and try `locate proxychains` again.

if that doesn't work, `find / -type f -name "*proxychains*"` is a brute-force way to find it.

Messages In This Thread



Users browsing this thread: 1 Guest(s)