# Download Pandoc executable
!wget https://github.com/jgm/pandoc/releases/download/2.11.3.2/pandoc-2.11.3.2-1-amd64.deb
--2021-05-13 04:16:18-- https://github.com/jgm/pandoc/releases/download/2.11.3.2/pandoc-2.11.3.2-1-amd64.deb
Resolving github.com (github.com)... 140.82.112.3
Connecting to github.com (github.com)|140.82.112.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://github-releases.githubusercontent.com/571770/2b2ab880-49f4-11eb-8299-ec38668bc93b?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210513%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210513T041609Z&X-Amz-Expires=300&X-Amz-Signature=1f19848d87c3c6da46599c410cc6cebe3c629c8f74287a3222fe849b5d847640&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=571770&response-content-disposition=attachment%3B%20filename%3Dpandoc-2.11.3.2-1-amd64.deb&response-content-type=application%2Foctet-stream [following]
--2021-05-13 04:16:18-- https://github-releases.githubusercontent.com/571770/2b2ab880-49f4-11eb-8299-ec38668bc93b?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210513%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210513T041609Z&X-Amz-Expires=300&X-Amz-Signature=1f19848d87c3c6da46599c410cc6cebe3c629c8f74287a3222fe849b5d847640&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=571770&response-content-disposition=attachment%3B%20filename%3Dpandoc-2.11.3.2-1-amd64.deb&response-content-type=application%2Foctet-stream
Resolving github-releases.githubusercontent.com (github-releases.githubusercontent.com)... 185.199.109.154, 185.199.111.154, 185.199.110.154, ...
Connecting to github-releases.githubusercontent.com (github-releases.githubusercontent.com)|185.199.109.154|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 22943474 (22M) [application/octet-stream]
Saving to: ‘pandoc-2.11.3.2-1-amd64.deb’
pandoc-2.11.3.2-1-a 100%[===================>] 21.88M --.-KB/s in 0.09s
2021-05-13 04:16:18 (245 MB/s) - ‘pandoc-2.11.3.2-1-amd64.deb’ saved [22943474/22943474]
# Install pandoc
!sudo dpkg -i pandoc-2.11.3.2-1-amd64.deb
Selecting previously unselected package pandoc.
(Reading database ... 31085 files and directories currently installed.)
Preparing to unpack pandoc-2.11.3.2-1-amd64.deb ...
Unpacking pandoc (2.11.3.2-1) ...
Setting up pandoc (2.11.3.2-1) ...
# Clone Redis Doc github repository
!git clone https://github.com/redis/redis-doc.git
Cloning into 'redis-doc'...
remote: Enumerating objects: 12597, done.
remote: Counting objects: 100% (95/95), done.
remote: Compressing objects: 100% (90/90), done.
remote: Total 12597 (delta 46), reused 9 (delta 5), pack-reused 12502
Receiving objects: 100% (12597/12597), 4.94 MiB | 27.19 MiB/s, done.
Resolving deltas: 100% (8305/8305), done.
# Verify the contents
!cd redis-doc/commands && ls -la
!cd redis-doc/topics && ls -la
# Append filename to the start of each file with file number
!cd redis-doc/commands && counter=1; for f in * ; do file_name=$(basename $f); split_file_name=(${file_name//./ }); redis_command_name=${split_file_name[0]}; sed -i "1i # ${counter}. ${redis_command_name^^} \
" $file_name; ((counter=counter+1)); done;
!cd redis-doc/topics && counter=1; for f in * ; do file_name=$(basename $f); split_file_name=(${file_name//./ }); redis_command_name=${split_file_name[0]}; sed -i "1i # ${counter}. ${redis_command_name^^} \
" $file_name; ((counter=counter+1)); done;
# Generate ebook from markdown files
!cd redis-doc/commands && pandoc -o redis_commands.epub --metadata title="Redis Commands" *.md
!cd redis-doc/topics && pandoc -o redis_topics.epub --metadata title="Redis Topics" *.md
[WARNING] Duplicate link reference '[cb]' at line 1134 column 1
[WARNING] Duplicate link reference '[hgcarr22rc]' at line 2835 column 1
[WARNING] Duplicate link reference '[tdts]' at line 9069 column 1
[WARNING] Could not fetch resource '/images/shuttleworth.png': PandocIOError "/images/shuttleworth.png" /images/shuttleworth.png: openBinaryFile: does not exist (No such file or directory)
# Move generated file to required location
!mv redis-doc/commands/redis_commands.epub ~/work/redis_commands.epub
!mv redis-doc/topics/redis_topics.epub ~/work/redis_topics.epub
# Install required libraries for Calibre
!apt update -y
!apt install libgl1-mesa-glx -y
Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [288 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7,907 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
Fetched 8,445 kB in 2s (5,275 kB/s)
10 packages can be upgraded. Run 'apt list --upgradable' to see them.
The following additional packages will be installed:
libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
libdrm2 libgl1 libgl1-mesa-dri libglapi-mesa libglvnd0 libglx-mesa0 libglx0
libllvm7 libpciaccess0 libsensors-config libsensors5 libx11-xcb1
libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-sync1
libxshmfence1 libxxf86vm1
Suggested packages:
pciutils lm-sensors
The following NEW packages will be installed:
libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
libdrm2 libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglvnd0
libglx-mesa0 libglx0 libllvm7 libpciaccess0 libsensors-config libsensors5
libx11-xcb1 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0
libxcb-sync1 libxshmfence1 libxxf86vm1
0 upgraded, 25 newly installed, 0 to remove and 10 not upgraded.
Need to get 21.3 MB of archives.
After this operation, 214 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 libdrm-common all 2.4.97-1 [13.8 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 libdrm2 amd64 2.4.97-1 [39.7 kB]
Get:3 http://deb.debian.org/debian buster/main amd64 libdrm-amdgpu1 amd64 2.4.97-1 [27.3 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 libpciaccess0 amd64 0.14-1 [53.5 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 libdrm-intel1 amd64 2.4.97-1 [69.8 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 libdrm-nouveau2 amd64 2.4.97-1 [26.3 kB]
Get:7 http://deb.debian.org/debian buster/main amd64 libdrm-radeon1 amd64 2.4.97-1 [31.1 kB]
Get:8 http://deb.debian.org/debian buster/main amd64 libglapi-mesa amd64 18.3.6-2+deb10u1 [66.3 kB]
Get:9 http://deb.debian.org/debian buster/main amd64 libllvm7 amd64 1:7.0.1-8+deb10u2 [13.1 MB]
Get:10 http://deb.debian.org/debian buster/main amd64 libsensors-config all 1:3.5.0-3 [31.6 kB]
Get:11 http://deb.debian.org/debian buster/main amd64 libsensors5 amd64 1:3.5.0-3 [52.6 kB]
Get:12 http://deb.debian.org/debian buster/main amd64 libgl1-mesa-dri amd64 18.3.6-2+deb10u1 [6,685 kB]
Get:13 http://deb.debian.org/debian buster/main amd64 libglvnd0 amd64 1.1.0-1 [48.6 kB]
Get:14 http://deb.debian.org/debian buster/main amd64 libx11-xcb1 amd64 2:1.6.7-1+deb10u1 [190 kB]
Get:15 http://deb.debian.org/debian buster/main amd64 libxcb-dri2-0 amd64 1.13.1-2 [101 kB]
Get:16 http://deb.debian.org/debian buster/main amd64 libxcb-dri3-0 amd64 1.13.1-2 [100 kB]
Get:17 http://deb.debian.org/debian buster/main amd64 libxcb-glx0 amd64 1.13.1-2 [116 kB]
Get:18 http://deb.debian.org/debian buster/main amd64 libxcb-present0 amd64 1.13.1-2 [99.1 kB]
Get:19 http://deb.debian.org/debian buster/main amd64 libxcb-sync1 amd64 1.13.1-2 [103 kB]
Get:20 http://deb.debian.org/debian buster/main amd64 libxshmfence1 amd64 1.3-1 [8,820 B]
Get:21 http://deb.debian.org/debian buster/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB]
Get:22 http://deb.debian.org/debian buster/main amd64 libglx-mesa0 amd64 18.3.6-2+deb10u1 [180 kB]
Get:23 http://deb.debian.org/debian buster/main amd64 libglx0 amd64 1.1.0-1 [30.0 kB]
Get:24 http://deb.debian.org/debian buster/main amd64 libgl1 amd64 1.1.0-1 [91.1 kB]
Get:25 http://deb.debian.org/debian buster/main amd64 libgl1-mesa-glx amd64 18.3.6-2+deb10u1 [47.4 kB]
Fetched 21.3 MB in 0s (98.4 MB/s)
debconf: delaying package configuration, since apt-utils is not installed
78Selecting previously unselected package libdrm-common.
(Reading database ... 31089 files and directories currently installed.)
Preparing to unpack .../00-libdrm-common_2.4.97-1_all.deb ...
7Progress: [ 0%] [..........................................................] 8Unpacking libdrm-common (2.4.97-1) ...
7Progress: [ 2%] [#.........................................................] 8Selecting previously unselected package libdrm2:amd64.
Preparing to unpack .../01-libdrm2_2.4.97-1_amd64.deb ...
7Progress: [ 3%] [#.........................................................] 8Unpacking libdrm2:amd64 (2.4.97-1) ...
7Progress: [ 4%] [##........................................................] 8Selecting previously unselected package libdrm-amdgpu1:amd64.
Preparing to unpack .../02-libdrm-amdgpu1_2.4.97-1_amd64.deb ...
7Progress: [ 5%] [##........................................................] 8Unpacking libdrm-amdgpu1:amd64 (2.4.97-1) ...
7Progress: [ 6%] [###.......................................................] 8Selecting previously unselected package libpciaccess0:amd64.
Preparing to unpack .../03-libpciaccess0_0.14-1_amd64.deb ...
7Progress: [ 7%] [####......................................................] 8Unpacking libpciaccess0:amd64 (0.14-1) ...
7Progress: [ 8%] [####......................................................] 8Selecting previously unselected package libdrm-intel1:amd64.
Preparing to unpack .../04-libdrm-intel1_2.4.97-1_amd64.deb ...
7Progress: [ 9%] [#####.....................................................] 8Unpacking libdrm-intel1:amd64 (2.4.97-1) ...
7Progress: [ 10%] [#####.....................................................] 8Selecting previously unselected package libdrm-nouveau2:amd64.
Preparing to unpack .../05-libdrm-nouveau2_2.4.97-1_amd64.deb ...
7Progress: [ 11%] [######....................................................] 8Unpacking libdrm-nouveau2:amd64 (2.4.97-1) ...
7Progress: [ 12%] [######....................................................] 8Selecting previously unselected package libdrm-radeon1:amd64.
Preparing to unpack .../06-libdrm-radeon1_2.4.97-1_amd64.deb ...
7Progress: [ 13%] [#######...................................................] 8Unpacking libdrm-radeon1:amd64 (2.4.97-1) ...
7Progress: [ 14%] [########..................................................] 8Selecting previously unselected package libglapi-mesa:amd64.
Preparing to unpack .../07-libglapi-mesa_18.3.6-2+deb10u1_amd64.deb ...
7Progress: [ 15%] [########..................................................] 8Unpacking libglapi-mesa:amd64 (18.3.6-2+deb10u1) ...
7Progress: [ 16%] [#########.................................................] 8Selecting previously unselected package libllvm7:amd64.
Preparing to unpack .../08-libllvm7_1%3a7.0.1-8+deb10u2_amd64.deb ...
7Progress: [ 17%] [#########.................................................] 8Unpacking libllvm7:amd64 (1:7.0.1-8+deb10u2) ...
7Progress: [ 18%] [##########................................................] 8Selecting previously unselected package libsensors-config.
Preparing to unpack .../09-libsensors-config_1%3a3.5.0-3_all.deb ...
7Progress: [ 19%] [##########................................................] 8Unpacking libsensors-config (1:3.5.0-3) ...
7Progress: [ 20%] [###########...............................................] 8Selecting previously unselected package libsensors5:amd64.
Preparing to unpack .../10-libsensors5_1%3a3.5.0-3_amd64.deb ...
7Progress: [ 21%] [############..............................................] 8Unpacking libsensors5:amd64 (1:3.5.0-3) ...
7Progress: [ 22%] [############..............................................] 8Selecting previously unselected package libgl1-mesa-dri:amd64.
Preparing to unpack .../11-libgl1-mesa-dri_18.3.6-2+deb10u1_amd64.deb ...
7Progress: [ 23%] [#############.............................................] 8Unpacking libgl1-mesa-dri:amd64 (18.3.6-2+deb10u1) ...
7Progress: [ 24%] [#############.............................................] 8Selecting previously unselected package libglvnd0:amd64.
Preparing to unpack .../12-libglvnd0_1.1.0-1_amd64.deb ...
7Progress: [ 25%] [##############............................................] 8Unpacking libglvnd0:amd64 (1.1.0-1) ...
7Progress: [ 26%] [##############............................................] 8Selecting previously unselected package libx11-xcb1:amd64.
Preparing to unpack .../13-libx11-xcb1_2%3a1.6.7-1+deb10u1_amd64.deb ...
7Progress: [ 27%] [###############...........................................] 8Unpacking libx11-xcb1:amd64 (2:1.6.7-1+deb10u1) ...
7Progress: [ 28%] [################..........................................] 8Selecting previously unselected package libxcb-dri2-0:amd64.
Preparing to unpack .../14-libxcb-dri2-0_1.13.1-2_amd64.deb ...
7Progress: [ 29%] [################..........................................] 8Unpacking libxcb-dri2-0:amd64 (1.13.1-2) ...
7Progress: [ 30%] [#################.........................................] 8Selecting previously unselected package libxcb-dri3-0:amd64.
Preparing to unpack .../15-libxcb-dri3-0_1.13.1-2_amd64.deb ...
7Progress: [ 31%] [#################.........................................] 8Unpacking libxcb-dri3-0:amd64 (1.13.1-2) ...
7Progress: [ 32%] [##################........................................] 8Selecting previously unselected package libxcb-glx0:amd64.
Preparing to unpack .../16-libxcb-glx0_1.13.1-2_amd64.deb ...
7Progress: [ 33%] [##################........................................] 8Unpacking libxcb-glx0:amd64 (1.13.1-2) ...
7Progress: [ 34%] [###################.......................................] 8Selecting previously unselected package libxcb-present0:amd64.
Preparing to unpack .../17-libxcb-present0_1.13.1-2_amd64.deb ...
7Progress: [ 35%] [####################......................................] 8Unpacking libxcb-present0:amd64 (1.13.1-2) ...
7Progress: [ 36%] [####################......................................] 8Selecting previously unselected package libxcb-sync1:amd64.
Preparing to unpack .../18-libxcb-sync1_1.13.1-2_amd64.deb ...
7Progress: [ 37%] [#####################.....................................] 8Unpacking libxcb-sync1:amd64 (1.13.1-2) ...
7Progress: [ 38%] [#####################.....................................] 8Selecting previously unselected package libxshmfence1:amd64.
Preparing to unpack .../19-libxshmfence1_1.3-1_amd64.deb ...
7Progress: [ 39%] [######################....................................] 8Unpacking libxshmfence1:amd64 (1.3-1) ...
7Progress: [ 40%] [######################....................................] 8Selecting previously unselected package libxxf86vm1:amd64.
Preparing to unpack .../20-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
7Progress: [ 41%] [#######################...................................] 8Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
7Progress: [ 42%] [########################..................................] 8Selecting previously unselected package libglx-mesa0:amd64.
Preparing to unpack .../21-libglx-mesa0_18.3.6-2+deb10u1_amd64.deb ...
7Progress: [ 43%] [########################..................................] 8Unpacking libglx-mesa0:amd64 (18.3.6-2+deb10u1) ...
7Progress: [ 44%] [#########################.................................] 8Selecting previously unselected package libglx0:amd64.
Preparing to unpack .../22-libglx0_1.1.0-1_amd64.deb ...
7Progress: [ 45%] [#########################.................................] 8Unpacking libglx0:amd64 (1.1.0-1) ...
7Progress: [ 46%] [##########################................................] 8Selecting previously unselected package libgl1:amd64.
Preparing to unpack .../23-libgl1_1.1.0-1_amd64.deb ...
7Progress: [ 47%] [##########################................................] 8Unpacking libgl1:amd64 (1.1.0-1) ...
7Progress: [ 48%] [###########################...............................] 8Selecting previously unselected package libgl1-mesa-glx:amd64.
Preparing to unpack .../24-libgl1-mesa-glx_18.3.6-2+deb10u1_amd64.deb ...
7Progress: [ 49%] [############################..............................] 8Unpacking libgl1-mesa-glx:amd64 (18.3.6-2+deb10u1) ...
7Progress: [ 50%] [############################..............................] 8Setting up libxcb-dri3-0:amd64 (1.13.1-2) ...
7Progress: [ 50%] [#############################.............................] 87Progress: [ 51%] [#############################.............................] 8Setting up libx11-xcb1:amd64 (2:1.6.7-1+deb10u1) ...
7Progress: [ 52%] [##############################............................] 87Progress: [ 53%] [###############################...........................] 8Setting up libpciaccess0:amd64 (0.14-1) ...
7Progress: [ 54%] [###############################...........................] 87Progress: [ 55%] [################################..........................] 8Setting up libglvnd0:amd64 (1.1.0-1) ...
7Progress: [ 56%] [################################..........................] 87Progress: [ 57%] [#################################.........................] 8Setting up libxcb-glx0:amd64 (1.13.1-2) ...
7Progress: [ 58%] [#################################.........................] 87Progress: [ 59%] [##################################........................] 8Setting up libsensors-config (1:3.5.0-3) ...
7Progress: [ 60%] [###################################.......................] 87Progress: [ 61%] [###################################.......................] 8Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
7Progress: [ 62%] [####################################......................] 87Progress: [ 63%] [####################################......................] 8Setting up libxcb-present0:amd64 (1.13.1-2) ...
7Progress: [ 64%] [#####################################.....................] 87Progress: [ 65%] [#####################################.....................] 8Setting up libxcb-sync1:amd64 (1.13.1-2) ...
7Progress: [ 66%] [######################################....................] 87Progress: [ 67%] [#######################################...................] 8Setting up libsensors5:amd64 (1:3.5.0-3) ...
7Progress: [ 68%] [#######################################...................] 87Progress: [ 69%] [########################################..................] 8Setting up libglapi-mesa:amd64 (18.3.6-2+deb10u1) ...
7Progress: [ 70%] [########################################..................] 87Progress: [ 71%] [#########################################.................] 8Setting up libxcb-dri2-0:amd64 (1.13.1-2) ...
7Progress: [ 72%] [#########################################.................] 87Progress: [ 73%] [##########################################................] 8Setting up libxshmfence1:amd64 (1.3-1) ...
7Progress: [ 74%] [###########################################...............] 87Progress: [ 75%] [###########################################...............] 8Setting up libllvm7:amd64 (1:7.0.1-8+deb10u2) ...
7Progress: [ 76%] [############################################..............] 87Progress: [ 77%] [############################################..............] 8Setting up libdrm-common (2.4.97-1) ...
7Progress: [ 78%] [#############################################.............] 87Progress: [ 79%] [#############################################.............] 8Setting up libdrm2:amd64 (2.4.97-1) ...
7Progress: [ 80%] [##############################################............] 87Progress: [ 81%] [###############################################...........] 8Setting up libdrm-amdgpu1:amd64 (2.4.97-1) ...
7Progress: [ 82%] [###############################################...........] 87Progress: [ 83%] [################################################..........] 8Setting up libdrm-nouveau2:amd64 (2.4.97-1) ...
7Progress: [ 84%] [################################################..........] 87Progress: [ 85%] [#################################################.........] 8Setting up libdrm-radeon1:amd64 (2.4.97-1) ...
7Progress: [ 86%] [#################################################.........] 87Progress: [ 87%] [##################################################........] 8Setting up libdrm-intel1:amd64 (2.4.97-1) ...
7Progress: [ 88%] [###################################################.......] 87Progress: [ 89%] [###################################################.......] 8Setting up libgl1-mesa-dri:amd64 (18.3.6-2+deb10u1) ...
7Progress: [ 90%] [####################################################......] 87Progress: [ 91%] [####################################################......] 8Setting up libglx-mesa0:amd64 (18.3.6-2+deb10u1) ...
7Progress: [ 92%] [#####################################################.....] 87Progress: [ 93%] [#####################################################.....] 8Setting up libglx0:amd64 (1.1.0-1) ...
7Progress: [ 94%] [######################################################....] 87Progress: [ 95%] [#######################################################...] 8Setting up libgl1:amd64 (1.1.0-1) ...
7Progress: [ 96%] [#######################################################...] 87Progress: [ 97%] [########################################################..] 8Setting up libgl1-mesa-glx:amd64 (18.3.6-2+deb10u1) ...
7Progress: [ 98%] [########################################################..] 87Progress: [ 99%] [#########################################################.] 8Processing triggers for libc-bin (2.28-10) ...
78
# Download and install calibre command line utility
!wget -q -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
93% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [=================================================================-----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
94% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [==================================================================----]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
95% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
96% [===================================================================---]
97% [===================================================================---]
97% [===================================================================---]
97% [===================================================================---]
97% [===================================================================---]
97% [===================================================================---]
97% [===================================================================---]
97% [===================================================================---]
97% [===================================================================---]
97% [===================================================================---]
97% [===================================================================---]
97% [===================================================================---]
97% [===================================================================---]
97% [===================================================================---]
97% [===================================================================---]
97% [===================================================================---]
97% [===================================================================---]
97% [===================================================================---]
97% [===================================================================---]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
97% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [====================================================================--]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
98% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
99% [=====================================================================-]
100% [======================================================================]
Downloaded 108480780 bytes
Checking downloaded file integrity...
Extracting files to /opt/calibre ...
Extracting application files...
Creating symlinks...
Symlinking /opt/calibre/ebook-device to /usr/bin/ebook-device
Symlinking /opt/calibre/ebook-meta to /usr/bin/ebook-meta
Symlinking /opt/calibre/ebook-convert to /usr/bin/ebook-convert
Symlinking /opt/calibre/ebook-polish to /usr/bin/ebook-polish
Symlinking /opt/calibre/markdown-calibre to /usr/bin/markdown-calibre
Symlinking /opt/calibre/web2disk to /usr/bin/web2disk
Symlinking /opt/calibre/calibre-server to /usr/bin/calibre-server
Symlinking /opt/calibre/lrf2lrs to /usr/bin/lrf2lrs
Symlinking /opt/calibre/lrs2lrf to /usr/bin/lrs2lrf
Symlinking /opt/calibre/calibre-debug to /usr/bin/calibre-debug
Symlinking /opt/calibre/calibredb to /usr/bin/calibredb
Symlinking /opt/calibre/calibre-parallel to /usr/bin/calibre-parallel
Symlinking /opt/calibre/calibre-customize to /usr/bin/calibre-customize
Symlinking /opt/calibre/fetch-ebook-metadata to /usr/bin/fetch-ebook-metadata
Symlinking /opt/calibre/calibre-smtp to /usr/bin/calibre-smtp
Symlinking /opt/calibre/calibre to /usr/bin/calibre
Symlinking /opt/calibre/lrfviewer to /usr/bin/lrfviewer
Symlinking /opt/calibre/ebook-viewer to /usr/bin/ebook-viewer
Symlinking /opt/calibre/ebook-edit to /usr/bin/ebook-edit
Setting up command-line completion...
Installing zsh completion to: /usr/share/zsh/vendor-completions/_calibre
Package bash-completion was not found in the pkg-config search path.
Perhaps you should add the directory containing `bash-completion.pc'
to the PKG_CONFIG_PATH environment variable
No package 'bash-completion' found
Failed to find directory to install bash completions, using default.
Installing bash completion to: /usr/share/bash-completion/completions/
Failed to import PyQt module: PyQt5.QtWebEngineCore with error: libnss3.so: cannot open shared object file: No such file or directory
____________________ WARNING ____________________
Setting up completion failed with error:
__________________________________________________
Traceback (most recent call last):
File "calibre/linux.py", line 832, in setup_completion
File "calibre/linux.py", line 575, in write_completion
File "bypy-importer.py", line 203, in exec_module
File "calibre/gui2/viewer/main.py", line 10, in <module>
ImportError: cannot import name 'QWebEngineUrlScheme' from 'qt.webengine' (/opt/calibre/lib/calibre-extensions/python-lib.bypy.frozen/qt/webengine.pyc)
Setting up desktop integration...
____________________ WARNING ____________________
Setting up desktop integration failed with error:
__________________________________________________
Traceback (most recent call last):
File "calibre/linux.py", line 853, in setup_desktop_integration
File "calibre/linux.py", line 875, in do_setup_desktop_integration
File "calibre/linux.py", line 906, in install_xdg_junk
File "calibre/linux.py", line 891, in install_icons
File "calibre/linux.py", line 885, in install_single_icon
File "subprocess.py", line 359, in check_call
File "subprocess.py", line 340, in call
File "subprocess.py", line 854, in __init__
File "subprocess.py", line 1702, in _execute_child
FileNotFoundError: [Errno 2] No such file or directory: 'xdg-icon-resource'
Creating un-installer: /usr/bin/calibre-uninstall
There were 2 warnings
* Setting up completion failed with error:
* Setting up desktop integration failed with error:
Run "calibre" to start calibre
# Convert ebook to kindle supported .mobi format
!ebook-convert redis_commands.epub redis_commands.mobi
!ebook-convert redis_topics.epub redis_topics.mobi
1% Converting input to HTML...
InputFormatPlugin: EPUB Input running
on /work/redis_commands.epub
Parsing all content...
Referenced file '/topics/data-types' not found
Referenced file '/topics/streams-intro' not found
Referenced file '/topics/persistence' not found
Referenced file '/topics/latency-monitor' not found
Referenced file '/topics/memory-optimization' not found
Referenced file '/topics/transactions' not found
Referenced file '/topics/replication' not found
Referenced file '/topics/data-types-intro' not found
Referenced file '/topics/client-side-caching' not found
Referenced file '/commands/blpop' not found
Referenced file '/commands/del' not found
Referenced file '/commands/bzpopmin' not found
Referenced file '/topics/ldb' not found
Referenced file '/topics/notifications' not found
Referenced file '/topics/acl' not found
34% Running transforms on e-book...
Merging user specified metadata...
Detecting structure...
Flattening CSS and remapping font sizes...
Source base font size is 12.00000pt
Removing fake margins...
Cleaning up manifest...
Trimming unused files from manifest...
Trimming 'EPUB/toc.ncx' from manifest
Creating MOBI Output...
67% Running MOBI Output plugin
Serializing resources...
Creating MOBI 6 output
Applying case-transforming CSS...
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Rasterizing SVG images...
Converting XHTML to Mobipocket markup...
Serializing markup content...
Compressing markup content...
Generating MOBI index for a book
MOBI output written to /work/redis_commands.mobi
Output saved to /work/redis_commands.mobi
1% Converting input to HTML...
InputFormatPlugin: EPUB Input running
on /work/redis_topics.epub
Parsing all content...
Referenced file '/commands/monitor' not found
Referenced file '/commands/sadd' not found
Referenced file '/topics/persistence' not found
Referenced file '/commands/decrby' not found
Referenced file '/clients' not found
Referenced file '/topics/streams-intro' not found
Referenced file '/commands/blpop' not found
Referenced file '/topics/transactions' not found
Referenced file '/commands/sdiff' not found
Referenced file '/topics/rdd-2' not found
Referenced file '/commands/geoadd' not found
Referenced file '/commands/config-get' not found
Referenced file '/commands/eval' not found
Referenced file '/topics/data-types-intro' not found
Referenced file '/topics/mass-insert' not found
Referenced file '/commands/spop' not found
Referenced file '/topics/ldb' not found
Referenced file '/commands/append' not found
Referenced file '/download' not found
Referenced file '/topics/lru-cache' not found
Referenced file '/commands/zrange' not found
Referenced file '/topics/rdd-1' not found
Referenced file '/commands/srandmember' not found
Referenced file '/topics/acl' not found
Referenced file '/commands/slowlog' not found
Referenced file '/topics/pipelining' not found
Referenced file '/topics/internals-vm' not found
Referenced file '/topics/pubsub' not found
Referenced file '/topics/quickstart' not found
Referenced file '/topics/latency' not found
Referenced file '/topics/debugging' not found
Referenced file '/topics/modules-api-ref' not found
Referenced file '/commands/lrange' not found
Referenced file '/commands/config-set' not found
Referenced file '/commands/lpush' not found
Referenced file '/topics/latency-monitor' not found
Referenced file '/topics/modules-blocking-ops' not found
Referenced file '/commands/sunion' not found
Referenced file '/commands/rpush' not found
Referenced file '/commands/config-rewrite' not found
Referenced file '/topics/modules-native-types' not found
Referenced file '/topics/replication' not found
Referenced file '/topics/cluster-tutorial' not found
Referenced file '/topics/cluster-spec' not found
Referenced file '/commands/zadd' not found
Referenced file '/commands/zrangebyscore' not found
Referenced file '/topics/sentinel' not found
Referenced file '/topics/internals-sds' not found
Referenced file '/topics/sentinel-clients' not found
Referenced file '/commands/expire' not found
Referenced file '/commands/sinter' not found
Referenced file '/commands/setrange' not found
Referenced file '/commands/getbit' not found
Referenced file '/topics/trademark' not found
Referenced file 'EPUB/images/shuttleworth.png' not found
Referenced file '/topics/internals-eventlib' not found
Referenced file '/commands/decr' not found
Referenced file '/commands/zrevrange' not found
Referenced file '/commands' not found
Referenced file '/commands/zrank' not found
Referenced file '/commands/scan' not found
Referenced file '/commands/ltrim' not found
Referenced file '/commands/incr' not found
Referenced file '/topics/memory-optimization' not found
Referenced file '/topics/security' not found
Referenced file '/topics/internals-rediseventlib' not found
Referenced file '/commands/hincrby' not found
Referenced file '/commands/setbit' not found
Referenced file '/topics/protocol' not found
Referenced file '/commands/getrange' not found
Referenced file '/topics/partitioning' not found
Referenced file '/commands/incrby' not found
34% Running transforms on e-book...
Merging user specified metadata...
Detecting structure...
Flattening CSS and remapping font sizes...
Source base font size is 12.00000pt
Removing fake margins...
Cleaning up manifest...
Trimming unused files from manifest...
Trimming 'EPUB/toc.ncx' from manifest
Creating MOBI Output...
67% Running MOBI Output plugin
Serializing resources...
Creating MOBI 6 output
Applying case-transforming CSS...
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Rasterizing SVG images...
Converting XHTML to Mobipocket markup...
Failed to find image: EPUB/images/shuttleworth.png
Serializing markup content...
Compressing markup content...
Generating MOBI index for a book
MOBI output written to /work/redis_topics.mobi
Output saved to /work/redis_topics.mobi