scrcpy-snap icon indicating copy to clipboard operation
scrcpy-snap copied to clipboard

Executing command scrcpy says bash: /usr/bin/scrcpy: No such file or directory

Open khrsantiago opened this issue 2 years ago • 1 comments

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

khrsantiago avatar May 02 '22 21:05 khrsantiago

Solution: ~$ sudo ln -s /snap/bin/scrcpy /usr/bin/scrcpy

khrsantiago avatar May 02 '22 21:05 khrsantiago