Skip to content

make-install-linux/Kindle-for-ubuntu

Repository files navigation

Kindle App for ubuntu

app open

A simple Kindle desktop app for Ubuntu (or derived distros) based on electron js.

Install it easily and start reading on your Linux desktop.

Install

To install this application, you need

Then run at your terminal:

mkdir -p ~/kindle
git clone https://github.com/Dpbm/Kindle-for-ubuntu.git ~/kindle
cd ~/kindle
chmod +x ./install.sh
./install.sh

within a few seconds, the Kindle icon will appear on your applications hub.

Uninstalling

To uninstall it you may run:

cd ~/kindle
chmod +x uninstall.sh
./uninstall.sh

Other Versions

This small application is based on Kindle's web version, so your experience will differ a lot from its mobile usage.

Due to that, @SugarRayLua shared a step-by-step tutorial on this issue showing how to use the windows app on Linux, check it out.

Thanks @SugarRayLua 🙏🙏🙏!!