steps:
1. Install ubuntu hardy amd64 (except /home)
2. code:
vakya@vakya-laptop:~$ sudo python -c "import urllib2; exec urllib2.urlopen('http://calibre.kovidgoyal.net/download_linux_binary_installer').read(); main()"
[sudo] password for vakya:
Enter the installation directory for calibre (Its contents will be deleted!)[/opt/calibre]:
Downloading calibre...
100% [================================================== ====================]
Extracting files to /opt/calibre ...
Extracting application files...
/opt/calibre/calibre_postinstall: 7: /opt/calibre/loader: not found
vakya@vakya-laptop:~$ sudo python -c "import urllib2; exec urllib2.urlopen('http://calibre.kovidgoyal.net/download_linux_binary_installer').read(); main()"
I will update ubuntu and try again.
|