all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Julien Lepiller <julien@lepiller.eu>
To: help-guix@gnu.org, Reza Alizadeh Majd <r.majd@pantherx.org>
Subject: Re: checking for updates system-wide(was: very long subject)
Date: Tue, 15 Oct 2019 21:27:58 +0200	[thread overview]
Message-ID: <FBD0F329-638D-4CA6-9991-56D75573A3F6@lepiller.eu> (raw)
In-Reply-To: <1e98ffd7-4a2c-44d3-882d-d1b13b58c48b@pantherx.org>

Le 15 octobre 2019 19:12:33 GMT+02:00, Reza Alizadeh Majd <r.majd@pantherx.org> a écrit :
>Hi Guix, 
>
>adding the package names to package list in system configuration file,
>we 
>could 
>install these packages system wide and they will be available for all 
>users. 
>
>for packages that are located in user profile, we could check for
>available 
>updates 
>using `guix pull`.  but I didn't find any similar concept for system
>wide 
>installed 
>packages. 
>
>is it possible to check for system wide installed packages without 
>reconfiguring the 
>system? 

Hi Alizadeh,

Good to see some interaction from PantherX :)

I'm not sure I understand your question, so let me rephrase and please tell me if it's not what you wanted to ask. When you upgrade the distribution with guix pull, you can get a list of what could be upgraded using, say, guix package -n -u. Your question was, I think, how to do that for globally available packages.

If that is your question, the answer is quite simple. The set of globally installed packages is installed in a separate profile from the user profile. You can use the same command as before, specifying that other profile, to get the same result, with globally installed packages:

guix package -p /run/current-system/profile -n -u

HTH

      parent reply	other threads:[~2019-10-15 19:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-15 17:12 Hi Guix, adding the package names to package list in system configuration file, we could install these packages system wide and they will be available for all users. for packages that are located in user profile, we could check for available updates using `guix pull`. but I didn't find any similar concept for system wide installed packages. is it possible to check for system wide installed packages without reconfiguring the system? Reza Alizadeh Majd
2019-10-15 17:15 ` Reza Alizadeh Majd
2019-10-15 20:51   ` Reza Alizadeh Majd
2019-10-16  6:07     ` Hi Guix, ??adding the package names to package list in system configuration file, we could install these packages system wide and they will be available for all users. ??for packages that are located in user profile, we could check for available updates using `guix pull`. ??but I didn't find any similar concept for system wide installed packages. ??is it possible to check for system wide installed packages without reconfiguring the system? ? Efraim Flashner
2019-10-15 19:27 ` Julien Lepiller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=FBD0F329-638D-4CA6-9991-56D75573A3F6@lepiller.eu \
    --to=julien@lepiller.eu \
    --cc=help-guix@gnu.org \
    --cc=r.majd@pantherx.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.