This is a step by step guide shows how to install Sigil ePub ebook editor (v2.4.0 so far) by either using Flatpak package or building from the source tarball.
Sigil is a popular free and open-source ePub ebook editor that works in Windows, Linux, and macOS. However, it does not provide official packages for Linux.
While Sigil in Ubuntu system repository is always old, user can easily install the latest version via Flatpak package that runs in sandbox environment, or by compiling it from the source tarball.
Calibre, cross-platform open-source comprehensive e-book software, released version 5.0 with some great new features.
Calibre 5.0 features highlighting in the E-book viewer. Simply select text and click the Highlight selection button. It can be colors, underlines, strikethrough, etc. and has added notes. All highlights can be both stored in EPUB files and centrally in the Calibre library.
The new release also feature Dark mode support. On Windows and Mac, it is activated automatically based on OS settings. In Ubuntu Linux, launch the software in dark mode via CALIBRE_USE_DARK_PALETTE=1 environment variable.
Other features in the release include:
Python 3 port. Some third-party plugins will no longer work, until they are also ported to Python 3.
Support both vertical and right-to-left text.
Enhanced search in the E-book viewer
Support bookmarking in content server’s in-browser viewer
How to Install Calibre 5.0 in Ubuntu Linux:
Open terminal (Ctrl+Alt+T) and run command to download & install the official installer script:
Input your password (no visual feedback while typing) when it prompts and hit Enter.
2. (For ubuntu 16.04 only) While Bookworm was originally designed for Elementary OS. Ubuntu 16.04 needs following PPA to install the libgranite3 library:
sudo add-apt-repository ppa:elementary-os/stable
3. Finally check updates and install Bookworm as well as all its dependencies via commands: