Archives For November 30, 1999

UPDATE March, 2022: The PPA package is outdated! Use the Flatpak package instead.

For those sticking to the latest Sigil ebook editor, here’s Ubuntu PPA maintains the 1.6.0 release packages for Ubuntu 18.04, Ubuntu 20.04, Ubuntu 21.04, Linux Mint 19 & 20.

Sigil is a free and open-source ebook editor designed to edit books in ePub format (both ePub 2 and ePub 3). The software offers official binary packages only for Windows and Mac OS.

The editor in Ubuntu repositories is always old. And no Flatpak or Snap package for Sigil. So far, using a third-party PPA is the only way besides compiling from the source tarball.

Install Sigil via Ubuntu PPA

So far, this can be the only PPAs that maintain the most recent Sigil packages. Unlike others, the guy maintains the packages for each Ubuntu releases individually.

Which means you have to find out your Ubuntu edition either from About settings or via cat /etc/issue command. Then select a command below to add the PPA.

1.) First, open terminal either from system app launcher or by pressing Ctrl+Alt+T on keyboard. When terminal opens, run command to add the PPA:

For Ubuntu 18.04 and Linux Mint 19.x run command:

sudo add-apt-repository ppa:xiota/stuff-18.04

And for Ubuntu 20.04, Linux Mint 20, run command:

sudo add-apt-repository ppa:xiota/stuff-20.04

For Ubuntu 21.04, use command:

sudo add-apt-repository ppa:xiota/stuff-21.04

2.) Next run command to install the ebook editor:

sudo apt install sigil

Ubuntu 18.04 needs to run sudo apt update first to refresh package cache.

Once installed, open the epub editor from system app launcher and enjoy!

How to Remove Ubuntu PPA and/or Sigil:

The Ubuntu PPAs also contains other software packages, e.g., Foliate ebook reader, Geeqie image viewer, Xournal, Xournal++, etc.
You can remove it by opening Software & Updates utility, then remove relevant line under Other Software tab.

To remove Sigil ebook editor, run command in terminal:

sudo apt remove --auto-remove sigil sigil-data

Sigil ebook editor released version 0.9.11 a few days ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 18.10, Ubuntu 16.04, and Linux Mint 19.x.

Sigil 0.9.11 release highlights:

  • Sigil’s ini preference files will be utf-8 encoded (Make backups before upgrading).
  • Restore ability to click in the Preview window to reposition to the same point in Code View.
  • Update Sigil’s gumbo parser to fix all known bugs and greatly speedup parsing
  • Add support for internal but unmanifested opf metadata link resources under epub3
  • Extend “Open With” context menu to allow up to 5 external editors per resource type
  • And various bug-fixes.

How to Install Sigil 0.9.11 in Ubuntu:

The new release can be easily installed in Ubuntu 16.04, Ubuntu 18.10, Ubuntu 18.04, Linux Mint 19 via PPA (unofficial) repository.

1. Open terminal by either pressing Ctrl+Alt+T on keyboard or searching for “Terminal” from software launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/sigil

Type your user password (no asterisks feedback due to security reason) when it prompts and hit Enter.

2. Then you can upgrade Sigil editor from an existing release via Software Updater:

Or install /upgrade Sigil via commands:

sudo apt update

sudo apt install sigil

Uninstall:

To remove the PPA repository, launch ‘Software & Updates’ utility and navigate to ‘Other Software’ tab.

To remove Sigil epub editor, either use system package manager or run command in terminal:

sudo apt-get remove --autoremove sigil sigil-data

Sigil epub ebook editor 0.9.10 was released earlier today with new features and various bug-fixes.

