Quote:
Originally Posted by DNSB
If you look at the calibre Linux download page, there is advice there about changing the install directory. To quote from that page:
Change /opt to whatever directory you want calibre automatically installed to.
Code:
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin install_dir=/opt
You might also want to look at the isolated install option which is probably the closest to a portable install using the installer shell script.
|
Ah, okay! I didn't understand what that bit was saying the first time around. If I want an isolated install inside of a different directory, which line of code should I enter first? The line about changing the location or the one about isolating the install?