Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,11 @@ Install the required dependencies.
> On Debian 12 (_"bookworm"_), you need to enable the `backports` repository for the `freerdp3-x11` package to become available.
> For instructions, see https://backports.debian.org/Instructions.

> [!IMPORTANT]
> Also, after downloading `freerdp3-x11` on Debian 12, you may need to activate legacy openssl provider by redacting `/etc/ssl/openssl.cnf`, otherwise freerdp3 will fail silently.
> For instructions, see https://lindevs.com/enable-openssl-legacy-provider-on-ubuntu.


- Fedora/RHEL:
```bash
sudo dnf install -y curl dialog freerdp git iproute libnotify nmap-ncat
Expand Down