You are not logged in.

#1 2022-07-28 10:48:29

yusuf
Member
Registered: 2022-01-15
Posts: 110

Install Package in multiple sessions.

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

#2 2022-07-28 12:10:21

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,680

Re: Install Package in multiple sessions.

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

#3 2022-07-28 12:41:11

yusuf
Member
Registered: 2022-01-15
Posts: 110

Re: Install Package in multiple sessions.

Scimmia wrote:

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

#4 2022-07-28 12:45:19

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,680

Re: Install Package in multiple sessions.

installing even the largest packages takes seconds, and needs no internet access at all.

Again, what are you really asking about?

Online

#5 2022-07-28 13:06:57

yusuf
Member
Registered: 2022-01-15
Posts: 110

Re: Install Package in multiple sessions.

Scimmia wrote:

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

#6 2022-07-28 13:12:54

progandy
Member
Registered: 2012-05-17
Posts: 5,307

Re: Install Package in multiple sessions.

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

#7 2022-07-28 13:34:55

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,680

Re: Install Package in multiple sessions.

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

#8 2022-07-28 13:39:30

dogknowsnx
Guest

Re: Install Package in multiple sessions.

There's a "binary" version which uses a zip file - see the pinned comment...

Last edited by dogknowsnx (2022-07-28 13:41:13)

#9 2022-07-28 13:52:26

yusuf
Member
Registered: 2022-01-15
Posts: 110

Re: Install Package in multiple sessions.

progandy wrote:

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

Board footer

Powered by FluxBB