Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
记录安装calibre4.17.0(kindle最佳伴侣)
Apps Section
1076
views ·
2
replies ·
To
floor
Go
houyawei
deepin
2020-05-28 06:02
Author
两年前买用过kindle558,时间久没用就出了,最近看到kindle咪咕版活动就上了车。
1.deepin源里面有,但是版本有点老
sudo apt install calibre
Copy the Code
2.按照官方所述直接下载安装
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
Copy the Code
巧的是我永远卡在下载
3.手动安装
找到最新版
https://download.calibre-ebook.com/4.html
,直接下载木得网速,出去还是快了一点点,最后开会卡住。
在这里推荐个网站
https://d.serctl.com/
,把不能下载的链接复制过来,获得新链接,再下载。(github上面的源码,release链接也可以复制过来)
下载完成后安装
sudo mkdir -p /opt/calibre && sudo rm -rf /opt/calibre/* && sudo tar xvf ~/Downloads/calibre-4.17.0-x86_64.txz -C /opt/calibre && sudo /opt/calibre/calibre_postinstall
Copy the Code
Reply
Like 0
Favorite
View the author
All Replies
houyawei
deepin
2020-05-28 06:16
#1
防止链接失效,直接把calibre4.17放到蓝奏云了
https://ww.lanzous.com/id23zeh
Reply
Like 0
View the author
Comments
z2894577139
2020-05-28 14:37
你链接少了个w吧……
houyawei
deepin
2020-05-28 15:10
#2
https://bbs.deepin.org/user/171306
你点进去看看不就知道了,默认就这样
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
WiFi Drivers
Popular Events
More
1.deepin源里面有,但是版本有点老
2.按照官方所述直接下载安装
3.手动安装
找到最新版https://download.calibre-ebook.com/4.html ,直接下载木得网速,出去还是快了一点点,最后开会卡住。
在这里推荐个网站https://d.serctl.com/,把不能下载的链接复制过来,获得新链接,再下载。(github上面的源码,release链接也可以复制过来)
下载完成后安装