How To Install Remarkable editor On Ubuntu from terminal
How should I install the Remarkable editor on Ubuntu 14.04 in a terminal session?
2 Answers
Open the terminal and type :
wget And :
sudo gdebi remarkable_1.62_all.debif you get error like gdebi: commande not found you can install it by typing :
sudo apt-get install gdebi-core 2 you just have to do :
wget
dpkg -i remarkable_1.62_all.debthen (to add missing dependencies) :
apt-get upgrade -fand the retry install :
dpkg -i remarkable_1.62_all.deb 1