I'm installing the binary now. WHere does it store the tarball that it's downloading and how does it differ from the tarball from source install? I'm asking because I may need to install this on other machines that have no internet connection.
Just tried to upgrade and here is the result:
-> sudo python -c "import urllib2; exec urllib2.urlopen('http://status.calibre-ebook.com/linux_installer').read(); main()"
Enter the installation directory for calibre [/opt]:
Will download and install calibre-0.8.14-i686.tar.bz2
Downloading calibre-0.8.14-i686.tar.bz2
100% [================================================== ================================================== =================================================]
Downloaded 46757154 bytes
Checking downloaded file integrity...
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 226, in main
File "<string>", line 204, in download_and_extract
File "/usr/lib/python2.7/shutil.py", line 229, in rmtree
onerror(os.path.islink, path, sys.exc_info())
File "/usr/lib/python2.7/shutil.py", line 227, in rmtree
raise OSError("Cannot call rmtree on a symbolic link")
OSError: Cannot call rmtree on a symbolic link
Also, why does the installer download the app again after there was an error. The first download had completed so why doesn't it keep it on the system. I'm on a data that charges per byte and this is a waste of money having to redownload again.
Last edited by iomari; 08-15-2011 at 10:29 AM.
|