下载Linux版
The latest release of calibre is 7.21.0. What's new.
请不要使用您的发行版集成的 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:
While you wait for the download to complete, please consider contributing to support the development of calibre.
提示
- 如果您收到关于不受信任证书的错误,这意味着您的计算机没有安装任何根证书,因此无法安全地下载安装程序。如果您仍然想继续,请将 --no-check-Certificate 选项传递给wget,如下所示:
- 在运行安装程序之前,您必须在系统上安装 xdg-utils,wget,xz-utils和python
-
You can uninstall calibre by running
sudo calibre-uninstall
. Alternately, simply deleting the installation folder will remove 99% of the installed files. - I如果您在终端运行Calibre时遇到关于Wayland的错误,且Calibre未启动,请以
QT_QPA_PLATFORM=xcb calibre
身份运行Calibre,这将阻止其使用Wayland。 - You need GLIBC 2.34 or higher and libstdc++.so.6.0.30 (from gcc 11.4.0) or higher to run calibre
- 如果出现错误
Could not load the Qt platform plugin xcb
您缺少一些所需的X11-XCB库,例如libxcb-cursor0或libxcb-xinerama0,有关 详细信息,请参阅 此处。 - 如果你在服务器上得到关于缺失“libEGL”的报错,你可能需要安装如“libegl1”和“libopengl0”等一些OpenGL包。
- You can change the folder calibre is installed into from the default (/opt) like this: 将上面的/opt更改为您希望Calibre自动安装到的任何文件夹。
- 您还可以执行 “独立” 安装,该安装只涉及安装文件夹内的文件,不需要以root用户身份运行,如下所示:
恢复到以前的版本
您可以安装旧的Calibre版本,如下所示: 把以上的 4.23.0 改成您要安装的版本
手动二进制安装
如果您希望恢复到较早的Calibre版本或手动下载Calibre升级,请从 此处 下载该版本的安装包(根据需要选择32位或64位版本)。假设您需要在 /opt/calibre 安装calibre,请运行以下命令,并根据需要更改下面的 calibre-tarball.txz
路径
源代码安装
警告:Calibre是一个高度复杂的软件,有很多非常精细的依赖项。如果您从源代码安装,则只能靠您自己。请不要打开错误报告或期望获得任何形式的支持---已经提醒过你。
如果您仍然决心从源代码安装,请继续阅读:
- 确保您的系统安装了 Python 3。
- 安装下面列出的各种依赖项
- 在终端中运行以下命令: