Skip to content

Instantly share code, notes, and snippets.

@ErykDarnowski
Last active April 30, 2023 11:15
Show Gist options
  • Save ErykDarnowski/8e0f3e57dca782b4d622e9352a78f2f4 to your computer and use it in GitHub Desktop.
Save ErykDarnowski/8e0f3e57dca782b4d622e9352a78f2f4 to your computer and use it in GitHub Desktop.
How to fix the `-bash: /usr/bin/scp: No such file or directory` error when trying to use `scp`

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment