Results 1 to 7 of 7

Thread: updating and apps without internet connection

  1. #1
    Join Date
    Mar 2008
    Location
    Texas
    Beans
    234
    Distro
    Ubuntu 19.10 Eoan Ermine

    updating and apps without internet connection

    I came upon an old Dell tower with no wifi and I do not want to hook it up to the internet anyway.

    But what I do want to do is install the 12.04 updates and some applications from synaptic, or however. I have a netbook with wifi and synaptic, and I downloaded the update packages only, but now I am stuck - I do not know where the packages are so I can save them to a USB and install them on the Dell tower. i thought when I selected the "download only" dialog it would allow me to choose where I wanted to put the packages, but it did not allow me to.
    Ubuntu 19.10; Dell 11-3147 upgraded to 480GB SSD, and 8GB RAM

  2. #2
    Join Date
    Aug 2007
    Location
    Sweden
    Beans
    197
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: updating and apps without internet connection

    Quote Originally Posted by sidewalkcynic View Post
    i thought when I selected the "download only" dialog it would allow me to choose where I wanted to put the packages, but it did not allow me to.
    It's so you can "apply" the updates later.

    Normally .deb packages are stored in /var/cache/apt/archives
    See if you find them there.

  3. #3
    Join Date
    Oct 2010
    Beans
    111

    Re: updating and apps without internet connection

    Try for fast search in Terminal :

    Code:
    locate *.deb
    ! Nobody Expects the Spanish Inquisition !

  4. #4
    Join Date
    Mar 2008
    Location
    Texas
    Beans
    234
    Distro
    Ubuntu 19.10 Eoan Ermine

    Re: updating and apps without internet connection

    Quote Originally Posted by David Andersson View Post
    It's so you can "apply" the updates later.

    Normally .deb packages are stored in /var/cache/apt/archives
    See if you find them there.
    That looks like what I am looking for - I'll try it thanks.

    So, how do I install them - debi package manager???
    Ubuntu 19.10; Dell 11-3147 upgraded to 480GB SSD, and 8GB RAM

  5. #5
    Join Date
    Oct 2010
    Beans
    111

    Re: updating and apps without internet connection

    Quote Originally Posted by sidewalkcynic View Post
    That looks like what I am looking for - I'll try it thanks.

    So, how do I install them - debi package manager???
    you just run in Terminal:

    Code:
    sudo dpkg -i *.deb
    In the folder/usb flash where all .deb files are.
    ! Nobody Expects the Spanish Inquisition !

  6. #6
    Join Date
    Aug 2007
    Location
    Sweden
    Beans
    197
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: updating and apps without internet connection

    Quote Originally Posted by d.atanasov View Post
    Code:
    sudo dpkg -i *.deb
    Or double click the .deb file with the mouse.

  7. #7
    Join Date
    Mar 2008
    Location
    Texas
    Beans
    234
    Distro
    Ubuntu 19.10 Eoan Ermine

    Re: updating and apps without internet connection

    Quote Originally Posted by d.atanasov View Post
    you just run in Terminal:

    Code:
    sudo dpkg -i *.deb
    In the folder/usb flash where all .deb files are.
    That would be for when I install the packages on the isolated Dell tower - thanks.
    Ubuntu 19.10; Dell 11-3147 upgraded to 480GB SSD, and 8GB RAM

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
  •