How To Install coolreader on Fedora 36
Introduction
In this tutorial we learn how to install coolreader
on Fedora 36.
What is coolreader
CoolReader is fast and small cross-platform XML/CSS based eBook reader for desktops and handheld devices. Supported formats HTML, EPUB, CHM, PDB, MOBI.
We can use yum
or dnf
to install coolreader
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install coolreader.
Install coolreader on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install coolreader
using dnf
by running the following command:
sudo dnf -y install coolreader
Install coolreader on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install coolreader
using yum
by running the following command:
sudo yum -y install coolreader
How To Uninstall coolreader on Fedora 36
To uninstall only the coolreader
package we can use the following command:
sudo dnf remove coolreader
coolreader Package Contents on Fedora 36
/usr/bin/cr3
/usr/lib/.build-id
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/d6036d8153bedfc02adefa229d17469c401671
/usr/share/applications/cr3.desktop
/usr/share/cr3
/usr/share/cr3/backgrounds
/usr/share/cr3/backgrounds/bg_paper1.jpg
/usr/share/cr3/backgrounds/bg_paper1_dark.jpg
/usr/share/cr3/chm.css
/usr/share/cr3/doc.css
/usr/share/cr3/docx.css
/usr/share/cr3/epub.css
/usr/share/cr3/fb2.css
/usr/share/cr3/fb3.css
/usr/share/cr3/htm.css
/usr/share/cr3/hyph
/usr/share/cr3/hyph/Armenian.pattern
/usr/share/cr3/hyph/Basque.pattern
/usr/share/cr3/hyph/Bulgarian.pattern
/usr/share/cr3/hyph/Catalan.pattern
/usr/share/cr3/hyph/Croatian.pattern
/usr/share/cr3/hyph/Czech.pattern
/usr/share/cr3/hyph/Danish.pattern
/usr/share/cr3/hyph/Dutch.pattern
/usr/share/cr3/hyph/English_GB.pattern
/usr/share/cr3/hyph/English_US.pattern
/usr/share/cr3/hyph/Esperanto.pattern
/usr/share/cr3/hyph/Estonian.pattern
/usr/share/cr3/hyph/Finnish.pattern
/usr/share/cr3/hyph/French.pattern
/usr/share/cr3/hyph/Friulian.pattern
/usr/share/cr3/hyph/Galician.pattern
/usr/share/cr3/hyph/Georgian.pattern
/usr/share/cr3/hyph/German.pattern
/usr/share/cr3/hyph/Greek.pattern
/usr/share/cr3/hyph/Hungarian.pattern
/usr/share/cr3/hyph/Icelandic.pattern
/usr/share/cr3/hyph/Irish.pattern
/usr/share/cr3/hyph/Italian.pattern
/usr/share/cr3/hyph/Latin.pattern
/usr/share/cr3/hyph/Latin_liturgical.pattern
/usr/share/cr3/hyph/Latvian.pattern
/usr/share/cr3/hyph/Lithuanian.pattern
/usr/share/cr3/hyph/Macedonian.pattern
/usr/share/cr3/hyph/Norwegian.pattern
/usr/share/cr3/hyph/Occitan.pattern
/usr/share/cr3/hyph/Piedmontese.pattern
/usr/share/cr3/hyph/Polish.pattern
/usr/share/cr3/hyph/Portuguese.pattern
/usr/share/cr3/hyph/Portuguese_BR.pattern
/usr/share/cr3/hyph/Romanian.pattern
/usr/share/cr3/hyph/Romansh.pattern
/usr/share/cr3/hyph/Russian.pattern
/usr/share/cr3/hyph/Russian_EnGB.pattern
/usr/share/cr3/hyph/Russian_EnUS.pattern
/usr/share/cr3/hyph/Serbian.pattern
/usr/share/cr3/hyph/Slovak.pattern
/usr/share/cr3/hyph/Slovenian.pattern
/usr/share/cr3/hyph/Spanish.pattern
/usr/share/cr3/hyph/Swedish.pattern
/usr/share/cr3/hyph/Turkish.pattern
/usr/share/cr3/hyph/Ukrainian.pattern
/usr/share/cr3/hyph/Welsh.pattern
/usr/share/cr3/hyph/Zulu.pattern
/usr/share/cr3/hyph/obsolete
/usr/share/cr3/i18n/cr3_bg.qm
/usr/share/cr3/i18n/cr3_cs.qm
/usr/share/cr3/i18n/cr3_de.qm
/usr/share/cr3/i18n/cr3_es.qm
/usr/share/cr3/i18n/cr3_hu.qm
/usr/share/cr3/i18n/cr3_pl.qm
/usr/share/cr3/i18n/cr3_ru.qm
/usr/share/cr3/i18n/cr3_uk.qm
/usr/share/cr3/rtf.css
/usr/share/cr3/textures
/usr/share/cr3/textures/tx_fabric.jpg
/usr/share/cr3/textures/tx_fabric_dark.jpg
/usr/share/cr3/textures/tx_sand.jpg
/usr/share/cr3/textures/tx_sand_dark.jpg
/usr/share/cr3/txt.css
/usr/share/doc/coolreader
/usr/share/doc/coolreader/README.md
/usr/share/doc/cr3
/usr/share/doc/cr3/changelog.gz
/usr/share/licenses/coolreader
/usr/share/licenses/coolreader/LICENSE
/usr/share/man/man1/cr3.1.gz
/usr/share/metainfo/cr3.appdata.xml
/usr/share/pixmaps/cr3.png
/usr/share/pixmaps/cr3.xpm
References
Summary
In this tutorial we learn how to install coolreader
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).