Difference between revisions of "Calibre - format converter untuk ebook"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | ==Untuk Ubuntu 20.04== | ||
+ | sudo su | ||
+ | cd /usr/local/src | ||
+ | sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==Untuk Ubuntu 18.04 ke bawah bisa== | ||
Yes, Calibre package contains a script called ebook-convert to convert ebooks between formats. You can install Calibre with | Yes, Calibre package contains a script called ebook-convert to convert ebooks between formats. You can install Calibre with | ||
− | sudo apt- | + | sudo apt update |
+ | sudo apt -y install calibre | ||
then | then |
Latest revision as of 10:37, 19 September 2020
Untuk Ubuntu 20.04
sudo su cd /usr/local/src sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
Untuk Ubuntu 18.04 ke bawah bisa
Yes, Calibre package contains a script called ebook-convert to convert ebooks between formats. You can install Calibre with
sudo apt update sudo apt -y install calibre
then
ebook-convert "book.epub" "book.mobi"
NB: Other formats are supported, too:
ebook-convert "book.azw3" "book.pdf"