You are not logged in.
Pages: 1
How do I install a package in multiple sessions using yay? Like I install a portion at one and then install an another portion at an another time.
Offline
Installing a package is a singular operation from the user's perspective. There's nothing to split up.
What are you really asking about?
Last edited by Scimmia (2022-07-28 12:27:28)
Online
Installing a package is a singular operation from the user's perspective. There's nothing to split up.
What are you really asking about?
It would take too much time to install it. I need to split it up, it also makes my internet slower, while installing it. There is no fibre here.
Offline
installing even the largest packages takes seconds, and needs no internet access at all.
Again, what are you really asking about?
Online
installing even the largest packages takes seconds, and needs no internet access at all.
Again, what are you really asking about?
I am installing the unreal-engine package. On Windows it took 3 Days to do that. It is around 50GB.
Offline
unreal-engine source code is cloned from git (not through the package sources, but in the prepare function). I know of no way to pause and resume a git clone.
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
So your issue is in *downloading the source code*? Note that that is a VERY different thing than installing the package, as no package even exists at that point.
You can do the download whenever, wherever you want. If you want it automated through makepkg, see makepkg -o.
Last edited by Scimmia (2022-07-28 13:36:32)
Online
There's a "binary" version which uses a zip file - see the pinned comment...
Last edited by dogknowsnx (2022-07-28 13:41:13)
unreal-engine source code is cloned from git (not through the package sources, but in the prepare function). I know of no way to pause and resume a git clone.
I found this https://www.unrealengine.com/en-US/linux. Can I pause and resume a normal download like this?
Last edited by yusuf (2022-07-28 13:52:34)
Offline
Pages: 1