As time goes by we tend to do apt-get install and add or replace software.
Are these archived in some form or do they get auto-cleared after installation? And if it doesn't get auto-cleared, it would mean that a clean up is needed, isn't it?
Finally, if they're not auto-removed, can we reuse these packages on different machines?
/var/cache/apt/archives
on another machine would allow you to install them without re-downloading (it would be better if they run the same distribution, of course). Alternatively, you can set up an NFS share from where all machines will install updates – Sergey Aug 22 '12 at 03:56foo-1.0.2
is released,foo-1.0.1
is removed from the servers because nobody needs it anymore, when you typesudo apt-get install foo
it'll download and install 1.0.2 even if 1.0.1 is in the cache. So, once it's removed from the servers, it is unlikely you'll ever need it – Sergey Aug 22 '12 at 04:14Anyway debian has a website with all the versions of every package.
could you share the URL. – samshers Aug 26 '20 at 16:18