help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Could not find bootstrap binary 'guile-2.0.9.tar.xz'


From: Joshua Branson
Subject: Re: Could not find bootstrap binary 'guile-2.0.9.tar.xz'
Date: Wed, 18 Apr 2018 20:03:19 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

I guess I'm still a little confused. Suppose that I want to update all
packages, on my system.  The ones owned by root, and the ones owned by
all other users.  Then I'd do this?

$ guix pull && guix package -u

$ logout

$ login DifferentUser

$ guix pull && guix package -u

 ...repeat for all other users...

$ su

# guix pull && guix package -u && guix system reconfigure /etc/config.scm

Does that look right?

Mark H Weaver <address@hidden> writes:

> Hi Joshua,
>
> Joshua Branson <address@hidden> writes:
>> Maybe I'm being really silly, but don't you just do a guix pull as a
>> root user not as a normal user?
>
> No.  Guix is not like most distros where you have to be root to update
> the package list, and where root's package list is used by all other
> users.
>
> In the Guix model, each user has their own version of Guix and its
> package list.  When a user runs "guix pull", it only updates Guix for
> that particular user, by changing the symlink ~/.config/guix/latest.
>
> If root runs "guix pull", it only updates the package list for root, by
> changing the symlink ~root/.config/guix/latest.
>
>     Regards,
>       Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]