nymtech / nym-vpn-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tauri deb generated package not compatible with Ubuntu24

doums opened this issue · comments

upstream issue tauri-apps/tauri/issues/9662

Possible workaround:

Add the following line to /etc/apt/sources.list

deb http://gb.archive.ubuntu.com/ubuntu jammy main

Then install libwebkit2gtk-4.0-dev package

sudo apt update
sudo apt install libwebkit2gtk-4.0-dev

IMPORTANT: it was recommended in this tauri-apps/tauri#9662 (comment) to undo the change to sources.list after installing to prevent problems with dependencies being deleted.