jamiemcg/Remarkable

Ubuntu 22.04 .deb can't install -missing dependencies, snap install -no preview + -no minimize

kkyucon opened this issue · 5 comments

Tried .deb install missing dependencies, snap install missing preview pane and minimize.

  1. sudo dpkg -i remarkable_1.87_all.deb
    This fails saying that dependencies are missing without trying to install them. Bumbu.
  2. Type: sudo apt-get -f install
    This picks up the missing dependencies from the previous command. Wizard!
  3. sudo dpkg -i remarkable_1.87_all.deb
    Now works perfectly. Who would have known?

TBH this workaround isn't original but it was just a google search away.

  1. sudo dpkg -i remarkable_1.87_all.deb
    This fails saying that dependencies are missing without trying to install them. Bumbu.
  2. Type: sudo apt-get -f install
    This picks up the missing dependencies from the previous command. Wizard!
  3. sudo dpkg -i remarkable_1.87_all.deb
    Now works perfectly. Who would have known?

TBH this workaround isn't original but it was just a google search away.

This solution did not work for me on Ubuntu 22.04.

Thank you and sorry. Could you post the error messages? Another trick which can help is to install the -dev versions of any missing libraries.

I Did : sudo dpkg -i remarkable_1.87_all.deb
Output

(Reading database ... 219177 files and directories currently installed.)
Preparing to unpack remarkable_1.87_all.deb ...
Unpacking remarkable (1.87) over (1.87) ...
dpkg: dependency problems prevent configuration of remarkable:
 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.

dpkg: error processing package remarkable (--install):
 dependency problems - leaving unconfigured
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu3) ...
Processing triggers for desktop-file-utils (0.26-1ubuntu3) ...
Processing triggers for libglib2.0-0:amd64 (2.72.1-1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Errors were encountered while processing:
 remarkable

Then sudo apt -f install
Output

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  gir1.2-gtksource-3.0 libgtksourceview-3.0-1 libgtksourceview-3.0-common
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  remarkable
0 upgraded, 0 newly installed, 1 to remove and 9 not upgraded.
1 not fully installed or removed.
After this operation, 397 kB disk space will be freed.
Do you want to continue? [Y/n] 
(Reading database ... 219177 files and directories currently installed.)
Removing remarkable (1.87) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu3) ...
Processing triggers for libglib2.0-0:amd64 (2.72.1-1) ...
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Processing triggers for desktop-file-utils (0.26-1ubuntu3) ...

And finally : sudo dpkg -i remarkable_1.87_all.deb
Output

Selecting previously unselected package remarkable.
(Reading database ... 218864 files and directories currently installed.)
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.

dpkg: error processing package remarkable (--install):
 dependency problems - leaving unconfigured
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu3) ...
Processing triggers for desktop-file-utils (0.26-1ubuntu3) ...
Processing triggers for libglib2.0-0:amd64 (2.72.1-1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Errors were encountered while processing:
 remarkable

No dice.

There is a fix for the Preview Screen problem by a guy on Github:
https://github.com/seiferteric/remarkable_debfix. Works for me on Ubuntu 22.04 but ONLY for the .DEB version.