Update _index.en.md

This commit is contained in:
RustDesk 2024-05-02 21:59:34 +08:00 committed by GitHub
parent f9b6c69e51
commit ee87b6cd6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,21 @@ weight: 4
### Installation
#### Ubuntu (≥ 16)
#### Ubuntu (≥ 18)
```sh
# please ignore the wrong disk usage report
sudo apt install -fy ./rustdesk-<version>.deb
```
#### CentOS/Fedora (≥ 18)
For Ubuntu 18.04, please do below first for pipewire, https://github.com/rustdesk/rustdesk/discussions/6148#discussioncomment-9295883.
```sh
sudo apt install software-properties-common
sudo add-apt-repository ppa:pipewire-debian/pipewire-upstream
sudo apt update
```
#### CentOS/Fedora (≥ 28)
```sh
sudo yum localinstall ./rustdesk-<version>.rpm