What software can I use to view .epub documents?
13 Answers
calibre
You can use calibre software for viewing .epub documents.
To install calibre from Flathub, or (deb package) on terminal:
sudo apt install calibre
If you don't want to launch the full calibre client just to view your e-book files, you can add a .desktop launcher to calibre's inbuilt ebook viewer:
Create a new
.desktopfile in~/.local/share/applications:gedit ~/.local/share/applications/calibre-ebook-viewer.desktopCopy and paste the following passage into the file:
#!/usr/bin/env xdg-open[Desktop Entry] Version=1.0 Type=Application Terminal=false Icon=calibre Exec=ebook-viewer Name=Calibre Ebook Viewer Comment=Display .epub files and other ebook formats MimeType=application/x-mobipocket-ebook;application/epub+zip; StartupWMClass=calibre-ebook-viewer
Save the file. You should now be able to launch Calibre's inbuilt ebook viewer both from the dash and through the right click "Open with" menu.
- 17,371
- 84,513
I recommend fbreader. Small, fast, single key page turning. Quite pleasant.
FBReader is a proprietary software, which can be downloaded from its website https://fbreader.org/ and in the Snap Store.
For an older free and open source version, use the command line to install FBreader:-
sudo apt-get install fbreader
I prefer Okular, a document viewer made for KDE. It has features including bookmarks and highlighting.
It's available in the main Ubuntu repository and can be installed on a plain vanilla Ubuntu installation; Kubuntu is not required.
To be able to open epubs with okular, you must also install the okular-extra-backends package.
sudo apt-get install okular okular-extra-backends
Another useful option, try this in Firefox; https://addons.mozilla.org/en-US/firefox/addon/45281/, a fairly good extension for the Firefox web browser that lets you read .epubs from the browser, especially good since on Ubuntu you are likely to be using Firefox and it is usually kept open when you are using your computer.
- 41,474
Use Foliate, an epic epub reader. It support text to speech, on the fly translator, word meaning and Wikipedia search.
You can download deb file. Or install ppa on ubuntu 18.04+ via
sudo add-apt-repository ppa:apandada1/foliate
sudo apt update
sudo apt install foliate
Foliate can also be installed with snap by:
snap install foliate
Coolreader 3 http://sourceforge.net/projects/crengine/ one or two pages, bookmarks, memory last reading pages, settings background, fonts, fonts color. Settings avilable only for root, but save for user. PPA https://launchpad.net/~vovansrnd/+archive/ubuntu/coolreader
Editor fb2 http://fb2edit.lintest.ru
To view an epub ducument from terminal:
pandoc yourfile.epub | lynx --stdin
You should install lynx and pandoc using:
sudo apt install lynx pandoc
- 16,703
- 191
nov.el is an excellent Emacs package that allows you to read EPUB files in Emacs.
There is also a corresponding Spacemacs layer which allows you use all the Evil (Vim) key bindings when reading.
- 642
If you care about UI/UX kind of thing, I recommend Foliate. It's neat and crisp.
- 2,865
- 391
- 3
- 7
lucidor at http://lucidor.org/lucidor/download.php does a decent job. I completely removed calibre from my system because it doesn't let me leave the books in my own directory structure. (Then spent hours moving the thousands of books into a directory structure I like by hand.) I couldn't find coolreader to try. Okular I like but the extensions did not work on epub for me. fbreader works but you have to open it up first and then the book whereas lucidor you can right click from the file manager to associate epubs to lucidor.
- 111
Another option may be Ebook-Viewer, a GTK ePub reader. But it seems to lack DRM support.
- 1,205
