1

How do I upgrade from 13.10 to 14.10 using ftp. http goes through a proxy and we a limited to 500M per week. FTP is not limited.

hoosain.madhi
  • 69
  • 1
  • 1
  • 7

3 Answers3

0

Edit your sources file pointing to ftp instead of http Use following command to edit your configuration:

sudoedit /etc/apt/sources.list

In most cases its enough to change http:// in every line to ftp:// but I would strongly encourage to make a backup copy of sources.list first. Also I would check is ftp connection available on your repository server. Simply get a URL from sources file, change http:// to ftp:// and paste into your web browser.

0

To ensure that the upgrade will use the FTP protocol, you basically need to update your software sources to use a ftp mirror.

To do that the best approach is to use the Ubuntu Software Center.

  1. Open Software Center
  2. Open the Edit -> Software Sources... menu
  3. Select Others in the Download from list
  4. Finally choose a mirror supporting the ftp ptotocol (it will update /etc/apt/sources.list automatically)

enter image description here

0

I suspect you actually want to upgrade to 14.04, as that is the current release. NOTE: Year.Month = 2014.April == 14.04 It is Strongly Recommended that you should do a Full Install, rather than an upgrade, especially that you are moving to a Long Term Support release. This actually makes things easier, as you can download the full install image via FTP: http://ftp.daum.net/ubuntu-releases/14.04/ There are other FTP Ubuntu download mirrors which can be found via your favorite search engine.

  • yes... I want to upgrade to 14.04... thanks for pointing it out. Do not want to do a full install as I loose all the apps I collected over the past few months unless there is a way can save this from being deleted? If I do an install without formatting the disks, is it safe? – hoosain.madhi Apr 24 '14 at 10:40
  • As of this date, after installing and checking out 14.04, my advice would actually be to postpone such upgrade/migration until at least v14.04.2. Let's just say it needs some work still, and I say this as someone who has used Ubuntu since v7.04. Aside from that, AptOnCD provides a wonderful way to backup all the programs, big and small, that you've built into your arsenal. AptOnCD simply marks down all the packages that Synaptic would use to reinstall at a later time and even different Ubuntu (or Debian) version. – smackyboy May 02 '14 at 20:56