下载Linux版

最新版 calibre 是 7.10.0. 新功能

请不要使用您的发行版集成的 calibre 包,因为这些包经常有缺陷/过时。取而代之的是使用下面描述的二进制安装。

二进制安装

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:

当您在等待下载完成时,请考虑为 calibre 的开发提供支持。

备注

  • 如果您收到关于不受信任证书的错误,这意味着您的计算机没有安装任何根证书,因此无法安全地下载安装程序。如果您仍然想继续,请将 --no-check-Certificate 选项传递给wget,如下所示:
  • You must have xdg-utils, wget, xz-utils and Python installed on your system before running the installer.
  • 您可以通过运行 sudo calibre-uninstall 来卸载calibre。或者,只需删除安装目录就会删除 99% 的已安装文件。
  • 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.31 or higher and libstdc++.so.6.0.28 (from gcc 9.3.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
  • 您可以修改默认安装路径(/opt),将 calibre 安装到的其他位置,如下所示: 将上面的/opt更改为您希望Calibre自动安装到的任何文件夹。
  • 您还可以执行 “独立” 安装,该安装只涉及安装文档内的文件,不需要以root用户身份运行,如下所示:

退回之前的版本

你可以安裝之前的 calibre 的發行,像這樣: 把以上的 4.23.0 改成您要安装的版本

手動安裝二進位檔案

如果您希望恢复到较早的Calibre版本或手动下载Calibre升级,请从 此处 下载该版本的安装包(根据需要选择32位或64位版本)。假设您需要在 /opt/calibre 安装calibre,请运行以下命令,并根据需要更改下面的 calibre-tarball.txz 路径


源代码安装

警告:Calibre是一个高度复杂的软件,有很多非常精细的依赖项。如果您从源代码安装,则只能靠您自己。请不要打开错误报告或期望获得任何形式的支持---已经警告过你的。

如果您仍然决心从源安装,请继续阅读:

  1. 確保您的系統已經安裝 Python 3
  2. 安装下面列出的各种依赖项
  3. 在终端中运行以下命令:


依赖关系

官方 calibre 二进制文件所捆绑的最新依赖项列表可以在 sources.json 中看到。虽然 calibre 可能 适用于此处列出的依赖项版本之外的其他版本,但它没有经过测试/支持。除了这些依赖项之外,还需要各种构建时需求,如pkg-config、C/C++编译器等。

选择你想要的语言

取消