Subhadip Roy Asked: 2015-10-10 22:42:32 +0800 CST2015-10-10 22:42:32 +0800 CST 2015-10-10 22:42:32 +0800 CST .lit file reader on Ubuntu 14.04 772 I want to read .lit books on Ubuntu 14.04 without converting the file. Please suggest me a reader which can do this. 14.04 2 Answers Voted Best Answer Ravan 2015-10-10T22:58:25+08:002015-10-10T22:58:25+08:00 I recommend to use calibre - supported input formats are: MOBI, LIT, PRC, EPUB, ODT, HTML, CBR, CBZ, RTF, TXT, PDF and LRS. To install the latest version of calibre - currently 2.40.0 - open a terminal and execute: (recommended) sudo -v && wget -nv -O- https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py | sudo python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()" Alternatively run: (not recommended) sudo apt-get install calibre You can also install from SoftwareCentre Refer http://calibre-ebook.com/download_linux Amit 2015-10-10T22:57:34+08:002015-10-10T22:57:34+08:00 Try calibre sudo apt-get install calibre
I recommend to use calibre - supported input formats are:
MOBI, LIT, PRC, EPUB, ODT, HTML, CBR, CBZ, RTF, TXT, PDF and LRS.
To install the latest version of calibre - currently 2.40.0 - open a terminal and execute:
(recommended)
Alternatively run:
(not recommended)
You can also install from SoftwareCentre
Refer http://calibre-ebook.com/download_linux
Try calibre