${title}
The latest release of ${app} is ${version}. See the Changelog for a list of new features.
${app} is available in the software repositories of the following linux distributions:
Supported distributions |
Unsupported distributions |
---|---|
|
Binary install${app} has a binary installer that has been tested on a number of distributions on both 32-bit and 64-bit x86 machines. To install, copy paste the following command into a terminal and press Enter: sudo python -c "import urllib2; exec urllib2.urlopen('http://calibre.kovidgoyal.net/download_linux_binary_installer').read(); main()" Note
Source install
wget -O- http://calibre.kovidgoyal.net/downloads/${app}-${version}.tar.gz | tar xvz cd calibre* python setup.py build && sudo python setup.py install sudo calibre_postinstallNote that if your distribution does not have a correctly compiled libunrar.so, ${app} will not support rar files. The calibre_postinstall step is required for device detection and integration with your desktop environment. |
While you wait for the download to complete, please consider donating to support the development of ${app}.
Dependencies
${app} has the following dependencies (the listed version is the minimum version)Package | Version |
---|---|
${dep[0]} | ${dep[1]} |