mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-13 13:16:40 +02:00
Update _index.en.md
This commit is contained in:
parent
f9b6c69e51
commit
ee87b6cd6d
@ -5,14 +5,21 @@ weight: 4
|
|||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
#### Ubuntu (≥ 16)
|
#### Ubuntu (≥ 18)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# please ignore the wrong disk usage report
|
# please ignore the wrong disk usage report
|
||||||
sudo apt install -fy ./rustdesk-<version>.deb
|
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
|
```sh
|
||||||
sudo yum localinstall ./rustdesk-<version>.rpm
|
sudo yum localinstall ./rustdesk-<version>.rpm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user