Download for linux
The latest release of calibre is 0.6.44. See the Changelog for a list of new features.
calibre is available in the software repositories of the following supported linux distributions:
| Supported distributions |
Unsupported distributions |
|---|---|
Debian Sid
Exherbo
Foresight 2.1
Gentoo
Ubuntu Jaunty Jackalope
Linux Mint Gloria
Fedora 12 |
Binary installcalibre 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://status.calibre-ebook.com/linux_installer').read(); main()"
Note
Source install
wget -O- http://status.calibre-ebook.com/dist/src | tar xvz
cd calibre*
sudo python setup.py install
Note that if your distribution does not have a
correctly compiled libunrar.so, ${app} will not
support rar files. In order to compile ${app} successfully
poppler headers must include XPdf headers. That is, poppler
must have been configured with --enable-xpdf-headers. Also,
some distributions have buggy libpng headers. See
here
for example.
|
While you wait for the download to complete, please consider donating to support the development of calibre.
Note
If your kernel is compiled with CONFIG_SYSFS_DEPRECATED device detection may not work.
Dependencies
calibre has the following dependencies (the listed version is the minimum version)| Package | Version |
|---|---|
| python | 2.6 |
| Python Imaging Library | 1.1.6 |
| Qt | 4.6.0 |
| PyQt | 4.7.0 |
| python-mechanize | 0.1.11 |
| ImageMagick | 6.3.8 |
| xdg-utils | 1.0.2 |
| lxml | 2.1.5 |
| python-dateutil | 1.4.1 |
| cssutils | 0.9.7a2 |
| BeautifulSoup | 3.0.5 |
| dnspython | 1.6.0 |
| poppler | 0.12.0 |
| podofo | 0.7 |
| libwmf | 0.2.8 |
| chmlib | 0.40 |