Results 1 to 5 of 5

Thread: Ubuntu Pro - packages download only, not install

  1. #1
    Join Date
    Feb 2016
    Beans
    20

    Ubuntu Pro - packages download only, not install

    When using Ubuntu Pro licensing, is there still an option to just download updates without installing(apt-get install --download-only)?
    The reason I ask is because I have a number of servers that have no connection at all to the internet and I would like the ability to just download all available packages to a machine, put them on a thumb drive (security scanned, of course), make it available on another server for all my servers to copy over and then just run a dpkg -i *.deb on that offline server to offline install all the packages in that folder containing the downloaded packages.
    Last edited by ecrosby; 4 Weeks Ago at 01:03 PM. Reason: Title edit

  2. #2
    Join Date
    Oct 2004
    Location
    33.4N -112.1W
    Beans
    2,497
    Distro
    Ubuntu Budgie

    Re: Ubuntu Pro - packages download only, not install

    Where does this get you?

    apt-get upgrade --download-only
    /path/to/Truth

  3. #3
    Join Date
    Feb 2016
    Beans
    20

    Re: Ubuntu Pro - packages download only, not install

    Quote Originally Posted by Xian View Post
    Where does this get you?

    apt-get upgrade --download-only
    I'll try that. But, does that also include all required dependencies?

  4. #4
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Ubuntu Pro - packages download only, not install

    Quote Originally Posted by ecrosby View Post
    But, does that also include all required dependencies?
    It will if you use apt or aptitude to install them. It's the tool you use when installing them that pulls in any dependencies.
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  5. #5
    Join Date
    Sep 2011
    Location
    Behind you!
    Beans
    1,690
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Ubuntu Pro - packages download only, not install

    Total guess here but can you create a repository server, update it and then carry it around to your various locations and have your offsite servers pull from it? Assuming the offsite area has a LAN you can plug into.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •