"why can't I use locate proxychains" is probably cuz the db hasn't indexed it yet or it's straight up not there.
install it with `sudo apt install proxychains-ng` (the newer version).
then run `sudo updatedb` and try `locate proxychains` again.
if that fails, `whereis proxychains` is another command to try.
install it with `sudo apt install proxychains-ng` (the newer version).
then run `sudo updatedb` and try `locate proxychains` again.
if that fails, `whereis proxychains` is another command to try.
