Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I use slapt-get to mirror packages?

mirror Packages slapt-get
0
Posted

Can I use slapt-get to mirror packages?

0

Yes, you can use it to mirror packages by using the following: slapt-get –available|awk ‘{print $1}’|xargs -r slapt-get –download-only \ –reinstall –install The packages will then be mirrored under ${ROOT}/var/slapt-get in the directory structure they where found in. You can then generate the PACKAGES.TXT and CHECKSUMS.md5 files using the script in FAQ #17 which would allow you to use this mirror as a slapt-get source. Optionally, you can set this directory as your WORKINGDIR in order to avoid copying the package files.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123