Celeb Glow
updates | March 22, 2026

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.deb

if 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.deb

then (to add missing dependencies) :

apt-get upgrade -f

and the retry install :

dpkg -i remarkable_1.62_all.deb
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy