How To Install sigil on Fedora 34

sigil is WYSIWYG ebook editor

Introduction

In this tutorial we learn how to install sigil on Fedora 34.

What is sigil

Sigil is a multi-platform WYSIWYG ebook editor. It is designed to edit books in ePub format. Now what does it have to offer… * Full Unicode support * Full EPUB spec support * WYSIWYG editing * Multiple Views * Metadata editor with full support for all possible metadata entries with full descriptions for each * Table Of Contents editor * Multi-level TOC support * Book View fully supports the display of any XHTML document possible under the OPS spec * SVG support * Basic XPGT support * Advanced automatic conversion of all imported documents to Unicode * Currently imports TXT, HTML and EPUB files; more will be added with time * Embedded HTML Tidy; all imported documents are thoroughly cleaned; changing views cleans the document so no matter how much you screw up your code, it will fix it (usually)

We can use yum or dnf to install sigil on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install sigil.

Install sigil on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install sigil using dnf by running the following command:

sudo dnf -y install sigil

Install sigil on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install sigil using yum by running the following command:

sudo yum -y install sigil

How To Uninstall sigil on Fedora 34

To uninstall only the sigil package we can use the following command:

sudo dnf remove sigil

sigil Package Contents on Fedora 34

/usr/bin/sigil
/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/98b189951f20239f236350099b129264742401
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/6f309d66ccf8b689fba4daa007dece13add51b
/usr/lib64/sigil
/usr/lib64/sigil/libsigilgumbo.so
/usr/lib64/sigil/sigil
/usr/share/appdata/sigil.appdata.xml
/usr/share/applications/sigil.desktop
/usr/share/doc/sigil
/usr/share/doc/sigil/ChangeLog.txt
/usr/share/doc/sigil/README.md
/usr/share/icons/hicolor/128x128/apps/sigil.png
/usr/share/icons/hicolor/16x16/apps/sigil.png
/usr/share/icons/hicolor/256x256/apps/sigil.png
/usr/share/icons/hicolor/32x32/apps/sigil.png
/usr/share/icons/hicolor/48x48/apps/sigil.png
/usr/share/icons/hicolor/512x512/apps/sigil.png
/usr/share/licenses/sigil
/usr/share/licenses/sigil/COPYING.txt
/usr/share/sigil
/usr/share/sigil/examples
/usr/share/sigil/examples/clip_entries.ini
/usr/share/sigil/examples/search_entries.ini
/usr/share/sigil/plugin_launchers
/usr/share/sigil/plugin_launchers/python
/usr/share/sigil/plugin_launchers/python/bookcontainer.py
/usr/share/sigil/plugin_launchers/python/compatibility_utils.py
/usr/share/sigil/plugin_launchers/python/css_parser
/usr/share/sigil/plugin_launchers/python/css_parser/COPYING
/usr/share/sigil/plugin_launchers/python/css_parser/COPYING.LESSER
/usr/share/sigil/plugin_launchers/python/css_parser/CSSUTILS_README.txt
/usr/share/sigil/plugin_launchers/python/css_parser/README.md
/usr/share/sigil/plugin_launchers/python/css_parser/__init__.py
/usr/share/sigil/plugin_launchers/python/css_parser/_codec2.py
/usr/share/sigil/plugin_launchers/python/css_parser/_codec3.py
/usr/share/sigil/plugin_launchers/python/css_parser/_fetch.py
/usr/share/sigil/plugin_launchers/python/css_parser/_fetchgae.py
/usr/share/sigil/plugin_launchers/python/css_parser/codec.py
/usr/share/sigil/plugin_launchers/python/css_parser/css
/usr/share/sigil/plugin_launchers/python/css_parser/css/__init__.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/colors.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/csscharsetrule.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/csscomment.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/cssfontfacerule.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/cssimportrule.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/cssmediarule.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/cssnamespacerule.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/csspagerule.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/cssproperties.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/cssrule.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/cssrulelist.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/cssstyledeclaration.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/cssstylerule.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/cssstylesheet.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/cssunknownrule.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/cssvalue.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/cssvariablesdeclaration.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/cssvariablesrule.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/marginrule.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/property.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/selector.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/selectorlist.py
/usr/share/sigil/plugin_launchers/python/css_parser/css/value.py
/usr/share/sigil/plugin_launchers/python/css_parser/cssproductions.py
/usr/share/sigil/plugin_launchers/python/css_parser/encutils
/usr/share/sigil/plugin_launchers/python/css_parser/encutils/__init__.py
/usr/share/sigil/plugin_launchers/python/css_parser/errorhandler.py
/usr/share/sigil/plugin_launchers/python/css_parser/helper.py
/usr/share/sigil/plugin_launchers/python/css_parser/parse.py
/usr/share/sigil/plugin_launchers/python/css_parser/prodparser.py
/usr/share/sigil/plugin_launchers/python/css_parser/profiles.py
/usr/share/sigil/plugin_launchers/python/css_parser/sac.py
/usr/share/sigil/plugin_launchers/python/css_parser/script.py
/usr/share/sigil/plugin_launchers/python/css_parser/scripts
/usr/share/sigil/plugin_launchers/python/css_parser/scripts/__init__.py
/usr/share/sigil/plugin_launchers/python/css_parser/scripts/csscapture.py
/usr/share/sigil/plugin_launchers/python/css_parser/scripts/csscombine.py
/usr/share/sigil/plugin_launchers/python/css_parser/scripts/cssparse.py
/usr/share/sigil/plugin_launchers/python/css_parser/serialize.py
/usr/share/sigil/plugin_launchers/python/css_parser/settings.py
/usr/share/sigil/plugin_launchers/python/css_parser/stylesheets
/usr/share/sigil/plugin_launchers/python/css_parser/stylesheets/__init__.py
/usr/share/sigil/plugin_launchers/python/css_parser/stylesheets/medialist.py
/usr/share/sigil/plugin_launchers/python/css_parser/stylesheets/mediaquery.py
/usr/share/sigil/plugin_launchers/python/css_parser/stylesheets/stylesheet.py
/usr/share/sigil/plugin_launchers/python/css_parser/stylesheets/stylesheetlist.py
/usr/share/sigil/plugin_launchers/python/css_parser/tokenize2.py
/usr/share/sigil/plugin_launchers/python/css_parser/util.py
/usr/share/sigil/plugin_launchers/python/css_parser/version.py
/usr/share/sigil/plugin_launchers/python/epub_utils.py
/usr/share/sigil/plugin_launchers/python/inputcontainer.py
/usr/share/sigil/plugin_launchers/python/launcher.py
/usr/share/sigil/plugin_launchers/python/opf_parser.py
/usr/share/sigil/plugin_launchers/python/outputcontainer.py
/usr/share/sigil/plugin_launchers/python/pluginhunspell.py
/usr/share/sigil/plugin_launchers/python/preferences.py
/usr/share/sigil/plugin_launchers/python/quickparser.py
/usr/share/sigil/plugin_launchers/python/sigil_bs4
/usr/share/sigil/plugin_launchers/python/sigil_bs4/AUTHORS.txt
/usr/share/sigil/plugin_launchers/python/sigil_bs4/COPYING.txt
/usr/share/sigil/plugin_launchers/python/sigil_bs4/__init__.py
/usr/share/sigil/plugin_launchers/python/sigil_bs4/builder
/usr/share/sigil/plugin_launchers/python/sigil_bs4/builder/__init__.py
/usr/share/sigil/plugin_launchers/python/sigil_bs4/builder/_html5lib.py
/usr/share/sigil/plugin_launchers/python/sigil_bs4/builder/_htmlparser.py
/usr/share/sigil/plugin_launchers/python/sigil_bs4/builder/_lxml.py
/usr/share/sigil/plugin_launchers/python/sigil_bs4/dammit.py
/usr/share/sigil/plugin_launchers/python/sigil_bs4/diagnose.py
/usr/share/sigil/plugin_launchers/python/sigil_bs4/element.py
/usr/share/sigil/plugin_launchers/python/sigil_bs4/sigil_custom_changes_to_bs4-4.4.0.patch.txt
/usr/share/sigil/plugin_launchers/python/sigil_gumbo_bs4_adapter.py
/usr/share/sigil/plugin_launchers/python/sigil_gumboc.py
/usr/share/sigil/plugin_launchers/python/sigil_gumboc_tags.py
/usr/share/sigil/plugin_launchers/python/unipath.py
/usr/share/sigil/plugin_launchers/python/validationcontainer.py
/usr/share/sigil/plugin_launchers/python/validationresult.py
/usr/share/sigil/plugin_launchers/python/wrapper.py
/usr/share/sigil/plugins
/usr/share/sigil/polyfills
/usr/share/sigil/polyfills/MJ
/usr/share/sigil/polyfills/MJ/MathJax.js
/usr/share/sigil/polyfills/MJ/config
/usr/share/sigil/polyfills/MJ/config/local
/usr/share/sigil/polyfills/MJ/config/local/SIGIL_EBOOK_MML_SVG.js
/usr/share/sigil/polyfills/MJ/extensions
/usr/share/sigil/polyfills/MJ/extensions/AssistiveMML.js
/usr/share/sigil/polyfills/MJ/extensions/MathEvents.js
/usr/share/sigil/polyfills/MJ/extensions/MathML
/usr/share/sigil/polyfills/MJ/extensions/MathML/mml3.js
/usr/share/sigil/polyfills/MJ/extensions/fast-preview.js
/usr/share/sigil/polyfills/MJ/extensions/jsMath2jax.js
/usr/share/sigil/polyfills/MJ/extensions/mml2jax.js
/usr/share/sigil/polyfills/MJ/jax
/usr/share/sigil/polyfills/MJ/jax/element
/usr/share/sigil/polyfills/MJ/jax/element/mml
/usr/share/sigil/polyfills/MJ/jax/element/mml/jax.js
/usr/share/sigil/polyfills/MJ/jax/element/mml/optable
/usr/share/sigil/polyfills/MJ/jax/element/mml/optable/Arrows.js
/usr/share/sigil/polyfills/MJ/jax/element/mml/optable/BasicLatin.js
/usr/share/sigil/polyfills/MJ/jax/element/mml/optable/CombDiacritMarks.js
/usr/share/sigil/polyfills/MJ/jax/element/mml/optable/CombDiactForSymbols.js
/usr/share/sigil/polyfills/MJ/jax/element/mml/optable/Dingbats.js
/usr/share/sigil/polyfills/MJ/jax/element/mml/optable/GeneralPunctuation.js
/usr/share/sigil/polyfills/MJ/jax/element/mml/optable/GeometricShapes.js
/usr/share/sigil/polyfills/MJ/jax/element/mml/optable/GreekAndCoptic.js
/usr/share/sigil/polyfills/MJ/jax/element/mml/optable/Latin1Supplement.js
/usr/share/sigil/polyfills/MJ/jax/element/mml/optable/LetterlikeSymbols.js
/usr/share/sigil/polyfills/MJ/jax/element/mml/optable/MathOperators.js
/usr/share/sigil/polyfills/MJ/jax/element/mml/optable/MiscMathSymbolsA.js
/usr/share/sigil/polyfills/MJ/jax/element/mml/optable/MiscMathSymbolsB.js
/usr/share/sigil/polyfills/MJ/jax/element/mml/optable/MiscSymbolsAndArrows.js
/usr/share/sigil/polyfills/MJ/jax/element/mml/optable/MiscTechnical.js
/usr/share/sigil/polyfills/MJ/jax/element/mml/optable/SpacingModLetters.js
/usr/share/sigil/polyfills/MJ/jax/element/mml/optable/SuppMathOperators.js
/usr/share/sigil/polyfills/MJ/jax/element/mml/optable/SupplementalArrowsA.js
/usr/share/sigil/polyfills/MJ/jax/element/mml/optable/SupplementalArrowsB.js
/usr/share/sigil/polyfills/MJ/jax/input
/usr/share/sigil/polyfills/MJ/jax/input/MathML
/usr/share/sigil/polyfills/MJ/jax/input/MathML/config.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/a.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/b.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/c.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/d.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/e.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/f.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/fr.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/g.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/h.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/i.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/j.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/k.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/l.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/m.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/n.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/o.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/opf.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/p.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/q.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/r.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/s.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/scr.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/t.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/u.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/v.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/w.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/x.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/y.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/entities/z.js
/usr/share/sigil/polyfills/MJ/jax/input/MathML/jax.js
/usr/share/sigil/polyfills/MJ/jax/output
/usr/share/sigil/polyfills/MJ/jax/output/PreviewHTML
/usr/share/sigil/polyfills/MJ/jax/output/PreviewHTML/config.js
/usr/share/sigil/polyfills/MJ/jax/output/PreviewHTML/jax.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG
/usr/share/sigil/polyfills/MJ/jax/output/SVG/autoload
/usr/share/sigil/polyfills/MJ/jax/output/SVG/autoload/annotation-xml.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/autoload/maction.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/autoload/menclose.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/autoload/mglyph.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/autoload/mmultiscripts.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/autoload/ms.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/autoload/mtable.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/autoload/multiline.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/config.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Caligraphic
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Caligraphic/Bold
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Caligraphic/Regular
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/Main.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/Main.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/Main.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Math
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Math/BoldItalic
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Math/Italic
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Math/Italic/Main.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Script
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Script/Regular
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Script/Regular/Main.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size1
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size1/Regular
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size2
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size2/Regular
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size3
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size3/Regular
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size4
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size4/Regular
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/fontdata-extra.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/fontdata.js
/usr/share/sigil/polyfills/MJ/jax/output/SVG/jax.js
/usr/share/sigil/python3lib
/usr/share/sigil/python3lib/cssreformatter.py
/usr/share/sigil/python3lib/gencheck.py
/usr/share/sigil/python3lib/metadata_utils.py
/usr/share/sigil/python3lib/metaproc2.py
/usr/share/sigil/python3lib/metaproc3.py
/usr/share/sigil/python3lib/ncxdata.py
/usr/share/sigil/python3lib/ncxgenerator.py
/usr/share/sigil/python3lib/opf2data.py
/usr/share/sigil/python3lib/opf3data.py
/usr/share/sigil/python3lib/opf_newparser.py
/usr/share/sigil/python3lib/sanitycheck.py
/usr/share/sigil/python3lib/updatechecker.py
/usr/share/sigil/python3lib/xmlprocessor.py
/usr/share/sigil/python3lib/xmlsanitycheck.py
/usr/share/sigil/translations
/usr/share/sigil/translations/sigil_az.qm
/usr/share/sigil/translations/sigil_ca.qm
/usr/share/sigil/translations/sigil_cs.qm
/usr/share/sigil/translations/sigil_de.qm
/usr/share/sigil/translations/sigil_en.qm
/usr/share/sigil/translations/sigil_es.qm
/usr/share/sigil/translations/sigil_fi.qm
/usr/share/sigil/translations/sigil_fr.qm
/usr/share/sigil/translations/sigil_gl.qm
/usr/share/sigil/translations/sigil_it.qm
/usr/share/sigil/translations/sigil_nl.qm
/usr/share/sigil/translations/sigil_pl.qm
/usr/share/sigil/translations/sigil_ru.qm
/usr/share/sigil/translations/sigil_sr.qm
/usr/share/sigil/translations/sigil_th.qm
/usr/share/sigil/translations/sigil_zh.qm
/usr/share/sigil/translations/sigil_zh_TW.qm

References

Summary

In this tutorial we learn how to install sigil on Fedora 34 using yum and dnf.