How To Install Remarkable editor On Ubuntu from terminal
How should I install the Remarkable editor on Ubuntu 14.04 in a terminal session?
Solution 1:
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
Solution 2:
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