Installing Calibre on AWS - sudo -v requires password, default account doesn't have
I'm trying to run the install command on a Ubuntu 14 AWS account, the initial sudo -v bit demands a password, but the default su account on AWS servers does not have a password (it uses a private pem key file).
Oddly I can't find how to do sudo -v when the su account doesn't have a passord - anyone any tips pls?
Happy to install dependencies, build, etc but can't get them working either and anyway prefer the default install (can't find packages, non-sudo install fails).
Thanks
PS. Error with non-sudo install is:
tar: calibre-tarball.txz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
|