Can we resume upgradation of ubuntu

Asked by Karthik. B

While downloading packages in synaptic package manager during upgradation of ubuntu from one version to another, can we resume the process to later time? Should upgradation must do in one go? Is there any harm if we resume downloading of packages?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Alan Pope 🍺🐧🐱 🦄
Solved:
Last query:
Last reply:
Revision history for this message
Alan Pope 🍺🐧🐱 🦄 (popey) said :
#1

If for any reason you stop the upgrade process the packages you have already downloaded will still be on your hard disk (under /var/cache/apt/) and when you restart it will carry on where it left off. It will not start all over again.

Revision history for this message
Karthik. B (karthik-bhuvana) said :
#2

Do you mean it is safe if I stop the upgrade process in the middle and resume later from where I stopped?

Revision history for this message
Best Alan Pope 🍺🐧🐱 🦄 (popey) said :
#3

That depends. If it is just downloading, then yes. If it is in the middle of upgrading packages the probably not, no.

You can do a download-only to ensure you are only downloading and not updating.

sudo apt-get -d dist-upgrade

The "-d" will download only and not upgrade. When it is finished you can then use update manager to upgrade and it will not have to download anything.

Revision history for this message
Karthik. B (karthik-bhuvana) said :
#4

User confirmed that the request is solved.