Quote:
Originally Posted by dunhill
I have installed Caliber on a usb stick with this command:
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh/dev/stdin install_dir =/media/walter/CALIBRE
Where media / walter / CALIBER is the folder that is created for the installation.
Having Calibre physically installed on the machine works, but if I pass the usb to another machine, it won't.
Would I need to put the .calibre and .config folders? If so, could you tell me if it goes on the usb or on the other pc.
I was looking in the forum but could not find or could not understand the concept.
Please apologize if it is a recurring theme
|
Look for the script calibre-portable.sh it is in /opt/calibre/resources.
Quote:
Calibre-Portable.sh
# ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
#
# Shell script File to start a Calibre configuration on Linux
# giving explicit control of the location of:
# - Calibre Program Files
# - Calibre Library Files
# - Calibre Config Files
# - Calibre Metadata database
# - Calibre Source files
# - Calibre Temp Files
# By setting the paths correctly it can be used to run:
# - A "portable calibre" off a USB stick.
# - A network installation with local metadata database
# (for performance) and books stored on a network share
# - A local installation using customised settings....
|
I have played with this for a while but you should open it in a text editor and follow the directions.
I say back up all of your config and library files then run the script.
bernie