According to the changelog.txt, Sigil 0.9.10 adds following new features:

  • allow plugins to supply their own icon (plugin.png 48×48) for use on the Quick Launch Toolbar icons
  • extend plugin interface to include the status of the epub inside Sigil (modified or saved)
  • extend plugin interface to include the path to the saved epub file or the null string if never saved
  • extend Insert->Special Characters to include both a Greek letter panel and a mathematical symbol panel
  • add support for calibre:series and calibre:series_index to Metadata Editor for epub2
  • add support for calibre:title_sort to Metadata Editor for epub2
  • add support for clicking internal links in Preview to load the proper destination tab
  • add support for loading Qt’s base translation files if present. Allows buttons on native qt dialogs to be translated (Windows users may need to manually copy newer qtbase_xx.qm files to Sigil’s translation directory if they didn’t exist in Qt5.6.2)
  • allow user to add custom css rules to Preview/Book View by creating a file called “custom_preview_style.css” in the Sigil preferences folder (not responsible for custom css and ebook css fighting with each other)

There are also various bugs fixed in the release, see changelog file for details in Sigil github page.

How to Install Sigil 0.9.10 in Ubuntu:

The new release can be easily installed in Ubuntu 16.04, Ubuntu 18.04, Linux Mint 19/18 via PPA (unofficial) repository.

1. Open terminal by either pressing Ctrl+Alt+T on keyboard or searching for “Terminal” from software launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/sigil

Type your user password (no asterisks feedback due to security reason) when it prompts and hit Enter.

2. Then you can upgrade Sigil editor from an existing release via Software Updater:

Or install /upgrade Sigil via commands:

sudo apt update

sudo apt install sigil

Uninstall:

To remove the PPA repository, launch ‘Software & Updates’ utility and navigate to ‘Other Software’ tab.

To remove Sigil epub editor, either use system package manager or run command in terminal:

sudo apt-get remove --autoremove sigil sigil-data

Sigil epub ebook editor reached the 0.9.9 release a few days ago. Here’s how to install it in Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, and higher via PPA.

Sigil 0.9.9 release highlights:

  • Ability to limit/disable clipboard history saving.
  • A new Spellcheck Dictionary Preferences setting that allows the user to include words with numbers in them.
  • Two new Quick Launch Icons for plugins added to the main menu.
  • Preview Window Title bar will now show height and width of the Preview Window
  • Convert br tags in header text to linebreaks for toc/ncx/nav generation routines
  • And various bug-fixes. See the announcement for details.

How to Install Sigil 0.9.9 in Ubuntu:

Besides building the new release from source tarball, an unofficial PPA is available that contains the packages for Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, and Ubuntu 18.04.

1. Open terminal by pressing Ctrl+Alt+T or searching for “Terminal” from start menu. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/sigil

Type in your password (no visual feedback due to security reason) and hit Enter.

2. Then you can upgrade Sigil editor from an existing release via Software Updater:

Or install /upgrade Sigil via commands:

sudo apt update

sudo apt install sigil

In Addition, for Linux libxml2 bug see HERE. Sorry that I can’t build it with DBUILD_PATCHED_LIBXML2=1 option since it requires cloning source from github.com but Launchpad builders do not have internet access.

Uninstall:

To remove the PPA repository, launch ‘Software & Updates’ utility and navigate to ‘Other Software’ tab.

To remove Sigil epub editor, either use system package manager or run command in terminal:

sudo apt-get remove --autoremove sigil sigil-data

The Sigil epub editor has reached the 0.9.8 release yesterday. Here’s how to install it in Ubuntu 16.04, Ubuntu 16.10, Linux Mint 18 via PPA.

Sigil 0.9.8 release highlights:

  • PyQt5 support for plugins.
  • New preferences menu to adjust the size of Sigil’s main icons to your liking.
  • An important fix for temp_folder issues on Windows
  • Add manifest properties to Book Browser tooltips and to All Files Reports Widget for epub3
  • Make Sigil’s UI and spellchecker language settings available to plugins
  • Various bug-fixes, read the announcement for details.

Sigil Adjust menu icons’ size

How to Install Sigil 0.9.8 in Ubuntu / Linux Mint:

Sigil does not offer official Linux binaries. Besides building from the source tarball, you may install Sigil 0.9.8 via my personal PPA.

