|
虽然在openSUSE上可以用 Okular 打开 epub 格式的文件,但是感觉不是很好。
而Calibre就是专门用于管理和阅读 epub 格式电子书的软件,官方主页http://calibre-ebook.com, 虽然官方主页上没有说明用于 openSUSE的安装包,但是使用其给的安装方法,就是在终端执行如下命令:
sudo python -c "import urllib2; exec urllib2.urlopen('http://status.calibre-ebook.com/linux_installer').read(); main()"
同样可以在 openSUSE下安装且使用成功。 |
|