all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: gfp <gfp@posteo.at>
Cc: Ian Eure <ian@retrospec.tv>, Rutherther <rutherther@ditigal.xyz>,
	Steve George <steve@futurile.net>,
	help-guix@gnu.org
Subject: Re: how can I open files through packages installed in different profiles
Date: Tue, 10 Dec 2024 13:36:04 +0100	[thread overview]
Message-ID: <Z1g1tBzP9nhIHZ4p@jurong> (raw)
In-Reply-To: <e1ff100d-9ee2-490c-8acf-76e8ddf3cb66@posteo.at>

Am Mon, Dec 09, 2024 at 07:25:58PM +0000 schrieb gfp:
> If I had all packages in my main profile, would it be possible to update
> only some packages?
> e.g. icecat and others quite regularly are updated, so it would be good to
> update them more often.

To complement Ian's reply, this is perfectly possible.
For instance,
   guix package -u icecat
will upgrade only icecat.
   guix package --do-not-upgrade ungoogled-chromium -u .
will upgrade all packages except for ungoogled-chromium (which can be
useful when there is no binary substitute yet and you prefer waiting a
bit more instead of compiling it locally).

Personally, I have all my software in one profile (about 90 packages),
and do not experience any problem.

If I need a different software just occasionally, I use
   guix shell this-other-software

Andreas



      parent reply	other threads:[~2024-12-10 12:36 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-15 19:29 how can I open files through packages installed in different profiles gfp
2024-11-18 14:58 ` Steve George
2024-12-07 13:08   ` gfp
2024-12-07 14:02     ` Rutherther
2024-12-07 15:28       ` gfp
2024-12-07 20:09         ` Rutherther
2024-12-08 19:44           ` gfp
2024-12-08 21:19             ` Rutherther
2024-12-09 19:15               ` gfp
2024-12-09 17:15             ` Ian Eure
2024-12-09 19:25               ` gfp
2024-12-09 20:03                 ` Ian Eure
2024-12-10 12:36                 ` Andreas Enge [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=Z1g1tBzP9nhIHZ4p@jurong \
    --to=andreas@enge.fr \
    --cc=gfp@posteo.at \
    --cc=help-guix@gnu.org \
    --cc=ian@retrospec.tv \
    --cc=rutherther@ditigal.xyz \
    --cc=steve@futurile.net \
    /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.