Quote:
Originally Posted by HarryT
Is there any reason that you're installing such an ancient version of Calibre?
|
He is installing the current version as evidenced by the command string he presented. He simply forgot to include the trailing 0 in the title.
I do wonder why he didn't use the full
install string recommended on the download page, but I'm not a Linux user so I have no idea what the difference is.
Code:
sudo python -c "import sys; py3 = sys.version_info[0] > 2; u = __import__('urllib.request' if py3 else 'urllib', fromlist=1); exec(u.urlopen('http://status.calibre-ebook.com/linux_installer').read()); main()"