lit2epub
tools to work with the EPUB file format
Install
- All systems
-
curl cmd.cat/lit2epub.sh
- Debian
-
apt-get install epub-utils
- Ubuntu
-
apt-get install epub-utils
- Arch Linux
-
pacman -S ebook-tools
- Kali Linux
-
apt-get install epub-utils
- Fedora
-
dnf install ebook-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install epub-utils
- OS X
-
brew install ebook-tools
- Raspbian
-
apt-get install epub-utils
- Dockerfile
- dockerfile.run/lit2epub
epub-utils
tools to work with the EPUB file format
The ebook-tools provide ways for accessing and converting different ebook file formats. This package contains the following utilities: - einfo : provides some basic info about an EPUB document, such as metadata, reading order, etc. - lit2epub : converts a LIT file to EPUB (using convlit and zip).