View Single Post
Old 04-27-2018, 02:24 PM   #1
fishcasa
Junior Member
fishcasa began at the beginning.
 
Posts: 5
Karma: 32
Join Date: Mar 2015
Device: Samsung Note 10.1
Install script fails on Ubuntu 18.04

FYI,
After a clean install of Ubuntu 18.04, the install script
Code:
~$ sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.py | sudo python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()"
failed with
Code:
sudo: python: command not found
Cannot write to ‘-’ (Success).
after changing
Code:
python
to
Code:
python3
in the install command, it worked.
fishcasa is offline   Reply With Quote