Skip to content

hamamoko/scrcpy-snap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 

Repository files navigation

Snap Packaging for scrcpy

This is a snap for scrcpy, "Display and control your Android device". It works on Ubuntu, Fedora, Debian, and other major Linux distributions.

Screenshot of the Snapped Application

Installation

(Don't have snapd installed?)

The Graphical Way

Get it from the Snap Store -->

From the Terminal

The latest stable version (currently v1.12) is in the stable channel:
sudo snap install scrcpy
The latest (non stable) version built from scrcpy's master branch is in the beta channel:
sudo snap install --channel=beta scrcpy
The development version build from the dev branch is in the edge channel:
sudo snap install --channel=edge scrcpy
On some systems the core snap is not installed by default but it's needed:
sudo snap install core
Usage:
scrcpy
You can also use the builtin adb tool:
scrcpy.adb [options]
For example:
scrcpy.adb devices
scrcpy.adb kill-server

To uninstall the scrcpy snap:

sudo snap remove scrcpy