1 Commits
v0.0.8 ... main

Author SHA1 Message Date
2b6eacd6f6 update mobi convert section 2026-01-07 08:25:58 +01:00

View File

@@ -98,12 +98,20 @@ Options:
## Reading mobi files ## Reading mobi files
`epuppy` doesn't support mobi files, but you can install `epuppy` doesn't support mobi files, but you can easily
[mobitool](https://github.com/bfabiszewski/libmobi/) and use it to convert them to epub format using calibre, which contains a tool named
convert mobi files to epub. The ubuntu package is `libmobi-tools`. To convert, execute: `ebook-convert`. You can install it on Ubuntu with:
`apt install calibre`
On Fedora use:
`dnf install ebook-tools`
To convert, execute:
```default ```default
mobitool -e somebook.epub ebook-convert somebook.mobi somebook.epub
``` ```
## Installation ## Installation