This is a small how to on installing epub(Electronic Publications) reader software to read epub books.

What is epub means?

Epub is a open book standard for reading documents on mobile devices. The beauty of epub books format is that it will adjust it’s font size to the device display so that user who reads the books will not need to zoom-in and zoom-out to read text. In other words, epub format will adjust screen to device display.

By default we can not open epub files using default reader softwares in Linux. We have to install it through apt-get in Ubuntu/Debian and for Redhat/Centos/Fedora the calibre repo is not working so we have to depend on the download/install method mention at http://calibre-ebook.com/download_linux.

Installing Calibre in Debian/Ubuntu

	sudo apt-get -y install calibre

Installing Calibre in Redhat/Centos/Fedora

	sudo -v && wget --no-check-certificate -nv -O- https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py | sudo python -c "import sys; main=lambda:sys.stderr.write('Download failedn'); exec(sys.stdin.read()); main()"

Once you install calibre we can read epub files and can convert one file format to other format.

Calibre_1

Calibre_2

Calibre_3

Calibre_4  

The following two tabs change content below.
Mr Surendra Anne is from Vijayawada, Andhra Pradesh, India. He is a Linux/Open source supporter who believes in Hard work, A down to earth person, Likes to share knowledge with others, Loves dogs, Likes photography. He works as Devops Engineer with Taggle systems, an IOT automatic water metering company, Sydney . You can contact him at surendra (@) linuxnix dot com.