mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-11-07 17:04:32 +01:00
Update _index.en.md
This commit is contained in:
parent
f9b6c69e51
commit
ee87b6cd6d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user