Sunday, May 5, 2024
126
rated 0 times [  126] [ 0]  / answers: 1 / hits: 59991  / 2 Years ago, thu, january 13, 2022, 1:26:44

How do I convert epub to mobi using Calibre for this?


More From » format-conversion

 Answers
7

Yes, Calibre package contains a script called ebook-convert to convert ebooks between formats. You can install Calibre with



sudo apt-get install calibre


then



ebook-convert "book.epub" "book.mobi"


NB: Other formats are supported, too:



ebook-convert "book.azw3" "book.pdf"

[#29491] Friday, January 14, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ligdesig

Total Points: 164
Total Questions: 106
Total Answers: 114

Location: Japan
Member since Sat, Jun 6, 2020
4 Years ago
;