Set up a local Calibre library

From Parallel Library Services
Revision as of 14:26, 4 April 2022 by Simon (talk | contribs) (Created page with "== install calibre == works better on debian buster, than debian bullseye get buster <syntaxhighlight lang="bash" line> sudo apt update sudo apt install calibre </syntaxhig...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

install calibre

works better on debian buster, than debian bullseye

get buster

sudo apt update
sudo apt install calibre

create library and add a book

The location of the directory will be in my home folder:

mkdir calibre-library

Next, we're going to use calibre-server to start the service.

calibre-server calibre-library
wget http://www.gutenberg.org/ebooks/46.kindle.noimages -O christmascarol.mobi

make directory for library

make service file