Σε ενα συστημα debian (debian , mint , ubuntu , etc) για να κανουμε εγκατασταση το Calibre (ebook management) ανοιγουμε ενα τερματικο και δινουμε την εντολή
sudo apt-get install calibre

και μας βγαζει το παρακατω οπου θα πατησουμε y

Reading package lists... Done
Building dependency tree
Reading state information... Done

The following extra packages will be installed:
calibre-bin javascript-common libaudio2 libchm1 libjs-jquery
libmysqlclient16 libphonon4 libqt4-assistant libqt4-dbus libqt4-designer
libqt4-help libqt4-network libqt4-qt3support libqt4-script
libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-svg libqt4-test
libqt4-webkit libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4
mysql-common python-cherrypy3 python-cssutils python-dateutil python-django
python-django-tagging python-encutils python-lxml python-pypdf python-qt4
python-sip qt4-qtconfig wwwconfig-common
Suggested packages:
nas libqt4-dev python-psycopg2 python-psycopg python-mysqldb python-flup
python-sqlite python-yaml python-lxml-dbg python-qt4-dbg mysql-client
postgresql-client apache apache-ssl
The following NEW packages will be installed:
calibre calibre-bin javascript-common libaudio2 libchm1 libjs-jquery
libmysqlclient16 libphonon4 libqt4-assistant libqt4-dbus libqt4-designer
libqt4-help libqt4-network libqt4-qt3support libqt4-script
libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-svg libqt4-test
libqt4-webkit libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4
mysql-common python-cherrypy3 python-cssutils python-dateutil python-django
python-django-tagging python-encutils python-lxml python-pypdf python-qt4
python-sip qt4-qtconfig wwwconfig-common

0 upgraded, 38 newly installed, 0 to remove and 0 not upgraded.
Need to get 49.6 MB of archives.
After this operation, 184 MB of additional disk space will be used.
Do you want to continue [Y/n]?


Μετα απο αυτο εαν θελουμε τα βιβλια να τα μοιραζομαστε δτο δικτυο και παμε στο Calibre > Preferences > Content Server , και πατησουμε Start Server θα παρουμε το μηνυμα

ImportError:No module named routes


Traceback (most recent call last):
File "/usr/lib/calibre/calibre/gui2/dialogs/config/__init__.py", line 788, in start_server
from calibre.library.server.main import start_threaded_server
File "/usr/lib/calibre/calibre/library/server/main.py", line 12, in <module>
from calibre.library.server.base import LibraryServer
File "/usr/lib/calibre/calibre/library/server/base.py", line 23, in <module>
from calibre.library.server.opds import OPDSServer
File "/usr/lib/calibre/calibre/library/server/opds.py", line 15, in <module>
import routes
ImportError: No module named routes


Για να λυθει και να μπορει να εκκινησει ο server θα πρεπει να δωσουμε στο τερματικο
sudo apt-get install python-routes python-webob