Problems upgrading calibre in Ubuntu Karmic
Yet another user having the same problem while trying to upgrade. I have verified the problem using two different Internet providers.
I suspect it's a simple case of a corrupt archive (calibre-0.6.45-i686.tar.bz2).
Maybe we should start a new thread about this problem, because it seems this one is not getting any attention.
***
rwhe@holiday:~:503> 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.6.45-i686.tar.bz2
Downloading calibre-0.6.45-i686.tar.bz2
100% [================================================== ===============================]
Checking downloaded file integrity...
tar: Record size = 16 blocks
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
Failed to download, retrying in 30 seconds...
^CTraceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 221, in main
File "<string>", line 191, in download_and_extract
KeyboardInterrupt
rwhe@holiday:~:504> sudo apt-get remove calibre
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package calibre is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
rwhe@holiday:~:505>
|