1. Open terminal by pressing Ctrl+Alt+T or searching for “Terminal” from start menu. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/sigil

Type in your password (no visual feedback due to security reason) and hit Enter.

2. Then you can upgrade Sigil editor from an existing release via Software Updater:

Or install /upgrade Sigil via commands:

sudo apt update

sudo apt install sigil

In Addition, for Linux libxml2 bug see HERE. Sorry that I can’t build it with DBUILD_PATCHED_LIBXML2=1 option since it requires cloning source from github.com but Launchpad builders do not have internet access.

Sigil, an open-source and multi-platform ebook editor, has reached the 0.9.7 release a day ago with some new features and various bug-fixes.

Sigil 0.9.7 is a mix of bug fixes and new features for both epub2 and epub3 users. It features:

  • Extend validation plugin interface with add_extended_result() method to allow better cursor positioning
  • Extend TextTab and Tabs derived by it to position cursor based on offset
  • Allow editing of page-map.xml files, xpgt files and other misc xml based files inside Sigil
  • Remove support for python2.7 only plugins and simply Manage Plugins settings
  • Update Windows and OS X builds to use Python 3.5.2
  • Update jquery to 2.2.4 and jquery.scrollTo to 2.1.2
  • Upgrade to double sized 48×48 pixel icons for High DPI displays
  • And various fixes. See more.

How to install Sigil 0.9.7 in Ubuntu:

For Ubuntu 16.04, Ubuntu 16.10, and their derivatives, you can install / upgrade Sigil using this unofficial PPA.

1. Open terminal (Ctrl+Alt+T) and run command to add PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/sigil

2. To upgrade from a previous release, just launch Software Updater and install the updates after checking for updates:

Or install / upgrade Sigil via command:

sudo apt update && sudo apt install sigil flightcrew

(Optional) To uninstall Sigil 0.9.7 and downgrade to the original version in Ubuntu official repositories, simply run command to purge the PPA:

sudo apt install ppa-purge && sudo ppa-purge ppa:ubuntuhandbook1/sigil

Sigil, an open-source and multi-platform ePub ebook editor, has reached the 0.9.6 release with some new features and various bug fixes.

New features added in Sigil 0.9.6:

  • create sgc-nav.css stylesheet for nav and allow templates in Prefs Dir for user to control it
  • add General Setting to allow user to set own temporary directory location
  • add Qt Stylesheet support – Recognize and load “qt_styles.qss” file if stored in Sigil Preferences folder
  • extend the plugin interface to add support for epub3 bindings elements
  • add option + forward delete shortcut to active Metadata Editor remove

It also brings a lot of bug-fixes in the release, see sigil website for details.

How to install Sigil 0.9.6 in Ubuntu:

There’s no official binary releases for Linux. While Ubuntu Software provides an old version, you may either build the latest release from source or use a third-party PPA.

And here are my personal builds of Sigil 0.9.6, available for Ubuntu 16.04 and Ubuntu 15.10:

Download and install the .deb package for sigil-data and then sigil package (i386 for 32bit, amd64 for 64bit).

For those who prefer adding PPA, open terminal (Ctrl+Alt+T) and run the commands below one by one:

sudo add-apt-repository ppa:ubuntuhandbook1/sigil

sudo apt update

sudo apt install sigil sigil-data

To manage PPAs, go to System Settings -> Software & Updates -> Other Software.

Install Sigil Epub Editor 0.9.3 in Ubuntu 15.10

Last updated: February 6, 2016

Sigil EPUB ebook editor has reached the 0.9.3 release recently. Here’s how to install it in Ubuntu 15.10 via PPA.

Sigil-0.9.3 is a major new release that greatly improves Sigil’s ability to work with and generate epub3 ebooks without losing any of its epub2 capabilities. This release also includes a number of bug fixes and stability improvements.

The main bug fixes are:

  • Add a python based updatechecker for Sigil updates to prevent Windows OpenSSL build issues
  • Stop ‘Generate TOC’ from introducing unnecessary spaces in front of class attibute values
  • Use localeAwareCompare to attempt to add Index Entries to build them sorted

