mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-12-26 17:09:14 +01:00
55 lines
1.3 KiB
Markdown
Executable File
55 lines
1.3 KiB
Markdown
Executable File
---
|
|
title: Linux
|
|
weight: 4
|
|
---
|
|
|
|
### Installation
|
|
|
|
#### Ubuntu (≥ 16)
|
|
|
|
```sh
|
|
# Bitte ignorieren Sie den falschen Bericht zur Festplattennutzung
|
|
sudo apt install -fy ./rustdesk-<version>.deb
|
|
```
|
|
|
|
#### CentOS/Fedora (≥ 18)
|
|
|
|
```sh
|
|
sudo yum localinstall ./rustdesk-<version>.rpm
|
|
```
|
|
|
|
#### Arch/Manjaro
|
|
|
|
```sh
|
|
sudo pacman -U ./rustdesk-<version>.pkg.tar.zst
|
|
```
|
|
|
|
#### openSUSE (≥ Leap 15.0)
|
|
|
|
```sh
|
|
sudo zypper install --allow-unsigned-rpm ./rustdesk-<version>-suse.rpm
|
|
```
|
|
|
|
### ~~X11 erforderlich~~
|
|
~~RustDesk unterstützt Wayland noch nicht; Sie müssen manuell zu X11 wechseln.~~
|
|
|
|
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.
|
|
|
|
#### Server anzeigen
|
|
|
|
[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
|
|
|
|
Ändern Sie die folgende Zeile zu `WaylandEnable=false` in `/etc/gdm/custom.conf` oder `/etc/gdm3/custom.conf`:
|
|
|
|
```ini
|
|
#WaylandEnable=false
|
|
```
|
|
|
|
{{% notice note %}}
|
|
Bitte **neu starten**, damit die oben genannten Änderungen wirksam werden.
|
|
{{% /notice %}}
|