Download for Linux
The latest release of calibre is 7.21.0. What's new.
Please do not use your distribution provided calibre package, as those are often buggy/outdated. Instead use the Binary install described below.
Binary install
calibre has a binary install that includes private versions of all its dependencies. It runs on 64-bit Intel or ARM compatible machines. To install or upgrade, simply copy and paste the following command into a terminal and press Enter:
While you wait for the download to complete, please consider contributing to support the development of calibre.
Note
- If you get an error about an untrusted certificate, that means your computer does not have any root certificates installed and so cannot download the installer securely. If you still want to proceed, pass the --no-check-certificate option to wget, like this:
- You must have xdg-utils, wget, xz-utils and Python installed on your system before running the installer.
-
You can uninstall calibre by running
sudo calibre-uninstall
. Alternately, simply deleting the installation folder will remove 99% of the installed files. - If you get an error about Wayland when running calibre from the terminal and calibre does not start, run calibre as
QT_QPA_PLATFORM=xcb calibre
which will prevent it from using Wayland. - You need GLIBC 2.34 or higher and libstdc++.so.6.0.30 (from gcc 11.4.0) or higher to run calibre
- If you get an error
Could not load the Qt platform plugin xcb
you are missing some needed X11-XCB libraries, such as libxcb-cursor0 or libxcb-xinerama0, for details see here. - On servers, if you get an error about a missing libEGL, you might need to install some OpenGL packages such as libegl1 and libopengl0
- You can change the folder calibre is installed into from the default (/opt) like this: Change /opt above to whatever folder you want calibre automatically installed to.
- You can also do an "isolated" install that only touches files inside the installation folder and does not need to be run as root, like this:
Reverting to a previous version
You can install a previous calibre release, like this: Change 4.23.0 above to whatever version you want installed.
Manual binary install
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:
Source install
WARNING: calibre is a highly complex piece of software with lots of very finicky dependencies. If you install from source, you are on your own. Please do not open bug reports or expect any form of support. You have been warned.
If you're still determined to install from source, read on:
- Make sure your system has Python 3 installed.
- Install the various dependencies listed below
- Run the following commands in a terminal: