Difference between revisions of "Calibre"

From wiki
Jump to navigation Jump to search
(Created page with "Calibre [https://calibre-ebook.com] is a very nice eBook reader and manager. Unfortunately in Ubuntu the available version (4.99) does not work. It reports: RuntimeError...")
 
(No difference)

Latest revision as of 13:17, 14 January 2022

Calibre [1] is a very nice eBook reader and manager.

Unfortunately in Ubuntu the available version (4.99) does not work. It reports:

RuntimeError: Failed to load the progress_indicator C extension, with error: PyCapsule_GetPointer called with incorrect name

You can install the latest version from the Calibre website using:

sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin

That works like a charm.