……

— for more see the release note.

How to Install Sigil 0.9.3 in Ubuntu:

There’s no official binaries for Linux users. You can install it by either building from the source or using an unofficial PPA.

Here’s a PPA for Ubuntu 15.10 (Ubuntu 16.04 will be support soon). Ubuntu 14.04 is not supported since Sigil requires Qt >= 5.4

1. Add PPA

Open terminal from Unity Dash, App Launcher, or via Ctrl+Alt+T shortcut key. When it opens, paste below command and hit run:

sudo add-apt-repository ppa:ubuntuhandbook1/sigil

Type in your password (no visual feedback just type in mind) when it asks and hit Enter to continue.

2. After that, upgrade the software via Software Updater, or run below commands one by one in terminal:

sudo apt-get update

sudo apt-get install sigil

For those who don’t want to add PPA, grab the .debs for sigil-data and sigil packages at the PPA page.

3. (Optional) After installed the editor, you may disable/remove the PPA by going to System Settings -> Software & Updates -> Other Software.

Sigil Epub Editor Now Is Based on Qt 5.4.0+

Last updated: February 4, 2015

Sigil, a free and open-source EPUB e-books editor, gets a big update recently by releasing version 0.8.3 and 0.8.4 one day after.

One of the big changes is that now Qt 5.4.0 is the minimum required version for building Sigil. Since Qt 5.4.0 fixed the macdeployqt application and even integrated code signing, Mac OS X (>= 10.9.5) users no longer need to disable gatekeeper.

But for Ubuntu, this may not be good news since Ubuntu repositories still provide Qt 5.2 for 14.04 and Qt 5.3 for 14.10 (and 15.04). Users need to manually download & install Qt 5.4.0+ and compile Sigil from the source tarball.

Sigil release notes, binary packages for Windows & Mac, and source code are available at github.com.

For Ubuntu user, besides building the latest Sigil 0.8.4 source code as well as Qt 5.4.0 manually, the old 0.8.2 release can be easily installed from a third-party PPA (run below commands one by one or grab the .deb from link page).

sudo add-apt-repository ppa:i2p.packages/i2p

sudo apt-get update

sudo apt-get install sigil

Sigil EPUB editor finally reaches 0.8.x release recently with new feature Plugin Support and various bug fixes. Here I’ll show you how to install it in Ubuntu 14.04, Ubuntu 14.10 and their derivatives.

Sigil is an open-source editor for EPUB e-books, works in Windows, Mac OS X, and Linux. It supports both WYSIWYG and code-based editing of EPUB files, as well as the import of HTML and plain text files.

Sigil features:

  • Full UTF-16 and EPUB 2 specification support
  • Multiple views: book, code and preview view
  • WYSIWYG editing in book view
  • Table of contents generator with multi-level heading support
  • Metadata editor with full support for all metadata entries
  • Spell checking with default and user configurable dictionaries
  • Full regular expression (PCRE) support for find and replace
  • Supports import of EPUB and HTML files, images, and style sheets,
  • FlightCrew EPUB integration for EPUB compliance validator
  • Integrated API to external HTML and graphics editors

Screenshots:

How to Install Sigil 0.8.2 in Ubuntu:

The developer does not provides the binary packages of Sigil ebook editor for Ubuntu Linux, but there’s a third-party PPA contains the latest builds (Sigil 0.8.2 so far) for Ubuntu 14.04 LTS and Ubuntu 14.10.

To add the PPA and install Sigil, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run commands below one by one:

sudo add-apt-repository ppa:i2p.packages/i2p

sudo apt-get update

sudo apt-get install sigil

For those who don’t want to add PPA, grab the .deb package directly from the PPA page and click to open it with Software Center and finally install the software.

(Optional) To remove the PPA as well as sigil epub editor:

sudo add-apt-repository -r ppa:i2p.packages/i2p && sudo apt-get remove sigil