How To Install Remarkable editor On Ubuntu from terminal

Open the terminal and type :

wget https://remarkableapp.github.io/files/remarkable_1.62_all.deb

And :

sudo gdebi remarkable_1.62_all.deb

if you get error like gdebi: commande not found you can install it by typing :

sudo apt-get install gdebi-core

you just have to do :

wget https://remarkableapp.github.io/files/remarkable_1.62_all.deb
dpkg -i remarkable_1.62_all.deb

then (to add missing dependencies) :

apt-get upgrade -f

and the retry install :

dpkg -i remarkable_1.62_all.deb

Tags:

Editor

14.04