Not signed in (Sign In)

Choose a language

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  # 1
    is there a way to fetch all packages and recipes (and the sources) to my disc or a dvd for not using network to fetch packages when installing ?
    • CommentAuthorMichael
    • CommentTimeSep 16th 2007
     # 2
    Yes. Don't do it, but it's possible. Sources need to be dropped in /F/C/A, packages you can install from anywhere.
    • CommentAuthorshevegen
    • CommentTimeSep 18th 2007 edited
     # 3
    I think you would only need the packages.

    If you have the source of a program, you normally wouldnt even need the binary since you can compile easily from source (but if its a big package, then you probably dont want to compile at all because it takes so long... compiling all of kde can take a full day easily).
    A program like htop is quickly compiled though ... :)

    Also dont forget that a DVD would take longer to install and if you have a listing of all packages you need on a DVD, you can mount the DVD after the CD install and just install the packages quickly too

    In the past i loved DVDs because you had everything on it, but a CD is better since its install is a lot faster, and you can install what
    you need afterwards anyway (I have around 10 Gigabytes of source on external usb hdd's)
    •  
      CommentAuthorsambarino
    • CommentTimeSep 24th 2007
     # 4
    should there maybe be a system setting to say for example, turn off net downloading, where it will only check the archives folder and if not found error message, where if turned on would act normally. i say this because sometimes there is a problem with downloading, like my whole family shares 1GB of data for upload/download per month.
  2.  # 5
    how can i ? i wanna have gobo in home but i just dont want to have to wait like 1 week to install (download) my fav apps
    • CommentAuthorMohjive
    • CommentTimeSep 24th 2007
     # 6
    Can what? InstallPackage accepts a file as input, so those can be anywhere on the filesystem (or on a cd/dvd). For compilation, you need to place the source tarball in /Files/Compile/Archives and recipes need to be unpacked into /Files/Compile/Recipes, then you can compile any app using the '--no-web' option, e.g. 'Compile --no-web libpng'.
    •  
      CommentAuthorsambarino
    • CommentTimeSep 29th 2007
     # 7
    thats pretty cool, didnt know about it sorry