I just tried, but with no success:
Quote:
root@kiddo:~# 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.6.33-x86_64.tar.bz2
Downloading calibre-0.6.33-x86_64.tar.bz2
100% [================================================== ================================================== ========================]
Extracting files to /opt/calibre ...
Extracting application files...
bzip2: I/O or other error, bailing out. Possible reason follows.
bzip2: Broken pipe
Input file = (stdin), output file = (stdout)
tar: Child returned status 1
tar: Exiting with failure status due to previous errors
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 207, in main
File "<string>", line 182, in extract_tarball
File "/usr/lib64/python2.6/subprocess.py", line 462, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['tar', 'xjf', '/tmp/tmp8fVSoI', '-C', '/opt/calibre']' returned non-zero exit status 2
|