| 
			
			 | 
		#16 | 
| 
			
			
			
			 eBook Enthusiast 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 85,560 
				Karma: 93980341 
				Join Date: Nov 2006 
				Location: UK 
				
				
				Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			It's definitely your ISP or download speed that's the issue. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	I've just downloaded the latest v1.9.0 and it took 17s. I have a download speed of roughly 15MBit/sec. You really don't need to download every new version, though. I only download new versions if there's a new feature that I'd like to have, or a bug fix that's affecting me.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#17 | |
| 
			
			
			
			 Well trained by Cats 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31,267 
				Karma: 61916422 
				Join Date: Aug 2009 
				Location: The Central Coast of California 
				
				
				Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 The check for new versions only has to decipher the OS (which it does now) and grab the (current) .torrent related and see downloads peg my bandwidth capacity once there are 10+ seeders I have been using Ubuntu's .torrent files for many versions  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#18 | 
| 
			
			
			
			 Resident Curmudgeon 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 80,782 
				Karma: 150249619 
				Join Date: Nov 2006 
				Location: Roslindale, Massachusetts 
				
				
				Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#19 | 
| 
			
			
			
			 Handy Elephant 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,737 
				Karma: 26785684 
				Join Date: Dec 2009 
				Location: Southern Sweden, far out in the quiet woods 
				
				
				Device: Samsung Galaxy Tab S8 Ultra 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			It could even be possible to incorporate a torrent client in calibre itself. Fully controllable of course. It could be set to automatically download the latest version using a predetermined bandwidth and seed to others, also at a predetermined bandwidth, or ratio. Could even be possible to set it to inform the user that a new version has been downloaded and ask if it should be installed.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#20 | |
| 
			
			
			
			 Addict 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 250 
				Karma: 20386 
				Join Date: Sep 2010 
				Location: France 
				
				
				Device: Bookeen Diva, Kobo Clara BW 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 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()"
Code: 
	#!/bin/bash
killall calibre-server
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(install_dir='/opt')"
. calibre-server.sh
![]() Code: 
	#!/bin/bash calibre-server --port 8081 --restriction FanFiction --daemonize calibre-server --port 8080 --restriction Novels --daemonize Also, for Bittorrent to be any use at all, you'd have to either let that installer detach and run in the background for a configurable time and on a configurable port (because firewalls), or include a bittorrent client into calibre and/or calibre-server for the seeding, which basically exclude first-time installs. Yeah, software deploymentis fun. Lots of things to consider.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#21 | 
| 
			
			
			
			 Well trained by Cats 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31,267 
				Karma: 61916422 
				Join Date: Aug 2009 
				Location: The Central Coast of California 
				
				
				Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I did the shell script thing and then attached it to a 'pinned' icon on the Ubuntu menu. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	I usually leave my versions with a small stagger unless I am chasing running from a problem.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#22 | 
| 
			
			
			
			 Zealot 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 122 
				Karma: 502620 
				Join Date: Jan 2012 
				
				
				
				Device: Kobo Touch 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I've always found the sourceforge downloads to be quick, you get an autoselect host that's not the other side of the world, or you can force select a specific host
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#23 | 
| 
			
			
			
			 Ex-Helpdesk Junkie 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,421 
				Karma: 85400180 
				Join Date: Nov 2012 
				Location: The Beaten Path, USA, Roundworld, This Side of Infinity 
				
				
				Device: Kindle Touch fw5.3.7 (Wifi only) 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			The linux version can be updated by putting the update script in a crontab, so it happens overnight and you don't even notice! 
		
	
		
		
		
		
		
		
		
		
		
		
	
	That's what I do, anyway. Every Friday it automatically runs.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#24 | 
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,111 
				Karma: 34000001 
				Join Date: Mar 2008 
				
				
				
				Device: KPW1, KA1 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			20 minutes for downloading Calibre is a very long time. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	I've just downloaded version 1.9.0, and it downloaded in under 10 seconds. I do have a 60 MBit (7.5 MB/s max) connection though, which is quite normal in the Netherlands. Even at 5 MBit (0.625 MB/s max, which would be considered very slow in the Netherlands at this time), a download should not take longer than 1,5 to 2 minutes.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#25 | 
| 
			
			
			
			 Well trained by Cats 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31,267 
				Karma: 61916422 
				Join Date: Aug 2009 
				Location: The Central Coast of California 
				
				
				Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			You are using the correct Download Link (the one above the Donate Support button) 
		
	
		
		
			All download versions look similar to this (attachment). Only the OS version Icon will be different. Other reasons that come to mind (only that affect specific URL's): 1) erroneous entry in the systems 'Hosts' file   (if you don't know what a 'hosts' file is, YOU did not do this)2) Malware (could have caused #1) ![]() 3) Parental controls setting   4) Firewall (host filter) setting Last edited by theducks; 11-04-2013 at 02:03 PM. Reason: button wrong  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#26 | |
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 776 
				Karma: 2751519 
				Join Date: Jul 2010 
				Location: UK 
				
				
				Device: PW2, Nexus7 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 The calibre server is not usually a bottleneck. I find the download now takes about 11 seconds, (from the main server), compared with about 5 minutes over ADSL. If you checked out all the suggestions already made then it's probably time to ask your ISP why your line is so slow. Last edited by Agama; 11-07-2013 at 08:34 AM.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#27 | 
| 
			
			
			
			 [       ] 
			
			![]() Posts: 2 
				Karma: 10 
				Join Date: Nov 2013 
				
				
				
				Device: KINDLE Paperwhite GenTwo 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Calibre updates are incorporated in linux update-manager updates, and they don't come so often.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#28 | |
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,698 
				Karma: 79983758 
				Join Date: Nov 2007 
				Location: Toronto 
				
				
				Device: Libra H2O, Libra Colour 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 The fact that most distributions do not update their repositories on a regular basis is why you are advised not to install via that route but rather to download and install from the calibre web site http://calibre-ebook.com/download_linux  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#29 | |
| 
			
			
			
			 Well trained by Cats 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31,267 
				Karma: 61916422 
				Join Date: Aug 2009 
				Location: The Central Coast of California 
				
				
				Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
   Avoid that one like the plague.  The version in most distros was OLD when the distro was released. The next update is when the NEXT DISTRO is released ![]() Use the Calibre Command line for real up(to)dates  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#30 | 
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,111 
				Karma: 34000001 
				Join Date: Mar 2008 
				
				
				
				Device: KPW1, KA1 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Most Linux distro's don't even bother to regularly update Calibre in their repository. Someone may take a look at it every two or three months or so, because Calibre is developed way too fast. Before the maintainers get the package tested and ready, the next version is already out. 
		
	
		
		
		
		
		
		
		
		
		
		
		
			Ubuntu just reached the 1.0 version: https://apps.ubuntu.com/cat/applications/saucy/calibre/ SUSE still has 0.9 versions: http://software.opensuse.org/package/calibre Debian Stable (Wheezy) is only at 0.8 (and they won't update it in stable; you would need to get it from backports if it's there, or pull it from Testing, Unstable or Experimental) http://packages.debian.org/wheezy/calibre Last edited by Katsunami; 11-07-2013 at 11:51 AM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
            
| Tags | 
| calibre updates, download | 
| Thread Tools | Search this Thread | 
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Content review: Kindle, Calibre, and how ebooks can make you smarter faster | Lancer Kind | Amazon Kindle | 4 | 12-25-2010 03:47 AM | 
| Review about Kindle and Calibre, and how ebooks make you smarter faster | Lancer Kind | Calibre | 5 | 10-17-2010 02:14 PM | 
| How to make the flipping page does faster? | physics@war | iRex | 3 | 06-17-2009 05:25 AM |