Quote:
Originally Posted by EbookDwarf
Now to wait for the standard installer to be available for calibre6
|
I just found the following command on Kovids calibre website:
Code:
sudo mkdir -p /opt/calibre && sudo rm -rf /opt/calibre/* && sudo tar xvf /path/to/downloaded/calibre-tarball.txz -C /opt/calibre && sudo /opt/calibre/calibre_postinstall
This way you can install the calibre beta like a "normal installation".
I'm on calibre-beta to now and can confirm, the viewer is working without disabling the sandbox.
Thank both of you kovidgoyal and EbookDwarf