Site icon TechGit

Calibre 3.6 Released – Install or Update Calibre on Linux Ubuntu

How to install Calibre on Ubuntu. Update Calibre on Linux Ubuntu. Calibre 3.6, the latest release of the Calibre eBook Reader for Ubuntu has been released with new features and enhancements.

New features

Bug fixes

New news sources

Improved news sources

Install Calibre 3.6

calibre has a binary install that includes private versions of all its dependencies. It runs on 32-bit and 64-bit Intel compatible machines. To install or upgrade, simply copy paste the following command into a terminal and press Enter:

sudo apt-get update
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.py | sudo python -c "import sys; main=lambda:sys.stderr.write('Download failedn'); exec(sys.stdin.read()); main()"

While you wait for the download to complete, please consider contributing to support the development of calibre.

Reverting to a previous version

If you wish to revert to an earlier calibre release or download a calibre upgrade manually, download the tarball of that release from here (choose the 32-bit or 64-bit version, as appropriate). Assuming you want calibre in /opt/calibre, run the following command, changing the path to calibre-tarball.txz below as appropriate:

sudo apt-get update
sudo mkdir -p /opt/calibre && sudo rm -rf /opt/calibre/* && sudo tar xvf /path/to/downloaded/calibre-tarball.txz -C /opt/calibre && sudo /opt/calibre/calibre_postinstall

Calibre 3.6 Released – Install or Update Calibre on Linux Ubuntu originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.

FacebookTwitterTumblrRedditLinkedInHacker NewsDiggBufferGoogle ClassroomThreadsXINGShare
Exit mobile version