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.
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.
