LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How can I store saved apt-get packages to save redownloading them? (https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-store-saved-apt-get-packages-to-save-redownloading-them-183885/)

colabus 05-20-2004 06:53 PM

How can I store saved apt-get packages to save redownloading them?
 
Hello,

I'm about to install Debian upgrading from Xandros. I know that they use the same package manager "apt-get". My problem is that due to my line being dial-up can I save the downloaded packages like apache, mysql, bitchx to my windows machine as a temp thing then copy them backover after installation and run them.

How can I do this, if possible?

comp12345 05-20-2004 10:55 PM

Copy the packages over from /var/cache/apt/archives

xanas3712 05-21-2004 12:05 AM

I tried doing that comp12345 and it just ended up redownloading them again for me when I reinstalled. (it was the same day so I doubt it was all new). Is there some kind of list file that is supposed to tell apt-get that it's already been downloaded or what? Because I found out how stupid it is to just do dpkg -i /var/cache/apt/archives/* :)

comp12345 05-21-2004 01:12 AM

Issue an
Code:

apt-get update
on the second machine and try using the same sources in /etc/sources.list. What's probably happening is that the list of software packages do not match the versions available in /var/cache/apt/archives. Updating the sources should solve the problem.

colabus 05-21-2004 03:13 AM

I tried doing what anas3712 did too, but it still tried to download the files again. This is after the apt-get update has been done also. Help!

colabus 05-21-2004 04:15 AM

is there a way to install these deb files by themselves?

comp12345 05-21-2004 01:14 PM

I don't see why it wouldn't work. Unless Debian packages are not interchangeable with Xandros ones. Check your /etc/sources.list on your second machine to see if they are using the same distribution(i.e stable, testing, unstable). Alternatively, you could try using apt locally by following this tutorial, http://www.debian.org/doc/manuals/ap...g-scanpackages.

Genesee 05-21-2004 02:48 PM

Quote:

Originally posted by colabus
is there a way to install these deb files by themselves?
use "dpkg -i"

be sure to check out the apt howto:

http://www.debian.org/doc/manuals/ap.../index.en.html

TigerOC 05-21-2004 03:34 PM

Here's howto save your packages and burn them to a cd to use later;
1. create a new directory called debs
2. copy all the packages from /var/cache/apt/archives to debs
3. from a consol do dpkg-scanpackages debs /dev/null | gzip > debs/Packages.gz
4. Check to see that the Packages.gz has been created in /debs.
5. Burn /debs to a cd
6. when you need the packages for the install specify the cd as the source.

You can read up on this in Chapter 2 - Basic Configuration of the Apt Howto

colabus 05-21-2004 10:35 PM

ahh thanks guys!

Yea I ftp them over to my windows machine but I did it in ascii format rather thab binary so they are all corrupted. :/


All times are GMT -5. The time now is 11:12 AM.