前言

安装慢这种情况,只有Linux操作系统会遇到。像 Windows这种,直接下载个exe程序直接安装就行了。

目前,calibre的程序安装和下载地址: https://calibre-ebook.com/zh_CN/download_linux

安装

以 ubuntu 操作系统为例

1. 先执行安装脚本,以便知道当前系统安装的是什么版本的calibre

  1. sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin

安装的时候,程序会直接卡住,这时候,会显示正在现在的安装文件,如calibre-4.13.0-x86_64.txz

2. 外部下载对应的calibre版本

根据上面卡住时候显示的版本,到这里,通过相关工具,下载这个对应的版本的文件: https://github.com/kovidgoyal/calibre/releases

3. 放到缓存目录

calibre-4.13.0-x86_64.txz文件放到 /tmp/calibre-installer-cache目录下

4. 再次执行 步骤1 进行安装

libnss3.so 问题

ImportError: libnss3.so: cannot open shared object file: No such file or directory

解决: https://github.com/linuxserver/docker-calibre-web/pull/56

  1. sudo apt install libnss3