2022-05-04 06:52:47 +02:00
---
2023-07-15 15:37:09 +02:00
title: Linux
2022-05-04 06:52:47 +02:00
weight: 4
---
2022-07-12 22:19:09 +02:00
### Installation
2023-09-09 21:57:29 +02:00
#### Ubuntu (≥ 16)
2022-07-12 22:19:09 +02:00
2023-09-09 21:57:29 +02:00
```sh
2023-01-12 13:51:48 +01:00
# Bitte ignorieren Sie den falschen Bericht zur Festplattennutzung
2022-07-12 22:19:09 +02:00
sudo apt install -fy ./rustdesk-< version > .deb
```
2023-09-09 21:57:29 +02:00
#### CentOS/Fedora (≥ 18)
2022-07-12 22:19:09 +02:00
```sh
sudo yum localinstall ./rustdesk-< version > .rpm
```
#### Arch/Manjaro
```sh
sudo pacman -U ./rustdesk-< version > .pkg.tar.zst
```
2023-09-09 21:57:29 +02:00
#### openSUSE (≥ Leap 15.0)
2022-07-12 22:19:09 +02:00
```sh
sudo zypper install --allow-unsigned-rpm ./rustdesk-< version > -suse.rpm
```
2023-05-25 04:50:25 +02:00
### ~~X11 erforderlich~~
~~RustDesk unterstützt Wayland noch nicht; Sie müssen manuell zu X11 wechseln.~~
2022-07-12 22:19:09 +02:00
2023-07-17 13:56:42 +02:00
RustDesk unterstützt jetzt experimentell Wayland. Um dieses Feature zu aktivieren, müssen Sie möglicherweise die [Nightly-Version ](https://github.com/rustdesk/rustdesk/releases/tag/nightly ) herunterladen.
2022-07-12 22:19:09 +02:00
2023-01-02 23:12:43 +01:00
#### Server anzeigen
2022-07-12 22:19:09 +02:00
[Ubuntu ](https://askubuntu.com/questions/1260142/ubuntu-set-default-login-desktop ) |
[Fedora ](https://docs.fedoraproject.org/en-US/quick-docs/configuring-xorg-as-default-gnome-session/ ) |
[Arch ](https://bbs.archlinux.org/viewtopic.php?id=218319 )
#### Anmeldebildschirm
2023-01-02 23:12:43 +01:00
Ändern Sie die folgende Zeile zu `WaylandEnable=false` in `/etc/gdm/custom.conf` oder `/etc/gdm3/custom.conf` :
2022-07-12 22:19:09 +02:00
```ini
#WaylandEnable=false
```
{{% notice note %}}
2023-01-02 23:12:43 +01:00
Bitte **neu starten** , damit die oben genannten Änderungen wirksam werden.
2022-07-12 22:19:09 +02:00
{{% /notice %}}