How to fix the -bash: /usr/bin/scp: No such file or directory
error when trying to use scp
Simply install openssh
, like so:
# on Arch:
sudo pacman -S openssh
and try using scp
again!