Remarkable icon indicating copy to clipboard operation
Remarkable copied to clipboard

Installer fail

Open ANTZ314 opened this issue 2 years ago • 4 comments

Attempted various installation methods with .deb file and keep getting the same error:

remarkable : Depends: gir1.2-webkit-3.0 but it is not installable

New installation Ubuntu 22.04

Please help, I really love 'Remarkable'!

ANTZ314 avatar Nov 08 '22 18:11 ANTZ314

You are in for a ride. I tried a few suggestions but eventually gave up and found another editor. I started my journey from the following post and then went into a rabbit hole, maybe you will have better luck: Issue 400

piperoc avatar Feb 16 '23 23:02 piperoc

The same issue here.

Preparing to unpack .../remarkable_1.87_all.deb ...
Unpacking remarkable (1.87) ...
dpkg: dependency problems prevent configuration of remarkable:
 remarkable depends on gir1.2-gtksource-3.0; however:
  Package gir1.2-gtksource-3.0 is not installed.
 remarkable depends on gir1.2-webkit-3.0; however:
  Package gir1.2-webkit-3.0 is not installed.
 remarkable depends on wkhtmltopdf; however:
  Package wkhtmltopdf is not installed.

clarkevans avatar Apr 01 '23 15:04 clarkevans

Same here. This project seems abandoned. Guess we'll have to move onto another markdown editor.

LouieTian0209 avatar Jun 09 '23 06:06 LouieTian0209

For what it's worth: this works for me (ububtu 22.04)

$ cd ~/src
$ git clone https://github.com/jamiemcg/remarkable
$ ln -s ~/src/remarkable/run.sh ~/bin/remarkable
$ cd ~/my/work/directory
$ remarkable file.md

(I guess I have the right python libs installed already)

davidg-sil avatar Jul 04 '23 09:07 davidg-sil