Re: Static compiled packages option for apt

2025-06-25 Thread 153
Basically even though theres a HUGE overhead when it comes to distributing static packages via apt, it can save time, bandwidth and cpu resources because.. yeah, I mean you’re only downloading one or two packages vs downloading up to 20 sometimes 700 packages at a time. This saves resources !!

Static compiled packages option for apt

2025-06-21 Thread 153
managers I *think* it might be able to save a significant amount of bandwidth distributing stuff like apache or even OpenOffice in static form (All you need to do is add the ’-static’ option to cc/gcc/llvm) 153