Calibre 2.84 Released – Install Calibre On Linux Ubuntu

Calibre 2.84 released. Here’s how to install Calibre on Linux Ubuntu Systems. Learn how to install or update Calibre, via Ubuntu PPA. Calibre 2.84 brings various new features. It can now use the same regular expression engine as is used by the Edit Book tool. The new engine has much better support for Unicode characters/character classes. For editing features, one can add keyboard shortcuts to jump to opening and closing tags (Ctrl+{ and Ctrl+}).

New Features

  • Kindle driver: Also delete book thumbnails from the system directory when deleting books.
  • Conversion: Use the same regular expression engine as is used by the Edit Book tool. The new engine has much better support for Unicode characters/character classes.
  • Edit Book: Add keyboard shortcuts to jump to opening and closing tags (Ctrl+{ and Ctrl+})
  • Add API to pre-process image data in recipes easily
  • fetch-ebook-metadata: add option to use only a single metadata plugin

Bug Fixes

  • E-book viewer: Fix a regression in the previous release that broke printing from inside the viewer.
  • DOCX Output: When the input document contains paragraphs inside a block with a background color preserve the background color in the resulting paragraphs in the DOCX document.
  • DOCX Output: Fix links to empty inline tags not working.
  • DOCX Input: Fix links that point to anchors placed in empty paragraphs not working.
  • PDF Output: Do not crash when unable to find page for link destination, instead use previous page.
  • Edit Book: Fix sorting by language in Report->Words not working
  • Edit Book: Fix drag and drop of multiple items in the File Browser causing item order to be reversed.
  • Get Books: Update Baen store plugin for website changes
  • Linux: When adding books from directories ignore files that have undecodable names.
  • AZW3: Preserve the primary-writing-mode EXTH header field when round-tripping AZW3 files. Should fix editing/conversion of RTL AZW3 files causing page turning to become left-to-right on the Kindle
  • AZW3 Output: Set the primary-writing-mode EXTH header when the input document has page-progression-direction set to RTL as this is apparently required on newer Kindle firmware for right-to-left page turning
  • Fix a misbehaving wireless device connection can cause calibre to hang when opening the Connect/Share menu.

New news sources

  • First Things by John Hutson

Improved news sources

  • Private Eye
  • Die Zeit
  • NYTimes Tech Beat

Install Calibre 2.84 on Ubuntu

Run the following commands in Terminal to install Calibre 2.84 on Ubuntu 17.04, Ubuntu 16.04, Ubuntu 15.10, Ubuntu 15.04, Ubuntu 14.04 and Ubuntu Derivatives:

sudo -v && wget -nv -O-
https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py
| sudo python -c "import sys; main=lambda:sys.stderr.write('Download
failedn'); exec(sys.stdin.read()); main()"

Once installed, open Calibre from Ubuntu Dash .

Calibre 2.84 Released – Install Calibre On Linux Ubuntu originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.