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

16 Replies, 1570 Views

hey, had the same issue last week!

locate only works if the file's in its database, and if proxychains isn't installed, it won't be there.

check if it's installed with `dpkg -l | grep proxychains`. if not, install it: `sudo apt install proxychains`.

btw, `which proxychains` might give you the path if it's already there but not in your PATH.

Messages In This Thread



Users browsing this thread: 1 Guest(s)