| Author |
Message |
LeithR
Joined: 24 Jan 2011 Posts: 74 Location: Aberdeen/Scotland
|
Posted: Wed 07 Nov 2012, 06:59 Post subject:
How to install Calibre e:books? Subject description: Command doesn't work in console |
|
I'm trying to download the Calibre ebooks program from
http://calibre-ebook.com/download_linux
The command they recommend is shown below:
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()"
When I try it I get the following error message:
bash: sudo: command not found
Reading details on the calibre web page they talk about the command working in Ubuntu
How can I modify the above command to work with Puppy Linux please?
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6660 Location: lisbon
|
Posted: Wed 07 Nov 2012, 08:25 Post subject:
|
|
In puppy you are root, so no need for sudo.
|
|
Back to top
|
|
 |
LeithR
Joined: 24 Jan 2011 Posts: 74 Location: Aberdeen/Scotland
|
Posted: Wed 07 Nov 2012, 09:57 Post subject:
|
|
hi there muggins, thanks for your response, your suggestion didn't work either, now its saying:
"bash: python: command not found"
|
|
Back to top
|
|
 |
Flash
Official Dog Handler

Joined: 04 May 2005 Posts: 9842 Location: Arizona USA
|
Posted: Wed 07 Nov 2012, 10:15 Post subject:
|
|
Puppy doesn't come with Python installed because it's a big program. Python is available as an add-on, either a .pet or .sfs file, I don't know which because I've never used it.
Which Puppy are you using, how are you using it (full install, frugal install, etc..) and how much RAM have you?
|
|
Back to top
|
|
 |
Monsie

Joined: 01 Dec 2011 Posts: 464 Location: Kamloops BC Canada
|
Posted: Thu 08 Nov 2012, 05:37 Post subject:
How to install Calibre e:books? |
|
LeithR,
One of our Community members put together a sfs package for Calibre and it is available here. You could ask jrb which version of Python is needed and whether it is included with his package, or it you have to download it separately. This version would be highly recommended for its ease of setting up if you are running a frugal install of one of the newer Puppies...
hope this helps,
Monsie
_________________ My username is pronounced: "mun-see". Derived from my surname, it was my nickname throughout high school.
|
|
Back to top
|
|
 |
|