Problems with apt-get offline

2002-01-15 Thread Preben Randhol
I know this is a topic that has been up several times, but I haven't found an answer for my question. I have followed the offline document that comes with apt-get, but I still get into problems. I do a on the computer connected to the net: export APT_CONFIG="/opt/disc/apt.conf" apt-get update ap

Re: Using tar saving Disk-space [was: apt-get offline]

2001-06-07 Thread Joerg Johannes
Thank you, this is exactly what I was looking for. Except the line > tar -u $foo -f packages.tar has to be changed into tar uf packages.tar The script I was referring to is the one created by apt-get -qq -print-uris etc. I would have to add the above line to every downloaded package. I think yo

Re: Using tar saving Disk-space [was: apt-get offline]

2001-05-30 Thread John Galt
On Wed, 30 May 2001, Joerg Johannes wrote: >Hi list > >Now that I can transfer my downloaded .debs in a .tar file, I wonder if >I could create this .tar file saving disk space, e.g. in the following >way > > >create a tar file (touch packages.tar?) unnecessary, and in fact will break the script..

Re: Using tar saving Disk-space [was: apt-get offline]

2001-05-30 Thread David Z. Maze
Joerg Johannes <[EMAIL PROTECTED]> writes: JJ> Now that I can transfer my downloaded .debs in a .tar file, I wonder if JJ> I could create this .tar file saving disk space, e.g. in the following JJ> way JJ> JJ> JJ> create a tar file (touch packages.tar?) JJ> for *.deb in this directory JJ>1.)

Re: Using tar saving Disk-space [was: apt-get offline]

2001-05-30 Thread Matthew Gibbins
And yo was Joerg Johannes heard to yodel: > > Well, I know how to use tar in general. Zipping the .debs is not > necessary because they are already zipped. What I meant is: The .tar > file takes the same amount of space as the .debs themselves. So after > having tarred them , I need twice the spac

Re: Using tar saving Disk-space [was: apt-get offline]

2001-05-30 Thread Joerg Johannes
Well, I know how to use tar in general. Zipping the .debs is not necessary because they are already zipped. What I meant is: The .tar file takes the same amount of space as the .debs themselves. So after having tarred them , I need twice the space as before. So I want to delete each .deb after hav

Re: Using tar saving Disk-space [was: apt-get offline]

2001-05-30 Thread Bart Martens
You can compress all .deb files into one zipped tar file with only one command. See the manual page of tar. You don't need to write code with a "for"-loop. I think it's tar czf packages.tar.gz debdir with debdir the directory containing all your .deb files, and packages.tar.gz the target zipped ta

Using tar saving Disk-space [was: apt-get offline]

2001-05-30 Thread Joerg Johannes
Hi list Now that I can transfer my downloaded .debs in a .tar file, I wonder if I could create this .tar file saving disk space, e.g. in the following way create a tar file (touch packages.tar?) for *.deb in this directory 1.) add it to the tar file 2.) rm this .deb end Is this possible

Re: apt-get offline

2001-05-25 Thread Jurgen de Wijs
On Thu, May 17, 2001 at 12:11:41AM +0200, Karsten Heymann wrote: > Just do a > > apt-get upgrade --print-uris -y &2>1 | grep ^deb | todos > download.txt > > (writing this from memory - maybe typos) > > and on Windows Commander 'ftp download from file'. Works nice for me. This part of the pro

Re: apt-get offline

2001-05-23 Thread Rob Mahurin
On Wed, May 16, 2001 at 10:34:20AM +0200, Joerg Johannes wrote: > Sorry, I did not express myself clear enough. This sed thing changes > every line in the "wget-script" script. This, I did easily with emacs > (while sed is much more elegant). My problem is: I do not want to do > hundreds of > mv p

Re: apt-get offline

2001-05-22 Thread Berthold Cogel
Joerg Johannes wrote: > > Hello List > > I use apt-get as described in the offline.html guide meaning: I build a > wget script from the output of apt-get -qq --print-uris and so on. The > problem is, there are two other systems involved in this process: one > sun solaris machine, which I use to r

Re: apt-get offline

2001-05-17 Thread M G Berberich
Hello, Am Dienstag, den 15. Mai 2001 12:28:12 schrieb Joerg Johannes: > > I use apt-get as described in the offline.html guide meaning: I build a > wget script from the output of apt-get -qq --print-uris and so on. Have you looked at the apt-zip-package? > The problem is, there are two other s

Re: apt-get offline

2001-05-16 Thread Karsten Heymann
On Tue, May 15, 2001 at 12:28:12PM +0200 or thereabouts, Joerg Johannes wrote: > Hello List > > [...] NT one has no wget...) I use Windows Commander on my WinME/Woody Notebook when being forced to use the builtin winmodem. WC supports downloading files from a list - but you have to make it a dos

Re: apt-get offline

2001-05-16 Thread Gordon Hart
On Wed, May 16, 2001 at 10:34:20AM +0200, Joerg Johannes wrote: > > Sorry, I did not express myself clear enough. This sed thing changes > every line in the "wget-script" script. This, I did easily with emacs > (while sed is much more elegant). My problem is: I do not want to do > hundreds of > m

Re: apt-get offline

2001-05-16 Thread Joerg Johannes
Gordon Hart wrote: > > On Tue, May 15, 2001 at 12:28:12PM +0200, Joerg Johannes wrote: > > So enough of talking, here comes my idea of how to do it: Is there a > > shell-script that can change the x'es in the downloaded file names > > back to % (the script, I edit with emacs, this is no proble

Re: apt-get offline

2001-05-15 Thread Gordon Hart
On Tue, May 15, 2001 at 12:28:12PM +0200, Joerg Johannes wrote: > So enough of talking, here comes my idea of how to do it: Is there a > shell-script that can change the x'es in the downloaded file names > back to % (the script, I edit with emacs, this is no problem). > Unfortunately, I have no

apt-get offline

2001-05-15 Thread Joerg Johannes
Hello List I use apt-get as described in the offline.html guide meaning: I build a wget script from the output of apt-get -qq --print-uris and so on. The problem is, there are two other systems involved in this process: one sun solaris machine, which I use to run wget on it, and a WinNT4 machine t