-1

Does anyone know how I can install the Ubuntu updates (equivalent of sudo apt-get updateand sudo apt-get upgrade) without an internet connection at that machine? I've got internet at home, but not at the remote site. I also would like to do do-release-upgrade.

This isn't a duplicate since I'm trying to update everything, similar to apt-get upgrade.

Braiam
  • 67,791
  • 32
  • 179
  • 269
Daniel
  • 3,446

1 Answers1

0

Realistically while you could update individual packages, Ubuntu is quite dependent on a network to update... although it's might be possible to build a local repo when you have connectivity, and carry to the other machine (on CD?)... perhaps look at this answer:-

How to create a local APT repository?

You could upgrade from an installation CD, without an internet connection... one of the installation options is "Upgrade".

However you do it, this could be a tedious process!