Quote:
Originally Posted by judecu
Linux mint 18.1 cinnamon 3.2.7 (64 bit)
|
I use Mint and have never had a problem with downloading calibre post the results from your terminal.
Try this:
Code:
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.py | sudo python -c "import sys; main=lambda x:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main('/opt')"
bernie