From 860b30caeeef5cbe9558595ad3e098ae203afed2 Mon Sep 17 00:00:00 2001 From: Vaarlion <59558433+Vaarlion@users.noreply.github.com> Date: Mon, 10 Mar 2025 15:20:14 +0100 Subject: [PATCH] Bugfix: Wrong Package name for Ubuntu 24 --- help/desktop-client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help/desktop-client.md b/help/desktop-client.md index 40ce34e..ab16555 100644 --- a/help/desktop-client.md +++ b/help/desktop-client.md @@ -64,7 +64,7 @@ To safely install a package from Ubuntu Jammy repositories without breaking your ```bash sudo apt update - sudo apt install -t jammy libwebkit2gtk-4.0 + sudo apt install -t jammy libwebkit2gtk-4.0-37 ``` 4. **Optionaly: Remove Jammy Repo After Use:**\ Delete or comment out the Jammy entry in `/etc/apt/sources.list`.