Find the answer to your Linux question:
Results 1 to 4 of 4
Hi, I would like to share my Ubuntu updates with other friends of mine. How can I do it? Say, I have installed KDE, VLC player etc on my Ubuntu. ...
  1. #1
    Just Joined!
    Join Date
    Aug 2005
    Posts
    39

    Sharing My Updates With Other People On Ubuntu/Debian?

    Hi,

    I would like to share my Ubuntu updates with other friends of mine. How can I do it?

    Say, I have installed KDE, VLC player etc on my Ubuntu.
    My friend also has basic Ubuntu installed, but does not have a net connection.
    So how do I share my wares with him?

    Sharing in Windows is quite easy. You can just burn the install/setup files and give it to the person. Is there any similar way?

    ~A.

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    you can download the packages, but not install them with
    Code:
     apt-get -d install packagename
    the packages should be at
    Code:
    /var/cache/apt/archives
    then burn the .deb found in the archives to a cdr (or whatever).
    our you can just download the .deb from the server yourself without apt.
    Brilliant Mediocrity - Making Failure Look Good

  3. #3
    Just Joined!
    Join Date
    Aug 2005
    Posts
    39
    "you can download the packages, but not install them with"

    Well I want to install them for my use as well as distribute them.

    SO I hope that installing the packages will not delete them from the cache.

  4. #4
    Linux Enthusiast aysiu's Avatar
    Join Date
    Jul 2005
    Posts
    633
    Quote Originally Posted by subscrive
    SO I hope that installing the packages will not delete them from the cache.
    You can make sure by going to preferences in Synaptic:

    http://i22.photobucket.com/albums/b3...s/277d2e4d.png

Posting Permissions

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