doc.rustdesk.com/content/manual/linux/_index.en.md

1.0 KiB
Executable File

title weight
Linux 4

Installation

Ubuntu (>= 16)

# please ignore the wrong disk usage report
sudo apt install -fy ./rustdesk-<version>.deb

CentOS/Fedora (>=18)

sudo yum localinstall ./rustdesk-<version>.rpm

Arch/Manjaro

sudo pacman -U ./rustdesk-<version>.pkg.tar.zst

Opensuse (>= Leap 15.0)

sudo zypper install --allow-unsigned-rpm ./rustdesk-<version>-suse.rpm

X11 Required

RustDesk does not support wayland yet; you need switch to X11 manually.

Display Server

Ubuntu | Fedora | Arch

Login Screen

Modify below line to WaylandEnable=false in /etc/gdm/custom.conf or /etc/gdm3/custom.conf:

#WaylandEnable=false

{{% notice note %}} Please reboot to make above changes taking effect {{% /notice %}}