View Single Post
Old 05-10-2017, 10:47 AM   #33
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,082
Karma: 8796704
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
on my Linux Mint 18.1 system your install command did not work
Code:
mkdir calibre-beta && tar -C calibre-beta xvf /path/to/downloaded/tarball.tar.xz
Error
Code:
tar: You must specify one of the '-Acdtrux', '--delete' or '--test-label' options
Try 'tar --help' or 'tar --usage' for more information.
I used this instead:
Code:
mkdir calibre-beta && tar xvf /path/to/downloaded/tarball.tar.xz -C /home/username/calibre-beta
Running the server on linux and assessing from windows 10 firefox only problems are as noted , plus not seeing virtual libraries.

bernie
gbm is offline   Reply With Quote