Skip to content

Commit

Permalink
Merge pull request #3054 from matt335672/update_readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
matt335672 authored May 3, 2024
2 parents 15b46f8 + dbbb172 commit 67ace5c
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,23 +65,20 @@ xrdp listens on 3389/tcp. Make sure your firewall accepts connection to
apt install xrdp
```

### RedHat / CentOS / Fedora
### Fedora, RHEL and derivatives

On RedHat and CentOS, make sure to enable EPEL packages first.
If you're not running Fedora, make sure to enable EPEL packages first.

```bash
yum install epel-release
dnf install epel-release
```

Install xrdp package.
(All systems) Install xrdp with:-

```bash
yum install xrdp
dnf install xrdp
```

`yum` is being replaced with `dnf`, so you may need to use `dnf` instead
of `yum` in the above commands.

## Compiling

See also https://github.com/neutrinolabs/xrdp/wiki#building-from-sources
Expand Down

0 comments on commit 67ace5c

Please sign in to comment.