bring up a terminal emulator and you may need to install the following packages: apt-get install libpangox-1.0-0 apt-get install libpangoxft-1.0-0 sudo apt-get install -y libwebkit2gtk-4.0-37
If the application still does not start, install the following packages: sudo add-apt-repository deb http://gb.archive.ubuntu.com/ubuntu jammy main sudo apt update sudo apt install libwebkit2gtk-4.0-dev |