Sigil Software

Is there a version of SIgil available for Elive3? I tried installing from a .deb file from another sidtribution, but it complained that Elive libraries were too old…


-triffid

Unfortunately, that’s yet another problem with the old software under the hood of Elive 3. If you want Sigil, you have to compile it along with its dependencies, which are quite a few:

Elive 3.0 comes with gcc 4.7, which is too old for Sigil, but fortunately enough, there’s a backport of 4.9 in the repository, which you can install with the following command:
apt-get install gcc-4.9-backport

Once you do that, you’ll be ready to move onto the other steps to compile Sigil. I’m not sure it’s worth the effort, though. The compilation of the other packages might run into library compatibility issues that you’ll have to deal with one by one, so I would rather install Lubuntu 18.04.1 in a virtual machine and use Sigil there. If you plan using it for productive stuff, it’s actually a good idea to separate your work environment from everything else.

Bugger!

I suspected as much. Thanks anyway.


-triffid

The next beta versions will have newer packages / software of everything, but the version 3.0 has been needed to be released this way, as explained the reason of that in Why Elive 3.0 has old software & drivers

Thanks @kneekoo for the howto, I just profited to write another FAQ entry: How to install software / packages / applications, the correct way