I am trying to copy all of the packages I have installed on one Debian machine to another Debian machine without doing another apt-get install and downloading all of the package all over again.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
|
They're stored in:
unless you've issued a:
|
|||
|
If you had already issued
you can take a look at these pages to learn about replicating the same package configuration on the other machine |
||||
|
|
|
You can also create a package proxy, we use approx Then the real repository servers are specified in the approx.conf, like:
In all machines you want to install just place the following to /etc/apt/sources.list:
When first machine is downloading the packages, they go from the internet and are stored in the cache of approx. All other machines download the packages from the cache directly. |
|||
|
|
|
Maybe you just need:
it will download given *.deb files to the current directory. No need for root. |
|||
|
|