Unable to install wkhtmltox

Hi,

I am trying to install the Frappe Framework on a clean Ubuntu 24.04 VM using the instructions from here: Installation When I get to the bit where it asks me to install this –> Download and install wkhtmltopdf package from https://wkhtmltopdf.org/downloads.html, then run this command to install the package.

sudo dpkg -i wkhtmltox_file.deb

I picked the closest one for 22.04 jammy and using wget downloaded it. When I install with dpkg -i I get errors about unmet dependencies namely

The following packages have unmet dependencies:
wkhtmltox : Depends: libjpeg62-turbo but it is not installable
Depends: libssl1.1 but it is not installable

I dont know how to resolve this error. Please help!

Craig