Results 1 to 6 of 6

Thread: Upgrading without web access

  1. #1
    Join Date
    Jun 2006
    Location
    Queensland Australia
    Beans
    713
    Distro
    Kubuntu Development Release

    Upgrading without web access

    I have converted my brother to Linux (Kubuntu) because of where he lives he has 2 options for internet 1) dialup 2)none he opted for dialup access. To help him to upgrade I was going to burn the /var/cache/apt/archives folder from a Kubuntu Jaunty 64bit machine (that is the combo he is running) & get him to run dpkg -i *.deb on the dvd I send him.

    Is this the best way to do this? Is there a better alternative?

    Any help would be appreciated.

    Thanks Cary
    Ubuntu user 7859 registered Linux user 470405
    The Ubuntu Counter Project - user number # 7859"
    Lenovo T470 Kubunu Artful 64bit, Intel Core i7-7600U, 32GB,

  2. #2
    Join Date
    Feb 2007
    Location
    Nagoya, Japan
    Beans
    343
    Distro
    Xubuntu 11.10 Oneiric Ocelot

    Re: Upgrading without web access

    If you can download the last version CDROM you can try any of these two alternatives:

    Insert the CDROM. I think there is an option to upgrade. If not, type:

    Alternative 1)

    Code:
    gksu “sh /cdrom/cdromupgrade”
    Alternative 2)

    comment everything in /etc/apt/sources.lst, then...
    Code:
    sudo apt-cdrom add
    sudo aptitude update
    sudo aptitude dist-upgrade
    There is other alternative which is explained here:
    http://beans.seartipy.com/2006/05/06...et-connection/

    But I haven't tried it.

    Hope it helps.
    Servers: Hardy(x4), Lucid(x6);
    Workstations: Quantal(x2), Lucid(x1);
    WM Flavors: Xubuntu(x3)
    Save Energy

  3. #3
    Join Date
    Jun 2006
    Location
    Queensland Australia
    Beans
    713
    Distro
    Kubuntu Development Release

    Re: Upgrading without web access

    Sorry I wasn't doing this for upgrades it's for programs like firefox, thunderbird, acroread & the myriad of codecs as far as I know they don't exist on any install cd.

    Cary
    Ubuntu user 7859 registered Linux user 470405
    The Ubuntu Counter Project - user number # 7859"
    Lenovo T470 Kubunu Artful 64bit, Intel Core i7-7600U, 32GB,

  4. #4
    Join Date
    Nov 2007
    Location
    New Zealand
    Beans
    1,224
    Distro
    Ubuntu Development Release

    Re: Upgrading without web access

    aptoncd will handle this. It is in the repos and lets you use your machine to produce an archive cd of apps and upgrades you have installed on your machine.

    If he has the same machine and O/S then loading the cd will automagically bring up the option to install the contents.

    Otherwise check out Keryx...http://keryxproject.org/
    and their tutorial...http://crashsystems.net/2009/01/keryx-tutorial/

  5. #5
    Join Date
    Jun 2006
    Location
    Queensland Australia
    Beans
    713
    Distro
    Kubuntu Development Release

    Thumbs down Re: Upgrading without web access

    Thanks Robert.


    Cary
    Ubuntu user 7859 registered Linux user 470405
    The Ubuntu Counter Project - user number # 7859"
    Lenovo T470 Kubunu Artful 64bit, Intel Core i7-7600U, 32GB,

  6. #6
    Join Date
    Feb 2007
    Location
    Nagoya, Japan
    Beans
    343
    Distro
    Xubuntu 11.10 Oneiric Ocelot

    Re: Upgrading without web access

    In the link I posted:

    http://beans.seartipy.com/2006/05/06...et-connection/

    Its explained how to generate and get all the .deb dependencies of the software you want to update. I could suggest then, to copy those debs in a USB or CDRW rather than a CDROM, as it will be used once.
    Servers: Hardy(x4), Lucid(x6);
    Workstations: Quantal(x2), Lucid(x1);
    WM Flavors: Xubuntu(x3)
    Save Energy

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
  •