unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* How can I upgrade all the packages in my default profile?
@ 2022-09-27 16:07 jgart
  2022-09-27 16:25 ` Julien Lepiller
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jgart @ 2022-09-27 16:07 UTC (permalink / raw)
  To: Guix Help

guix upgrade * or guix upgrade '*' don't work for me :(




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How can I upgrade all the packages in my default profile?
  2022-09-27 16:07 How can I upgrade all the packages in my default profile? jgart
@ 2022-09-27 16:25 ` Julien Lepiller
  2022-09-27 16:26 ` Greg Hogan
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Julien Lepiller @ 2022-09-27 16:25 UTC (permalink / raw)
  To: help-guix, jgart, Guix Help

"guix upgrade", with no arguments, should do it.

Le 27 septembre 2022 18:07:36 GMT+02:00, jgart <jgart@dismail.de> a écrit :
>guix upgrade * or guix upgrade '*' don't work for me :(
>
>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How can I upgrade all the packages in my default profile?
  2022-09-27 16:07 How can I upgrade all the packages in my default profile? jgart
  2022-09-27 16:25 ` Julien Lepiller
@ 2022-09-27 16:26 ` Greg Hogan
  2022-09-27 16:38 ` Ricardo Wurmus
  2022-09-27 17:27 ` Trev
  3 siblings, 0 replies; 5+ messages in thread
From: Greg Hogan @ 2022-09-27 16:26 UTC (permalink / raw)
  To: jgart; +Cc: Guix Help

On Tue, Sep 27, 2022 at 12:14 PM jgart <jgart@dismail.de> wrote:
>
> guix upgrade * or guix upgrade '*' don't work for me :(

The shell looks to be running filename expansion [0] in your current
directory. Try `guix upgrade .` or simply `guix upgrade`.

[0] https://www.gnu.org/software/bash/manual/html_node/Filename-Expansion.html


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How can I upgrade all the packages in my default profile?
  2022-09-27 16:07 How can I upgrade all the packages in my default profile? jgart
  2022-09-27 16:25 ` Julien Lepiller
  2022-09-27 16:26 ` Greg Hogan
@ 2022-09-27 16:38 ` Ricardo Wurmus
  2022-09-27 17:27 ` Trev
  3 siblings, 0 replies; 5+ messages in thread
From: Ricardo Wurmus @ 2022-09-27 16:38 UTC (permalink / raw)
  To: jgart; +Cc: help-guix


jgart <jgart@dismail.de> writes:

> guix upgrade * or guix upgrade '*' don't work for me :(

Just “guix upgrade”, according to the manual.

It also optionally takes a regular expression, but “*” is not a valid
regular expression, so it matches nothing.

-- 
Ricardo


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How can I upgrade all the packages in my default profile?
  2022-09-27 16:07 How can I upgrade all the packages in my default profile? jgart
                   ` (2 preceding siblings ...)
  2022-09-27 16:38 ` Ricardo Wurmus
@ 2022-09-27 17:27 ` Trev
  3 siblings, 0 replies; 5+ messages in thread
From: Trev @ 2022-09-27 17:27 UTC (permalink / raw)
  To: help-guix



On September 27, 2022 9:07:36 a.m. PDT, jgart <jgart@dismail.de> wrote:
>guix upgrade * or guix upgrade '*' don't work for me :(

First do a guix pull to update your local guix repository.  Then you must run `guix system reconfigure` or `guix home reconfigure` depending on where/which profiles you are using.

If you're just using guix as a normal package manager on the default profile you can go `guix --help` for more info


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-27 17:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-27 16:07 How can I upgrade all the packages in my default profile? jgart
2022-09-27 16:25 ` Julien Lepiller
2022-09-27 16:26 ` Greg Hogan
2022-09-27 16:38 ` Ricardo Wurmus
2022-09-27 17:27 ` Trev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).