scrcpy-snap
scrcpy-snap copied to clipboard
Executing command scrcpy says bash: /usr/bin/scrcpy: No such file or directory
In Ubuntu 20.04, when I use: ~$ scrcpy bash: /usr/bin/scrcpy: No such file or directory
Then I tried: ~$ which scrcpy /snap/bin/scrcpy
And works well when I use this: ~$ /snap/bin/scrcpy
Solution: ~$ sudo ln -s /snap/bin/scrcpy /usr/bin/scrcpy