How To Install Calibre 1.13 On Ubuntu, Linux Mint, Pear OS, Elementary OS, Debian, Crunchbang And Kwheezy

Hello Linux Geeksters. As you may already know, Calibre is an open-source book management software, with many interesting features including e-book conversion, e-book viewer, library to ebook reader synchronization and support for the most popular eBook formats, including: ebup, cbz, mobi, fb2 . Being multiplatform, the app works on Linux, Windows and Mac OS X.

Watch Free Movies

The latest version available is Calibre 1.13, which has been released today. Among others, it comes with support for the Kobo 3.0.11 firmware, a bugfix for the Kobo plugins crash has been implemented and the thumbnail in the metadata cache from the device is now updated if it matches with the books. For more information, see the official changelog.

How To Install Calibre 1.13 On Ubuntu, Linux Mint, Pear OS, Elementary OS, Debian, Crunchbang And Kwheezy

In this article I will show you how to install Calibre 1.13.0 on Ubuntu, Linux Mint, Pear OS, Elementary OS, Debian, KWheezy and Crunchbang.

There is no repository available for Calibre 1.13.0, but the developers provide us a python oneliner for installing the latest Calibre version. Also install the dependencies, in order to avoid installation issues.

$ sudo apt-get install glibc xdg-utils python
$ sudo python -c "import sys; py3 = sys.version_info[0] > 2; u = __import__('urllib.request' if py3 else 'urllib', fromlist=1); exec(u.urlopen('http://status.calibre-ebook.com/linux_installer').read()); main()"

Scroll to Top