I downloaded the .deb file of Remarkable Markdown editor in Ubuntu 20.04. As soon as I started to run the .deb file, it is showing the following error:
Error: Dependency is not satisfiable: gir1.2-webkit-3.0
As far as I know, WebKit is a browser engine for Apple Products. I do not know why it is required on Linux. Any help in resolving this will be very much appreciated.
sudo apt --fix-broken install
to install all the dependencies after installing the deb package.