Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 1497  / 2 Years ago, wed, october 19, 2022, 2:03:31

I try to install FBReader via Ununtu Software Center, but it stalls for a long time and even after the process is supposedly complete, Ubuntu doesn't display epub and mobi files when I click them. It says "There is no application installed for “Mobipocket e-book” files. Do you want to search for an application to open this file?" and this process doesn't finish. What should I do?



Alternatively, I need something to display epub/mobi files.



My internet connection is ok; e.g. I am able to install system via ubuntu netinstall without a problem.


More From » 13.04

 Answers
7

calibre Install calibre


Install via the software center


Overview


Calibre is a free and open source e-book library management application developed by users of e-books for users of e-books.


Calibre is primarily a ebook cataloging program. It manages your ebook collection for you. It is designed around the concept of the logical book, i.e. a single entry in the database that may correspond to ebooks in several formats. It also supports conversion from a dozen different ebook formats to LRF and EPUB. A graphical interface to the conversion software can be accessed easily by just clicking the "Convert E-books" button.


Supported input formats are: MOBI, AZW, LIT, PRC, EPUB, ODT, HTML, CBR, CBZ, RTF, TXT, PDF and LRS.




Starting calibre's ebook viewer as a standalone application


In certain cases you will not want to add an EPUB or MOBI file to calibre's library before reading it. Luckily calibre's ebook viewer can be started independently via ebook-viewer. This makes it possible to create a standalone launcher:


#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Icon=calibre
Exec=ebook-viewer %f
Name=Ebook Viewer
Comment=Display .epub files and other e-reader formats
StartupWMClass=ebook-viewer
MimeType=application/x-mobipocket-ebook;application/epub+zip;

See here for more information on adding launchers to your system.




To click an ebook and open in ebook-viewer, make this application (usr/bin/ebook-viewer) the default for that type of file.


[#30082] Thursday, October 20, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
itagde

Total Points: 241
Total Questions: 113
Total Answers: 118

Location: Liechtenstein
Member since Wed, Dec 8, 2021
2 Years ago
itagde questions
Thu, Jun 10, 21, 21:24, 3 Years ago
Sat, Aug 13, 22, 22:41, 2 Years ago
Thu, May 20, 21, 11:52, 3 Years ago
Tue, Aug 23, 22, 06:19, 2 Years ago
;